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
# password = "ZZXXccvv1212" // Optional, should be set if key_ids not set.
418
+
keys_id = "skey-11112222"
412
419
}
413
420
414
421
labels = {
@@ -473,7 +480,7 @@ The following arguments are supported:
473
480
*`cluster_os_type` - (Optional, String, ForceNew) Image type of the cluster os, the available values include: 'GENERAL'. Default is 'GENERAL'.
474
481
*`cluster_os` - (Optional, String, ForceNew) Operating system of the cluster, the available values include: 'centos7.6.0_x64','ubuntu18.04.1x86_64','tlinux2.4x86_64'. Default is 'tlinux2.4x86_64'.
475
482
*`cluster_version` - (Optional, String) Version of the cluster, Default is '1.10.5'.
476
-
*`container_runtime` - (Optional, String, ForceNew) Runtime type of the cluster, the available values include: 'docker' and 'containerd'.Default is 'docker'.
483
+
*`container_runtime` - (Optional, String, ForceNew) Runtime type of the cluster, the available values include: 'docker' and 'containerd'.The Kubernetes v1.24 has removed dockershim, so please use containerd in v1.24 or higher.Default is 'docker'.
477
484
*`deletion_protection` - (Optional, Bool) Indicates whether cluster deletion protection is enabled. Default is false.
0 commit comments