Open HeGaoYuan opened 3 years ago
If my target pod has multiple contianers? When I execute kubectl debug target_pod, I found it will talk with the first container. But If my target pod has two containers, what should I do if I want to talk with the second/another contaienr? Thanks
-c can fix it
If my target pod has multiple contianers? When I execute kubectl debug target_pod, I found it will talk with the first container. But If my target pod has two containers, what should I do if I want to talk with the second/another contaienr? Thanks