Difference between revisions of "K8s troubleshooting"
Jump to navigation
Jump to search
(Created page with "``` https://zigmax.net/aks-ssh-to-an-aks-node-with-kubectl/ kubectl get node kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/aks/fundamenta...") |
|||
Line 6: | Line 6: | ||
exit | exit | ||
kubectl delete pod/node-debugger-aks-default-30216496-vmss000003-7f7v7 | kubectl delete pod/node-debugger-aks-default-30216496-vmss000003-7f7v7 | ||
+ | ``` | ||
+ | |||
+ | ``` | ||
+ | kubectl debug node/aks-nodepool1-37663765-vmss000000 -it --image=mcr.microsoft.com/cbl-mariner/busybox:2.0 | ||
``` | ``` |
Revision as of 16:02, 4 June 2024
https://zigmax.net/aks-ssh-to-an-aks-node-with-kubectl/ kubectl get node kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/aks/fundamental/base-ubuntu:v0.0.11 exit kubectl delete pod/node-debugger-aks-default-30216496-vmss000003-7f7v7
kubectl debug node/aks-nodepool1-37663765-vmss000000 -it --image=mcr.microsoft.com/cbl-mariner/busybox:2.0