-
Notifications
You must be signed in to change notification settings - Fork 80
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
force scheduler insecure #80
Conversation
/retest |
fyi @smarterclayton @derekwaynecarr |
/retest |
The rebase is blocked on this because in 1.13 our dynamic reload patch interacts badly with the cert generation change that no longer serializes to disk. This happens because the cert for this component is missing. This combination results in a case where kube-scheduler panics and dies. Choices we have to land the rebase
We tried to work around this in another pull, but that pull wasn't able to bootstrap the server. |
@deads2k dynamic reload patch? what is this? link to source? So there will need to be a follow-on to this to reenable secure connections after the rebase? |
yes
It's spread across 6-10 pulls. openshift/kubernetes@00438e8 is most of it in 1.13, but it's slightly different in 1.12 |
/hold cancel |
/retest |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: deads2k, soltysh 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 |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
1 similar comment
/retest |
/test unit |
/retest |
I'm pretty sure this worked, but I'll wait for a cleaner run |
Yay, finally all tests passed :) |
this will help land the rebase. The secure option fails to bootstrap.