-
Notifications
You must be signed in to change notification settings - Fork 34
nodegroup configuration #165
Comments
spec:
nodeConfigGroups:
default_group:
nodeConfigGroups:
default_group:
tolerations:
- key: taint.key
operator: Equal
value: "true"
effect: "NoSchedule"
docs: https://orange-opensource.github.io/nifikop/docs/5_references/1_nifi_cluster/3_node_config |
thanks i figure it out but i have another problem is it need to be like that ? @michael81877 |
If you want to pin the NiFi pods to dedicated nodes which you've tainted, you must specify both a |
thanks @michael81877 works like a charm |
hey all,
i have a problem configure toleration to the nifi-cluster pods.
"error: error validating "nifi-cluster.yaml": error validating data: ValidationError(NifiCluster.spec): unknown field "tolerations" in com.orange.nifi.v1alpha1.NifiCluster.spec; if you choose to ignore these errors, turn validation off with --validate=false"
its works for the zookeeper setup and for the helm nifikop chart.
but i didnt find a way to set toleration or Nodeselector to the nifi-cluster.yaml
here is my conf:
The text was updated successfully, but these errors were encountered: