Add MachineDeployment specifier to node pool#1074
Conversation
|
Cluster Generation A/B Results: |
imikushin
left a comment
There was a problem hiding this comment.
One question. Also, can we add a test for this? (e.g. when mdBase is specified, and 2 cases: when one exists, and when one doesn't)
|
@nickperry PTAL |
LGTM |
2abb840 to
4cf5800
Compare
|
Cluster Generation A/B Results: |
|
Cluster Generation A/B Results: |
4cf5800 to
cfb16a4
Compare
|
Cluster Generation A/B Results: |
prkalle
left a comment
There was a problem hiding this comment.
LGTM with one minor nit comment
cfb16a4 to
7deac5c
Compare
saji-pivotal
left a comment
There was a problem hiding this comment.
One tiny nit. But LGTM otherwise
| Volumes *[]tkgsv1alpha2.Volume `yaml:"volumes,omitempty"` | ||
| TKR tkgsv1alpha2.TKRReference `yaml:"tkr,omitempty"` | ||
| NodeDrainTimeout *metav1.Duration `yaml:"nodeDrainTimeout,omitempty"` | ||
| MachineDeploymentBase string `yaml:"machineDeploymentBase,omitempty"` |
There was a problem hiding this comment.
nit: Can this be renamed to BaseMachineDeployment or BaseMachineDeploymentName ?
There was a problem hiding this comment.
What about the command line flag?
There was a problem hiding this comment.
how about base-machine-deployment ?
|
Cluster Generation A/B Results: |
Adds a command line flag to specify the MachineDeployment to use as a base when creating a new node pool
7deac5c to
2cbc63a
Compare
|
Cluster Generation A/B Results: |
Adds a command line flag to specify the MachineDeployment to use as a base when creating a new node pool
Adds a command line flag to specify the MachineDeployment to use as a
base when creating a new node pool
What this PR does / why we need it
Which issue(s) this PR fixes
Fixes #1067
Describe testing done for PR
Release note
PR Checklist
Additional information
Special notes for your reviewer