Welcome to the Linux Foundation Forum!

3.14 kubectl statement is not correct

Hi, in section 3, lecture 3.14, statement is written as
kubectl exec -i​t <Pod-Name> --/bin/bash
I checked the documentation and saw that it should be:
kubectl exec -it <Pod-Name> --container <container-name> -- /bin/bash

Thanks

Best Answer

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training