-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data disk image reference #891
Conversation
@hebelsan You need rebase this pull request with latest master branch. Please check. |
/hold until gardener/machine-controller-manager-provider-azure#165 is merged and released |
e67ccea
to
ec3a01d
Compare
634bfc1
to
6b594f8
Compare
@@ -19,8 +19,13 @@ type WorkerConfig struct { | |||
// NodeTemplate contains resource information of the machine which is used by Cluster Autoscaler to generate nodeTemplate during scaling a nodeGroup from zero. | |||
// +optional | |||
NodeTemplate *extensionsv1alpha1.NodeTemplate `json:"nodeTemplate,omitempty"` | |||
// DiagnosticsProfile specifies boot diagnostic options | |||
|
|||
// DiagnosticsProfile specifies boot diagnostic options. |
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.
since you went into the trouble to add the new line, please also add the +optional here
// +optional | ||
SkipMarketplaceAgreement *bool `json:"skipMarketplaceAgreement,omitempty"` | ||
// Image identifies the azure image. | ||
Image |
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.
I am not sure if we want to do that or something like:
imageRef Image `json",inline"`
I think this is more clean to be honest and I believe this to be backwards compatible too. WDYT ?
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.
/lgtm
How to categorize this PR?
/area usability
/kind enhancement
/platform azure
What this PR does / why we need it:
Adds the ability to attach dataDisks with image references
Which issue(s) this PR fixes:
Fixes #788
Special notes for your reviewer:
Release note: