Skip to content

Commit d5ec235

Browse files
update labels (#3925) (#2439)
Signed-off-by: Modular Magician <[email protected]>
1 parent 3b51db0 commit d5ec235

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3925.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/container_cluster.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@ The `node_config` block supports:
564564
* `image_type` - (Optional) The image type to use for this node. Note that changing the image type
565565
will delete and recreate all nodes in the node pool.
566566

567-
* `labels` - (Optional) The Kubernetes labels (key/value pairs) to be applied to each node.
567+
* `labels` - (Optional) The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
568+
reserved by Kubernetes Core components and cannot be specified.
568569

569570
* `local_ssd_count` - (Optional) The amount of local SSD disks that will be
570571
attached to each cluster node. Defaults to 0.

0 commit comments

Comments
 (0)