-
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
Release 1.2 cherry-picks #22874
Release 1.2 cherry-picks #22874
Conversation
Auto commit by PR queue bot
Fix flake in pod IP as env var e2e
allow resource.version.group in kubectl
restore ability to run against secured etcd
Deprecating --api-version flag Conflicts in printing.go with HEAD->release-1.2 Conflicts in generated docs with that and timestamp
Update DNS document to talk about the new Pod and Endpoints Annotations to set hostname
Guarantee we finish writing to the test log before the test exits.
…s-when-closing-connection Close streams with Reset instead of Close when closing streaming connections
prevent disallowed secret refs from leaking via the downward API
fix typo in kubectl run help string
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
Thanks much. LGTM |
Will merge once tests pass. |
Labelling this PR as size/XS |
Hmm. Travis build timed out |
Failed build was: Closed and re-opened to try again. |
GCE e2e build/test passed for commit 27f5a58. |
Travis passed 2nd time |
All green. Merging. |
Thanks for making these pick PRs, @eparis. This is tons better than what we did last time. |
Release 1.2 cherry-picks
Release 1.2 cherry-picks
This PR includes cherrypicks of the following:
#22846: Fix AWS default master sizes
#22666: Fix flake in pod IP as env var e2e
#22853: allow resource.version.group in kubectl
#21535: restore ability to run against secured etcd
#22410: Deprecating --api-version flag
#22564: Update DNS document to talk about the new Pod and Endpoints Annotations to set hostname
#22727: Guarantee we finish writing to the test log before the test exits.
#22802: Close streams with Reset instead of Close when closing streaming connections
#22865: prevent disallowed secret refs from leaking via the downward API
#22862: fix typo in kubectl run help string