Skip to content

Commit

Permalink
add a note about deleting the VPC CNI addon for multiple jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Oct 4, 2023
1 parent 58068db commit 11fed46
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,15 @@ Otherwise to update all `node_groups` in parallel.
```bash
./tf.sh nodes apply
```

### VPC CNI addon upgrade

If Kubernetes has been upgraded without corresponding VPC CNI addon version updates, it might require multiple jumps. VPC CNI only allows a single minor version update per upgrade:
```
Updating VPC-CNI can only go up or down 1 minor version at a time
```

If the next minor version is not supported, it may require deleting the VPC CNI addon while preserving the actual resources:
```
aws eks delete-addon --cluster-name <cluster name> --addon-name vpc-cni --preserve
```

0 comments on commit 11fed46

Please sign in to comment.