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
Copy file name to clipboardExpand all lines: website/docs/r/k8s.html.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ The following arguments are supported:
62
62
*`storage` - Storage per worker node (in GiB).
63
63
*`storage_type` - Storage type (one of storage, storage_high, storage_insane).
64
64
*`rocket_storage` - Rocket storage per worker node (in GiB).
65
-
*`taints` - List of taints to be applied to the nodes of this pool.
66
-
*`labels` - List of labels to be applied to the nodes of this pool.
65
+
*`taints` - List of taints to be applied to the nodes of this pool. Check the [product documentation](https://my.gridscale.io/product-documentation/cloud-computing/products/paas/kubernetes/node-pools/introduction/#support-for-taints-and-labels) for details
66
+
*`labels` - List of labels to be applied to the nodes of this pool. Check the [product documentation](https://my.gridscale.io/product-documentation/cloud-computing/products/paas/kubernetes/node-pools/introduction/#support-for-taints-and-labels) for details
67
67
*`surge_node` - Enable surge node to avoid resources shortage during the cluster upgrade (Default: true).
68
68
*`cluster_cidr` - (Immutable) The cluster CIDR that will be used to generate the CIDR of nodes, services, and pods. The allowed CIDR prefix length is /16. If the cluster CIDR is not set, the cluster will use "10.244.0.0/16" as it default (even though the `cluster_cidr` in the k8s resource is empty).
69
69
*`cluster_traffic_encryption` - Enables cluster encryption via wireguard if true. Only available for GSK version 1.29 and above. Default is false.
@@ -97,7 +97,7 @@ The following arguments are supported:
97
97
```terraform
98
98
resource "gridscale_k8s" "k8s-test" {
99
99
name = "test"
100
-
release = "1.30" # instead, gsk_version can be set.
100
+
release = "1.32" # instead, gsk_version can be set.
0 commit comments