Skip to content

Commit

Permalink
Add eksctl info
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell committed Jan 24, 2024
1 parent e991e12 commit ab83764
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions runbooks/source/upgrade-eks-addons.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ The following addons are managed through cloud-platform-terraform-eks-add-ons mo

[managing-vpc-cni](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html)

## Listing available EKS upgrades

### eksctl Install

```
brew install eksctl
```

Run the following command to get a list of supported addon version for the Kubernetes version.

```
eksctl utils describe-addon-versions --kubernetes-version [k8s-version] --name [addon name: kube-proxy/vpc-cni/coredns] | grep AddonVersion
```

## Preparing for upgrade

Check the changelog for each of the addons and determine if there are any breaking changes.
Expand Down

0 comments on commit ab83764

Please sign in to comment.