You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add default container annotation
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
Note: the `-c` flag can still be used to refer to a different, non-default
container.
Issues: [PGO-1941]
0 commit comments