I would like to ask you where should I look for some information on how to force deployments from some namespace to run on specific nodes in the k3s cluster.
I found this: How to assign a namespace to certain nodes?.
Which is the simmilar issue that I have or want.
But I didn't have luck of finding this PodNodeSelector plugin in my k3s cluster. Can you point me where should I look, because I tried documentation and didn't find what I was looking for.
Desired state:
- testing namespace - able to do
- nodes tagged test - able to do
- kube config to namespace - able to do
- allow deployments to run just on the tagged nodes - asking
Thanks for your suggestions and have a nice day.