diff --git a/cmd/kops/create_keypair.go b/cmd/kops/create_keypair.go index 5a9afa05ae..d4b9ae5a4d 100644 --- a/cmd/kops/create_keypair.go +++ b/cmd/kops/create_keypair.go @@ -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.