-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodegroup configuration #59
Comments
thanks @michael81877 works like a charm |
If you want to pin the NiFi pods to dedicated nodes which you've tainted, you must specify both a |
thanks i figure it out but i have another problem is it need to be like that ? @michael81877 |
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 |
From nifikop created by yossisht9876: Orange-OpenSource/nifikop#165
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: