diff --git a/README.md b/README.md index cf9bf5f6..dcf3ef88 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ This can be achieved using the following command: kubectl get pods --all-namespaces -l kuik.enix.io/images-rewritten=true -o json | jq '.items[].metadata.finalizers=null' | kubectl replace -f - ``` +***Ensure you run this command AFTER having fully upgraded to version 1.3.0. Otherwise, the kuik controllers will continuously re-add the finalizer to the rewritten pods.*** + ## Advanced usage ### Pod filtering diff --git a/helm/kube-image-keeper/README.md.gotmpl b/helm/kube-image-keeper/README.md.gotmpl index 3441a4ec..7aef14e2 100644 --- a/helm/kube-image-keeper/README.md.gotmpl +++ b/helm/kube-image-keeper/README.md.gotmpl @@ -175,6 +175,8 @@ This can be achieved using the following command: kubectl get pods --all-namespaces -l kuik.enix.io/images-rewritten=true -o json | jq '.items[].metadata.finalizers=null' | kubectl replace -f - ``` +***Ensure you run this command AFTER having fully upgraded to version 1.3.0. Otherwise, the kuik controllers will continuously re-add the finalizer to the rewritten pods.*** + ## Advanced usage ### Pod filtering