-
Notifications
You must be signed in to change notification settings - Fork 40k
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: Prefer preconfigured node tags for firewalls, if available #25148
Conversation
Removing label |
LGTM: title is relnote, maybe want to clarify a bit? |
lgtm (assuming it passed your manual testing) |
Just pushed a slight tweak - in the block of env vars in configure-vm.sh that I had set it before, it would only have gotten used on GKE, not on GCE. By separating it out more like the multizone setting it'll also be used on GCE. With that tweak, I can confirm it works. |
PTAL, thanks |
The e2e failures are due to #25153 |
GCE e2e build/test failed for commit 20699865a6ff994dc4506c779bc6f4f6d5050513. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
GCE e2e build/test passed for commit b75fa08. |
…5148-upstream-release-1.2 Automated cherry pick of #25148 upstream release 1.2
Commit found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…pick-of-#25148-upstream-release-1.2 Automated cherry pick of kubernetes#25148 upstream release 1.2
…pick-of-#25148-upstream-release-1.2 Automated cherry pick of kubernetes#25148 upstream release 1.2
It'd be nice to also refactor the way that we use NODE_TAG on the client side in gce/util.sh and NODE_INSTANCE_PREFIX on the server side in gce/configure-vm.sh, but that can be cleaned up separately.
Note that I'm currently waiting on this to build and deploy to verify it works as intended, so it shouldn't be merged until I can confirm that's done.
@roberthbailey @thockin @fabioy