-
Notifications
You must be signed in to change notification settings - Fork 192
Update clusterclass node pool support for TKGS #2900
Conversation
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #2900 +/- ##
==========================================
- Coverage 43.96% 43.94% -0.03%
==========================================
Files 416 416
Lines 41700 41788 +88
==========================================
+ Hits 18332 18362 +30
- Misses 21655 21708 +53
- Partials 1713 1718 +5
Continue to review full report at Codecov.
|
388dc9c
to
2229232
Compare
Cluster Generation A/B Results: |
2229232
to
50e5b66
Compare
Cluster Generation A/B Results: |
50e5b66
to
44a3566
Compare
Cluster Generation A/B Results: |
44a3566
to
d1d9207
Compare
Cluster Generation A/B Results: |
d1d9207
to
e512750
Compare
Cluster Generation A/B Results: |
e512750
to
68513ac
Compare
Cluster Generation A/B Results: |
This change updates the clusterclass node pool operations to support variables in the tkgs clusterclass such as vmClass, storageClass, nodePoolTaints and nodePoolVolumes.
68513ac
to
19bf6a8
Compare
Cluster Generation A/B Results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Please add #issue and release note as part of PR description before merging the PR.
What this PR does / why we need it
This change updates the node pool operations to support the TKGs clusterclass. Specifically it adds support for the nodePoolTaints, nodePoolVolumes, vmClass, and storageClass variables found in the tkgs clusterclass.
Which issue(s) this PR fixes
Fixes #2949
Describe testing done for PR
Release note
PR Checklist
Additional information
Special notes for your reviewer