stefanprodan / kustomizer

An experimental package manager for distributing Kubernetes configuration as OCI artifacts.
https://kustomizer.dev
Apache License 2.0
288 stars 13 forks source link

Rollback `kubectl apply` changes #69

Closed stefanprodan closed 2 years ago

stefanprodan commented 2 years ago

If you use kubectl to edit an object managed by Kustomizer, all changes will be undone when Kustomizer applies an inventory containing that object.

In addition, Kustomizer removes the last-applied-configuration annotation set by kubectl apply from all objects it manages.