-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow setting node taints and custom resource definitions #44
Comments
Currently it is possible for a user to set custom values using a values file
So it is not super critical to have custom flags for all those options. |
Ok, found an issue with how tolerations are set currently and we need a better solution. ProblemCurrently
Proposal
If these flags are set,
Warning: remember to apply these for all third party resources as currently hardcoded in the values.yaml so that all full-stack-network resources are scheduled on the nodes expected. ComplexityFor each of those flags, user would have to enter a complex YAML data structure. So we need to support adding Yaml in the console. However, this is not too crazy to have since other CLI tools like
Solution options
|
Another option is that the user could enter the toleration in json format. definitely would probably have to use |
We are going to follow |
|
No description provided.
The text was updated successfully, but these errors were encountered: