Skip to content

Commit

Permalink
fix addon aws-node
Browse files Browse the repository at this point in the history
  • Loading branch information
sirutBuasai committed Feb 11, 2025
1 parent c86b81a commit 27d7e49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions eks_infrastructure/new_operation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ function update_eksctl_utils() {
--cluster ${1} \
--region ${2}

eksctl update addon \
--name aws-node \
eksctl utils update-aws-node \
--cluster ${1} \
--region ${2}
--region ${2} \
--approve

eksctl update addon \
--name coredns \
Expand Down
6 changes: 3 additions & 3 deletions eks_infrastructure/upgrade_operation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ function update_eksctl_utils() {
--cluster ${1} \
--region ${2}

eksctl update addon \
--name aws-node \
eksctl utils update-aws-node \
--cluster ${1} \
--region ${2}
--region ${2} \
--approve

eksctl update addon \
--name coredns \
Expand Down

0 comments on commit 27d7e49

Please sign in to comment.