-
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
switch to use upstream remote authentication and authorization #14011
switch to use upstream remote authentication and authorization #14011
Conversation
[test] |
@sdodson FYI the 3.6 upgrade would now explicitly block 3.6 kubelet from running against any older server.
|
flake #12072 |
re[test] |
provision again re[test] |
Ok, that shouldn't happen during any of our supported upgrade paths. We're always API/Controllers first. When you say older you mean <= 1.5/3.5 or even within 1.6/3.6? |
e43b069
to
8d9e6e8
Compare
Evaluated for origin test up to 8d9e6e8 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/1229/) (Base Commit: 17ebd78) |
@enj let's get this tied off. |
LGTM. [merge] |
[merge] |
Flake #13980 |
Evaluated for origin merge up to 8d9e6e8 |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/660/) (Base Commit: b4244de) (Image: devenv-rhel7_6232) |
Switches our remove authentication and authorization to use the upstream versions so that we can remove duplicate code.
This is predicated on the notion that we do not support new kubelet and old apiserver. If we support that combination, we cannot do this.
@smarterclayton @liggitt