-
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
Remove extraneous document separator causing failures applying addons #7857
Conversation
Hi @ripta. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
ec6b865
to
a009ea5
Compare
/assign @mikesplain |
/ok-to-test |
Seriously lol? Thanks @ripta, great find. /lgtm |
Thanks @ripta /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, mikesplain, ripta 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 |
@justinsb aws e2e is currently broken, none of those tests will pass. See kubernetes/test-infra#15058 |
/test pull-kops-e2e-kubernetes-aws |
3 similar comments
/test pull-kops-e2e-kubernetes-aws |
/test pull-kops-e2e-kubernetes-aws |
/test pull-kops-e2e-kubernetes-aws |
…-origin-release-1.15 Automated cherry pick of #7857: Remove extraneous document separator causing failures
Attempting to use kops 1.15.0-beta.1 with AWS VPC CNI plugin (the networking value
amazon-vpc-routed-eni
) causes these errors on the masters:in fact, new clusters do not even come up healthy in my tests: the masters never reach
Ready
status.This tiny change removes
---
from the AWS VPC CNI addon, which directly addresses the above error. Upon fix, the masters showedReady
in the order of minutes.Fixes #7805