You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If the CA key is defined, the cluster is using a managed etcd, and so we can generate a new
123
-
// etcd client certificate for the controllers.
124
-
// Otherwise the cluster is using an external etcd; in this case the only option to connect to etcd is to re-use
125
-
// the apiserver-etcd-client certificate.
126
-
// TODO: consider if we can detect if we are using external etcd in a more explicit way (e.g. looking at the config instead of deriving from the existing certificates)
// If the apiserver-etcd-client doesn't exist, we try to generate a new
145
+
// etcd client certificate for the controllers.
146
+
// TODO: consider if we can detect if we are in external etcd mode or in external ca in a more explicit way (e.g. looking at the config instead of deriving from the existing certificates)
0 commit comments