Skip to content

Commit

Permalink
Update eks-managed-nodes.md (#3653)
Browse files Browse the repository at this point in the history
* Update eks-managed-nodes.md

Adding a tip for the usecase where you are describing your whole EKS cluster in just one single file

* Update userdocs/src/usage/eks-managed-nodes.md

Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>

* Update userdocs/src/usage/eks-managed-nodes.md

Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>

* Update userdocs/src/usage/eks-managed-nodes.md

Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>
  • Loading branch information
lboix and cPu1 committed May 5, 2021
1 parent da77470 commit 48c2c54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion userdocs/src/usage/eks-managed-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ existing cluster:
$ eksctl create nodegroup --managed
```

Tip : if you are using a `ClusterConfig` file to describe your whole cluster, describe your new managed node group in its `managedNodeGroups` field and run\:

```console
$ eksctl create nodegroup --config-file=YOUR_CLUSTER.yaml
```

## Upgrading managed nodegroups
You can update a nodegroup to the latest EKS-optimized AMI release version for the AMI type you are using at any time.

Expand Down Expand Up @@ -248,4 +254,3 @@ the naming convention `eksctl-<cluster>-cluster-ClusterSharedNodeSecurityGroup-<
- [EKS Managed Nodegroups][eks-user-guide]

[eks-user-guide]: https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html

0 comments on commit 48c2c54

Please sign in to comment.