Skip to content

Commit

Permalink
Design doc for multiple worker node groups support (Review 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnrjee committed Dec 8, 2021
1 parent 421f039 commit 3b834b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions designs/multiple-worker-node-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ kind: Cluster
machineGroupRef:
kind: VSphereMachineConfig
name: eksa-test-1
Taints:
taints:
- key: Key2
value: value2
effect: PreferNoSchedule
- count: 3
machineGroupRef:
kind: VSphereMachineConfig
name: eksa-test-2
Taints:
taints:
- key: Key3
value: value3
effect: PreferNoSchedule
Expand Down Expand Up @@ -234,6 +234,7 @@ Also, we need to add e2e tests for each providers to test the following scenario

* Cluster creation with one worker node group
* Cluster creation with multiple worker node groups
* Adding and removing worker node groups during cluster upgrade

## Conclusion

Expand Down

0 comments on commit 3b834b0

Please sign in to comment.