-
Notifications
You must be signed in to change notification settings - Fork 110
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 deployer creates firewall rule allowing nodeport access #34
GCE deployer creates firewall rule allowing nodeport access #34
Conversation
This issue was overlooked for a while because testing of just the deployer works fine without these firewall rules. However, once real testing began, large groups of (unexpected) failures were noticed, especially with the entire NodePort category of tests. Adding these firewall rules (which are present in the old test-setup bash function this deployer replaces) resolves this issue.
d22f6e4
to
afc2ac0
Compare
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 is great!
Thanks for adding a quick fix.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amwat, michaelmdresser 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 |
This brings the failures down to just 3: https://testgrid.k8s.io/provider-gcp-periodics#Conformance%20-%20Cloud%20Provider%20GCP%20-%20master |
Awesome! Great work!
…On Thu, Aug 13, 2020 at 7:01 PM Amit Watve ***@***.***> wrote:
FYI @cheftako <https://github.com/cheftako> @cici37
<https://github.com/cici37>
This brings the failures down to just 3:
https://testgrid.k8s.io/provider-gcp-periodics#Conformance%20-%20Cloud%20Provider%20GCP%20-%20master
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHHOA7TLKZL7NIG67XNHHDSASLI3ANCNFSM4P5HWJYA>
.
|
This issue was overlooked for a while because testing of just the deployer works fine without these firewall rules. However, once real testing began, large groups of (unexpected) failures were noticed (see https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/92316/pull-kubernetes-e2e-gce-kubetest2/1293334635354263552), especially with the entire NodePort category of tests. Adding these firewall rules (which are present in the old test-setup bash function this deployer replaces) resolves this issue.
Tested locally. Firewalls are correctly created and deleted. Previously failing NodePort tests pass.