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
// ExtraEnvs is an extra set of environment variables to pass to the control plane component.
163
+
// Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default.
164
+
// This option takes effect only on Kubernetes >=1.31.0.
165
+
// +optional
166
+
ExtraEnvs []EnvVar`json:"extraEnvs,omitempty"`
161
167
}
162
168
163
169
// APIServer holds settings necessary for API server deployments in the cluster.
@@ -192,7 +198,7 @@ type ImageMeta struct {
192
198
// +optional
193
199
ImageTagstring`json:"imageTag,omitempty"`
194
200
195
-
//TODO: evaluate if we need also a ImageName based on user feedbacks
201
+
//TODO: evaluate if we need also a ImageName based on user feedbacks
// ExtraEnvs is an extra set of environment variables to pass to the control plane component.
402
+
// Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default.
403
+
// This option takes effect only on Kubernetes >=1.31.0.
404
+
// +optional
405
+
ExtraEnvs []EnvVar`json:"extraEnvs,omitempty"`
406
+
385
407
// ServerCertSANs sets extra Subject Alternative Names for the etcd server signing cert.
0 commit comments