[ ] Have you added an explanation of what your changes do and why you'd like them to be included?
[ ] Have you updated or added documentation for the change, as applicable?
[ ] Have you tested your changes on all related environments with successful results, as applicable?
[ ] Have you added automated tests?
Type of Changes:
[ ] New feature
[ ] Bug fix
[ ] Documentation
[ ] Testing enhancement
[ ] Other
What is the current behavior (link to any open issues here)?
What is the new behavior (if this is a feature change)?
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Since K8s 1.21, the kubectl.kubernetes.io/default-container annotation can be added to set a default container, removing the need for a -c flag or eliminating the message about defaulting.
Checklist:
Type of Changes:
What is the current behavior (link to any open issues here)?
What is the new behavior (if this is a feature change)?
Since K8s 1.21, the kubectl.kubernetes.io/default-container annotation can be added to set a default container, removing the need for a -c flag or eliminating the message about defaulting.
Other Information: Issues: [PGO-1941]