Skip to content
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

Add the ability to declare k8s pod tolerations that allow (but do not require) the pods to schedule onto nodes with matching taints #1207

Open
idrismike opened this issue May 31, 2022 · 1 comment

Comments

@idrismike
Copy link

Is your feature request related to a problem? Please describe.
Cloudflow deployments do not provide the ability to schedule pods on specific nodes in k8s cluster.

Is your feature request related to a specific runtime of cloudflow or applicable for all runtimes?
This is relevant for all runtimes deployment to k8s.

Describe the solution you'd like
Currently, we can declare k8s related configuration in a conf file and provide as --conf to kubectl cloudflow. However, these configuration do not support tolerations for pods that can be scheduled on nodes with matching taints in the k8s cluster.
Therefore, it is highly recommended to make this feature available in the cloudflow operator to parse this and add to the deployments before deploying them in the cluster.

Describe alternatives you've considered
N/A

Additional context
For details on taints and tolerations - see https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/

@thomasschoeftner
Copy link
Contributor

I have proposed a PR to fix this:
#1211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants