Skip to content

Commit

Permalink
chore(docs): explicit actions after upgrading to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Sep 27, 2023
1 parent 189c573 commit 68e55b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions helm/kube-image-keeper/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68e55b4

Please sign in to comment.