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

feat: Add node pool parameter #802

Merged
merged 38 commits into from Dec 26, 2020

Conversation

Vafilor
Copy link
Contributor

@Vafilor Vafilor commented Dec 23, 2020

What this PR does:

Which issue(s) this PR fixes:

Fixes onepanelio/core#

Special notes for your reviewer:

Checklist

Please check if applies

  • I have added/updated relevant unit tests
  • I have added/updated relevant documentation

Required

  • I accept to release these changes under the Apache 2.0 License

… This will perform any modifications needed to replace types with runtime data, etc.

An example is select.nodepool. This value should set the options to the currently available node types.
…logic to replace select.nodepool values with runtime values.
@Vafilor Vafilor added this to the v0.17.0 milestone Dec 23, 2020
@Vafilor Vafilor self-assigned this Dec 23, 2020
@rushtehrani rushtehrani linked an issue Dec 23, 2020 that may be closed by this pull request
@Vafilor Vafilor marked this pull request as ready for review December 24, 2020 20:01
ports:
- containerPort: 6006
name: tensorboard
sidecars:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This indentation seems incorrect - it should line up with nodeSelector

@@ -11,13 +11,13 @@ arguments:
value: annotation-dump/sample_dataset
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bit confused about this file, are you deleting an old migration file here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rushtehrani This migration adds the select.nodepool parameter

@@ -0,0 +1 @@
https://github.com/onepanelio/templates/blob/master/workflows/maskrcnn-training/template.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think we need this README here

@rushtehrani rushtehrani changed the base branch from master to feat/sys.node.pool December 26, 2020 00:24
@rushtehrani rushtehrani changed the base branch from feat/sys.node.pool to master December 26, 2020 00:24
@rushtehrani rushtehrani changed the base branch from master to feat/sys.node.pool December 26, 2020 00:25
@rushtehrani
Copy link
Contributor

@Vafilor can you address the conflict?

rushtehrani and others added 21 commits December 25, 2020 16:29
… This will perform any modifications needed to replace types with runtime data, etc.

An example is select.nodepool. This value should set the options to the currently available node types.
…logic to replace select.nodepool values with runtime values.
…sources for migrations.

Also updated migration yamls to the latest based on templates repo.
@Vafilor
Copy link
Contributor Author

Vafilor commented Dec 26, 2020

@Vafilor can you address the conflict?

@rushtehrani Sure thing - should be good.

@rushtehrani rushtehrani changed the title feat: add node pool parameter feat: Add node pool parameter Dec 26, 2020
@rushtehrani rushtehrani merged commit 01bfb9c into onepanelio:feat/sys.node.pool Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New input type select.nodepool
2 participants