Metric server
Metric server
1
2
3
wget https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
sed -iE 's/^(.*--kubelet-use-node-status-port)/\1 \n - --kubelet-insecure-tls/' components.yaml
kubectl create -f components.yaml
This post is licensed under CC BY 4.0 by the author.
