Allow rotation of etcd-clients-ca-cilium

This commit is contained in:
John Gardiner Myers 2021-06-27 12:48:09 -07:00
parent 6514dbf621
commit 97583261f8
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.