mirror of https://github.com/kubernetes/kops.git
Merge pull request #11877 from johngmyers/rotate-cilium
Allow rotation of etcd-clients-ca-cilium
This commit is contained in:
commit
1bed90a030
|
@ -60,8 +60,9 @@ type CreateKeypairOptions struct {
|
|||
}
|
||||
|
||||
var keysetCommonNames = map[string]string{
|
||||
"ca": "kubernetes",
|
||||
"service-account": "service-account",
|
||||
"ca": "kubernetes",
|
||||
"etcd-clients-ca-cilium": "etcd-clients-ca-cilium",
|
||||
"service-account": "service-account",
|
||||
}
|
||||
|
||||
// NewCmdCreateKeypair returns a create keypair command.
|
||||
|
|
Loading…
Reference in New Issue