-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add support for allocation of public ips with ip-tags #1246
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
This looks good, thanks!
@@ -23,6 +24,8 @@ type AzurePublicIPAddressSpec struct { | |||
IdleTimeoutInMinutes int `json:"idleTimeoutInMinutes"` | |||
PublicIPAddressVersion string `json:"publicIPAddressVersion"` | |||
SkuName string `json:"skuName"` | |||
// +optional | |||
IPTags map[string]string `json:"ipTags,omitempty"` |
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.
@frodopwns - should we regenerate the helm pkg stuff now or do we just do it before we ship?
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
Closes #1245
What this PR does / why we need it:
This PR allows public ip addresses to be allocated using ip-tags
Special notes for your reviewer:
I've chosen to add this as an option to v1alpha1, as opposed to forking a new version into v1beta, given the maturity of the operator and considering that this is purely additive.
How does this PR make you feel:
Happy!
If applicable: