Skip to content
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

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

MarcPow
Copy link
Contributor

@MarcPow MarcPow commented Jul 29, 2020

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:

  • this PR contains documentation
  • this PR contains tests

@MarcPow MarcPow changed the title Add support for allocation public ips with ip-tags Add support for allocation of public ips with ip-tags Jul 29, 2020
@babbageclunk
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@babbageclunk babbageclunk left a 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"`
Copy link
Member

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?

Copy link
Member

@theunrepentantgeek theunrepentantgeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Allow Public IP Addresses to be allocated using Ip Tags
4 participants