Skip to content

Commit 399e6e6

Browse files
committed
Improve docs
1 parent c4a5a02 commit 399e6e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/r/k8s.html.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ The following arguments are supported:
6262
* `storage` - Storage per worker node (in GiB).
6363
* `storage_type` - Storage type (one of storage, storage_high, storage_insane).
6464
* `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
6767
* `surge_node` - Enable surge node to avoid resources shortage during the cluster upgrade (Default: true).
6868
* `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).
6969
* `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:
9797
```terraform
9898
resource "gridscale_k8s" "k8s-test" {
9999
name = "test"
100-
release = "1.30" # instead, gsk_version can be set.
100+
release = "1.32" # instead, gsk_version can be set.
101101
102102
node_pool {
103103
name = "pool-0"
@@ -126,7 +126,7 @@ resource "gridscale_k8s" "k8s-test" {
126126
```terraform
127127
resource "gridscale_k8s" "k8s-test" {
128128
name = "test"
129-
release = "1.30" # instead, gsk_version can be set.
129+
release = "1.32" # instead, gsk_version can be set.
130130
131131
node_pool {
132132
name = "pool-0"

0 commit comments

Comments
 (0)