Skip to content

update spec for deployment and environments conf #23

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion app/README/dltk_deployments.conf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ editable = <bool>
* TODO

restart_required = <bool>
* TODO
* TODO

cpu_count = <number>
* Number of CPU cores to be requested for the deployment

gpu_request = <number>
* Number of GPUs to be requested for the deployment

runtime_status.api_url = <string>
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we design this more generic?

runtime_status.<name> = <value>

* Current state of the deployment API endpoint
* Typically contains the URL of the API endpoint
6 changes: 6 additions & 0 deletions app/README/dltk_environments.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ user_token = <string>

cluster_url = <string>
* Defaults what set set 'cluster_url' in the 'kubernetes' connector.

user_password = <string>
* Defaults what set set 'user_password' in the 'kubernetes' connector.

user_name = <string>
* Defaults what set set 'user_name' in the 'kubernetes' connector.