Merge pull request #11877 from johngmyers/rotate-cilium

Allow rotation of etcd-clients-ca-cilium
This commit is contained in:
Kubernetes Prow Robot 2021-06-28 10:42:08 -07:00 committed by GitHub
commit 1bed90a030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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.