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
-`interface` (String) Interface to be used on the node
584
588
-`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.
585
590
-`kubelet_extra_args` (Map of String) Node kubelet extra args.
586
591
-`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))
587
592
-`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