Replies: 2 comments 11 replies
|
@PaulRudin Hi, Paul. Currently, configuring affinity and anti-affinity is not supportable refer to the vineyard operator doc, but we will implement it ASAP. Also, you can dump the yaml files of vineyard cluster and add some affinity or anti-affinity manually to work around it. All templates about vineyard instances are under the two directory vineyardd and etcd. FYI. If you encounter any problems, please feel free to report them here. |
10 replies
|
Kubernetes operator is in a heavy development process currently. @PaulRudin do you have the plan to introduce Vineyard to your workflows on Kubernetes? We are willing to know feedback and feature requests from end-users. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've deployed the vineyard operator to a test k8s cluster. The cluster has various node pools with a variety of taints.
How can I create a cluster so that vineyard instances will tolerate certain taints. Or how can I specify affinities to encourage vineyard instances onto certain nodes?
TIA
All reactions