You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the procedure for updating existing worker nodes created by eksctl? The AWS docs want us to update the existing stack with this template: https://amazon-eks.s3-us-west-2.amazonaws.com/cloudformation/2018-12-10/amazon-eks-nodegroup.yaml.
This is obviously not the same template that eksctl uses.
Should this be done using eksctl somehow, or should we be updating the CloudFormation stack that eksctl creates?
Assume I've already upgraded my cluster (i.e. from 1.10 to 1.11) and I've replaced kube-dns with CoreDNS.
The text was updated successfully, but these errors were encountered:
@mrichman the current approach with eksctl is to create a new updated node group, e.g. with a newer AMI for a new version of k8s or different options, then drain and delete the old node group.
There is discussion of adding a --replaces option to create nodegroup so this can be a one-step process. eksctl-io/eksctl#443
Can someone advise how to migrate an on-demand node group to spot-instanced node group over eksctl? From doc here, it seems not able to modify the CFn directly to make the change.
What's the procedure for updating existing worker nodes created by
eksctl
? The AWS docs want us to update the existing stack with this template:https://amazon-eks.s3-us-west-2.amazonaws.com/cloudformation/2018-12-10/amazon-eks-nodegroup.yaml
.This is obviously not the same template that
eksctl
uses.Should this be done using
eksctl
somehow, or should we be updating the CloudFormation stack thateksctl
creates?Assume I've already upgraded my cluster (i.e. from 1.10 to 1.11) and I've replaced
kube-dns
with CoreDNS.The text was updated successfully, but these errors were encountered: