Skip to content

Commit

Permalink
fix update ebs addon policy
Browse files Browse the repository at this point in the history
  • Loading branch information
xjiaqing committed Jan 17, 2024
1 parent 3d3974d commit 5a50662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/deploy-on-aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ nodeGroups:
dedicated: tikv
taints:
dedicated: tikv:NoSchedule
iam:
withAddonPolicies:
ebs: true
- name: tikv-1c
desiredCapacity: 1
privateNetworking: true
Expand Down
3 changes: 3 additions & 0 deletions zh/deploy-on-aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ nodeGroups:
dedicated: tikv
taints:
dedicated: tikv:NoSchedule
iam:
withAddonPolicies:
ebs: true
- name: tikv-1c
desiredCapacity: 1
privateNetworking: true
Expand Down

0 comments on commit 5a50662

Please sign in to comment.