You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error from server (NotFound): the server could not find the requested resource ( pods/log metrics-server-85cdc4cd44-b8frr)
❯ kubectl -n kube-system get all -l k8s-app=metrics-server
NAME READY STATUS RESTARTS AGE
pod/metrics-server-85cdc4cd44-b8frr 1/1 Running 0 4m51s
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/metrics-server 1/1 1 1 16m
NAME DESIRED CURRENT READY AGE
replicaset.apps/metrics-server-85cdc4cd44 1 1 1 4m51s
replicaset.apps/metrics-server-9cf886767 0 0 0 16m
The text was updated successfully, but these errors were encountered:
Unable to work on Ch 19 examples with auto-scaling due to metrics-server errors when using Vagrant setup from Ch 18.
❯
kubectl get nodes
❯
kubectl top nodes
❯
kubectl -n kube-system logs -l k8s-app=metrics-server
❯
kubectl -n kube-system get all -l k8s-app=metrics-server
The text was updated successfully, but these errors were encountered: