Ravi Singh:
Can we remove manage fields from the “k get deploy -oyaml” command?
unnivkn:
yes… kubectl get deploy my-deploy -o yaml | egrep -v ‘f:|.:’
Daz Mac:
The exam now uses kubernetes 1.21 where the managed fields aren’t part of the output (by default)