I found errors when I try to apply HPA in Mac docker-desktop. It cause by metrics-server
.
Solution
helm install my-metrics-server --set "args={--kubelet-insecure-tls}" stable/metrics-server --namespace kube-system |
Problems
the server could not find the requested resource (get services http:heapster:) |
$ kubectl top pods --all-namespaces |