Difference between revisions of "Aks Troubleshooting"
Jump to navigation
Jump to search
(Created page with "https://blog.cloudtrooper.net/2019/02/13/a-day-in-the-life-of-a-packet-in-aks-part-3-outbound-connectivity/") |
|||
Line 1: | Line 1: | ||
+ | ``` | ||
+ | kubectl run -it --rm --restart=Never --image=ubuntu --overrides='{"spec": {"hostPID": true, "nodeSelector": {"kubernetes.io/hostname": "aks-default-14050942-vmss000000"}}}' debug-shell -- dpkg --list | ||
+ | ``` | ||
+ | |||
https://blog.cloudtrooper.net/2019/02/13/a-day-in-the-life-of-a-packet-in-aks-part-3-outbound-connectivity/ | https://blog.cloudtrooper.net/2019/02/13/a-day-in-the-life-of-a-packet-in-aks-part-3-outbound-connectivity/ |
Revision as of 19:48, 4 June 2024
kubectl run -it --rm --restart=Never --image=ubuntu --overrides='{"spec": {"hostPID": true, "nodeSelector": {"kubernetes.io/hostname": "aks-default-14050942-vmss000000"}}}' debug-shell -- dpkg --list