-
Notifications
You must be signed in to change notification settings - Fork 1.5k
tls: add kube-apiserver-complete-server-ca-bundle.crt #1298
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -85,9 +85,6 @@ var _ asset.Asset = (*AdminKubeConfigCABundle)(nil) | |
| func (a *AdminKubeConfigCABundle) Dependencies() []asset.Asset { | ||
| return []asset.Asset{ | ||
| &AdminKubeConfigSignerCertKey{}, | ||
| &KubeAPIServerLBSignerCertKey{}, | ||
|
||
| &KubeAPIServerLocalhostSignerCertKey{}, | ||
| &KubeAPIServerServiceNetworkSignerCertKey{}, | ||
| } | ||
| } | ||
|
|
||
|
|
||
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.
Will the
kubelet-client-ca-bundle.crtstill be used by anything once it is removed from the kubelet kubeconfig?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.
I think it was wired improperly here before (kube-ca for everyone!). It is logically distinct and is for verifying kubelet clients.