-
Notifications
You must be signed in to change notification settings - Fork 1.5k
tls: remove kube-ca #1603
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
tls: remove kube-ca #1603
Conversation
|
/retest |
2f3bb5f to
f7fda09
Compare
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, deads2k The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
/retest |
/retest |
|
My kingdom for bootstrap container logs. /hold To sort out Monday |
|
needs #1561 |
kube-ca was an old shared CA that we've moved away from. We now have discrete chains of trust that are individually managed on the cluster.
f7fda09 to
4835aab
Compare
|
New changes are detected. LGTM label has been removed. |
|
simple rebase, reapplying tag |
kube-ca was an old shared CA that we've moved away from. We now have discrete
chains of trust that are individually managed on the cluster.
Depends on a couple kube-apiserver-operator pulls, but now that we use the real load balancer cert, we just have to fix serving for IP address (pull merged and we're verifying the operator again after the images are built) and we'll be ready to do this.