Skip to content

Instantly share code, notes, and snippets.

@jkremser
Created May 2, 2024 08:36
Show Gist options
  • Save jkremser/d61a99a53023aefe09c0ca6cba218294 to your computer and use it in GitHub Desktop.
Save jkremser/d61a99a53023aefe09c0ca6cba218294 to your computer and use it in GitHub Desktop.

install metric server to kind

curl -sL https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml | sed '/- args:/a \ \ \ \ \ \ \ \ - --kubelet-insecure-tls' | k apply -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment