Welcome to the Linux Foundation Forum!

3.14 kubectl statement is not correct

Options

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

Categories

Upcoming Training