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
This is SUPER 'neat' thank you very much. Just a little hiccup with the syntax kubectl neat pod/mypod-abcd -oyaml using microk8s: "error while running [kubectl get pod/mypod-abcd -oyaml]: exec: "kubectl": executable file not found in $PATH" This is because the alias kubectl='microk8s.kubectl' is not expanded in non-interactive use. kubectl neat pod/mypod -oyaml | kubectl neat works OK.
The text was updated successfully, but these errors were encountered:
reported by Polymerase here: https://stackoverflow.com/questions/62077977/kubectl-get-o-yaml-is-it-posible-to-hide-metadata-managedfields/62111936?noredirect=1#comment109868163_62111936
The text was updated successfully, but these errors were encountered: