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

Support nodeselector in kudo init #1801

Open
varunrsystems opened this issue Jun 11, 2021 · 2 comments
Open

Support nodeselector in kudo init #1801

varunrsystems opened this issue Jun 11, 2021 · 2 comments

Comments

@varunrsystems
Copy link

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.

@suikast42
Copy link

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.

@varunrsystems
Copy link
Author

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

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

No branches or pull requests

2 participants