-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
gce: Add support for bastions #15602
Conversation
81f327f
to
a624119
Compare
/retest |
pkg/model/gcemodel/firewall.go
Outdated
// We specify explicitly so the rule is in IPv6 mode | ||
ipv6.Disabled = true | ||
ipv6.SourceRanges = []string{"::/0"} | ||
if len(ipv4.SourceTags) == 0 { |
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.
if len(ipv4.SourceTags) == 0 { | |
if len(ipv6.SourceTags) == 0 { |
One nit with ipv6, but lgtm otherwise /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @justinsb. Nit fixed. |
/hold cancel |
/lgtm |
…15332-#15611-#15614-#15607-upstream-release-1.27 Automated cherry pick of #15602: gce: Add support for bastions#15332: gce: Update logic for internal LB#15611: gce: Set firewall rules for Internal LBs also#15614: gce: Rename firewall SSH rules for bastion#15607: gce: Use `user-data` instead of `startup-script` metadata
Closes #15590
More fixes coming as part of #15332
/cc @justinsb
/assign @justinsb