Difference between revisions of "CreationTimestamp"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
  [[kubectl patch]] --type=json -p='[{"op": "remove", "path": "metadata.creationTimestamp"}]'
 
  [[kubectl patch]] --type=json -p='[{"op": "remove", "path": "metadata.creationTimestamp"}]'
 +
 +
kubectl patch --local -f ./namespace.yaml --type=json -p='[{"op": "remove", "path": "/metadata/creationTimestamp"}]' -o yaml > ./namespace.yaml
 +
  
  
Line 16: Line 19:
  
 
== Activities ==
 
== Activities ==
* Remove <code>creationTimestamp</code> from your [[manifest]] to avoid [[terrafrom plan]] to always suggest changes. https://github.com/hashicorp/terraform-provider-kubernetes/issues/1652
+
* Remove <code>creationTimestamp</code> from your [[manifest]] to avoid <code>[[terrafrom plan]]</code> to always suggest changes. https://github.com/hashicorp/terraform-provider-kubernetes/issues/1652
 
* Read https://stackoverflow.com/questions/51297136/kubectl-error-the-object-has-been-modified-please-apply-your-changes-to-the-la
 
* Read https://stackoverflow.com/questions/51297136/kubectl-error-the-object-has-been-modified-please-apply-your-changes-to-the-la
 +
 +
== Related ==
 +
* <code>[[kubectl apply]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{creationTimestamp}}
 
* {{kubernetes_manifest}}
 
* {{kubernetes_manifest}}
 
* {{Manifest}}
 
* {{Manifest}}

Latest revision as of 10:48, 12 January 2024

Advertising: