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/cloud_project_kube_nodepool.html.markdown
+4-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,10 @@ The following arguments are supported:
80
80
* `finalizers` - Finalizers to apply to each node. A finalizer name must be fully qualified, e.g. kubernetes.io/pv-protection , where you prefix it with hostname of your service which is related to the controller responsible for the finalizer.
81
81
* `labels` - Labels to apply to each node
82
82
*`spec` - Spec of each node in the pool
83
-
*`taints` - Taints to apply to each node
83
+
*`taints` - Taints to apply to each node [NodeSpec kubernetes documentation](https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/node-v1/#NodeSpec)
84
+
*`effect` - mandatory possible values: NoExecute, NoSchedule, PreferNoSchedule
85
+
*`key` - mandatory
86
+
*`value` - (Optional)
84
87
*`unschedulable` - If true, set nodes as un-schedulable
0 commit comments