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
When kubectl apply -f ... is used, kubectl sets annotation kubectl.kubernetes.io/last-applied-configuration to the JSON representation of the resource manifest.
When a KubeMod Patch is performed, apply the same patch to the contents of kubectl.kubernetes.io/last-applied-configuration to keep the object's manifest and its recorded config in sync.
The text was updated successfully, but these errors were encountered:
When
kubectl apply -f ...
is used,kubectl
sets annotationkubectl.kubernetes.io/last-applied-configuration
to the JSON representation of the resource manifest.When a
KubeMod
Patch is performed, apply the same patch to the contents ofkubectl.kubernetes.io/last-applied-configuration
to keep the object's manifest and its recorded config in sync.The text was updated successfully, but these errors were encountered: