Skip to content

Commit d982fc1

Browse files
committed
update annotation docs
Signed-off-by: Payes Anand <payes@rafay.co>
1 parent 8a2dd83 commit d982fc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/resources/mks_cluster.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ resource "rafay_mks_cluster" "mks-ha-cluster" {
106106
"app" = "infra"
107107
"infra" = "true"
108108
}
109+
annotations = {
110+
"app" = "infra"
111+
"infra" = "true"
112+
}
109113
},
110114
"hostname2" = {
111115
arch = "amd64"
@@ -582,6 +586,7 @@ resource "rafay_mks_cluster" "mks-cluster-example" {
582586

583587
- `interface` (String) Interface to be used on the node
584588
- `labels` (Map of String) Use Kubernetes labels to control how workloads are scheduled to your nodes.
589+
- `annotations` (Map of String) Annotations are extra non-identifying metadata associated with your nodes.
585590
- `kubelet_extra_args` (Map of String) Node kubelet extra args.
586591
- `ssh` (Attributes) Override SSH Config at the node level. This is usefull when nodes within cluster come up with different SSH configuration.(see [below for nested schema](#nestedatt--spec--config--nodes--ssh))
587592
- `taints` (Attributes Set) A node taint lets you mark a node so that the scheduler avoids or prevents using it for certain Pods. Node taints can be used with tolerations to ensure that Pods aren't scheduled onto inappropriate nodes (see [below for nested schema](#nestedatt--spec--config--nodes--taints))

0 commit comments

Comments
 (0)