Skip to content

Commit

Permalink
Merge pull request #7517 from skl/skl/docs-fargate-support-upgrade
Browse files Browse the repository at this point in the history
docs(fargate): eksctl update command is deprecated, use upgrade instead
  • Loading branch information
yuxiang-zhang authored Jan 31, 2024
2 parents 71d8472 + f79b052 commit b39bb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userdocs/src/usage/fargate-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ create a Fargate profile with the `eksctl create fargateprofile` command:
???+ note
This operation is only supported on clusters that run on the EKS platform version `eks.5` or higher.

If the existing was created with a version of `eksctl` prior to 0.11.0, you will need to run `eksctl update
If the existing was created with a version of `eksctl` prior to 0.11.0, you will need to run `eksctl upgrade
cluster` before creating the Fargate profile.

```console
Expand Down

0 comments on commit b39bb66

Please sign in to comment.