Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkg/controllers/kube-apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ func (s *KubeAPIServer) configure(cfg *config.Config) error {
"etcd-servers": {
"https://localhost:2379",
},
"kubelet-certificate-authority": {cryptomaterial.CABundlePath(kubeCSRSignerDir)},
"kubelet-client-certificate": {cryptomaterial.ClientCertPath(kubeletClientDir)},
"kubelet-client-key": {cryptomaterial.ClientKeyPath(kubeletClientDir)},
"kubelet-certificate-authority": {cryptomaterial.CABundlePath(kubeCSRSignerDir)},
"kubelet-client-certificate": {cryptomaterial.ClientCertPath(kubeletClientDir)},
"kubelet-client-key": {cryptomaterial.ClientKeyPath(kubeletClientDir)},
// MicroShift nodes expose these two types of addresses. In order to support having more than one
// node with the current approach (which is running a stand alone kubelet and share certificates
// with the master node) we need to use names only because of the way certificates are generated.
Expand Down