@@ -27,21 +27,21 @@ limitations under the License.
27
27
// - Support custom environment variables in control plane components under `ClusterConfiguration`.
28
28
// Use `APIServer.ExtraEnvs`, `ControllerManager.ExtraEnvs`, `Scheduler.ExtraEnvs`, `Etcd.Local.ExtraEnvs`.
29
29
// - The ResetConfiguration API type is now supported in v1beta4. Users are able to reset a node by passing
30
- // a --config file to " kubeadm reset" .
31
- // - `dry- run` mode in is now configurable in InitConfiguration and JoinConfiguration.
30
+ // a ` --config` file to ` kubeadm reset` .
31
+ // - Dry run mode is now configurable in InitConfiguration and JoinConfiguration.
32
32
// - Replace the existing string/string extra argument maps with structured extra arguments that support duplicates.
33
- // The change applies to `ClusterConfiguration` - `APIServer.ExtraArgs, `ControllerManager.ExtraArgs`,
33
+ // The change applies to `ClusterConfiguration` - `APIServer.ExtraArgs` , `ControllerManager.ExtraArgs`,
34
34
// `Scheduler.ExtraArgs`, `Etcd.Local.ExtraArgs`. Also to `NodeRegistrationOptions.KubeletExtraArgs`.
35
35
// - Add `ClusterConfiguration.EncryptionAlgorithm` that can be used to set the asymmetric encryption algorithm
36
36
// used for this cluster's keys and certificates. Can be one of "RSA-2048" (default), "RSA-3072", "RSA-4096" or "ECDSA-P256".
37
37
// - Add `ClusterConfiguration.DNS.Disabled` and `ClusterConfiguration.Proxy.Disabled` that can be used to disable
38
38
// the CoreDNS and kube-proxy addons during cluster initialization. Skipping the related addons phases,
39
39
// during cluster creation will set the same fields to `false`.
40
- // - Add the `NodeRegistration.ImagePullSerial` field in ' InitConfiguration` and `JoinConfiguration`, which
40
+ // - Add the `NodeRegistration.ImagePullSerial` field in ` InitConfiguration` and `JoinConfiguration`, which
41
41
// can be used to control if kubeadm pulls images serially or in parallel.
42
- // - The UpgradeConfiguration kubeadm API is now supported in v1beta4 when passing --config to " kubeadm upgrade" subcommands.
42
+ // - The UpgradeConfiguration kubeadm API is now supported in v1beta4 when passing ` --config` to ` kubeadm upgrade` subcommands.
43
43
// Usage of component configuration for kubelet and kube-proxy, InitConfiguration and ClusterConfiguration is deprecated
44
- // and will be ignored when passing --config to upgrade subcommands.
44
+ // and will be ignored when passing ` --config` to upgrade subcommands.
45
45
// - Add a `Timeouts` structure to `InitConfiguration`, `JoinConfiguration`, `ResetConfiguration` and `UpgradeConfiguration`
46
46
// that can be used to configure various timeouts. The `ClusterConfiguration.TimeoutForControlPlane` field is replaced
47
47
// by `Timeouts.ControlPlaneComponentHealthCheck`. The `JoinConfiguration.Discovery.Timeout` is replaced by
0 commit comments