kudo icon indicating copy to clipboard operation
kudo copied to clipboard

Support nodeselector in kudo init

Open varunrsystems opened this issue 3 years ago • 2 comments

Support nodeselector for kudo init:

To able to deploy on Linux node/Specific Node: Currently we are having K8s cluster running Windows as well as Linux container, and sometimes due to not having nodeselector when we run kudo init it will create pods of kudo sts on Windows node. I guess we can also use this to support others node types.

varunrsystems avatar Jun 11 '21 15:06 varunrsystems

It's not nice but my workarround is to deploy kudo manually.

  1. kubectl kudo init --dry-run -o=yaml > 002_kudo.yaml
  2. Add the nodeSelector in that yaml.

suikast42 avatar Oct 18 '21 21:10 suikast42

That great, but here I am more concern if we can automate it so that easily be used in scripts to automate the installation.

varunrsystems avatar Oct 19 '21 15:10 varunrsystems