-
Notifications
You must be signed in to change notification settings - Fork 341
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 support for Kubernetes arbitrary node selector #1370
Add support for Kubernetes arbitrary node selector #1370
Conversation
@ludelafo can you provide an simple example command of at least 2 cases/values a user list:
|
@dacbd, I have added examples in my PR related to the cml.dev documentation website: https://github.com/iterative/cml.dev/pull/464/files#diff-326eb0b25030b7c788dc39eef79ebc9053a2e3207ed9d6e71904df2cf4d7e51aR379-R428 Please let me know if that works for you. |
…t will be set on the Terraform Provider Iterative side.
@ludelafo, just a quick update for you, there seems to be an issue with our tests with one of our dependencies unrelated to any of the open PRs, and I want to make sure we have it resolved before building a new release. Unfortunately, it's not the highest priority for us ATM. @0x2b3bfa0 or I will try to resolve it soon, and we should be able to get this merged and a new release made immediately after. Thanks for your patience. |
No worries! Thanks for the update. If I can be of any help, please let me know! |
This PR implements the Kubernetes arbitrary node selector described in issue #1365.
This is a work in progress and my first experience with Golang and Terraform provider development, I'm open to improvements.
Related PRs: