Skip to content

Commit

Permalink
Launch agent: Link agent setup docs for launchConfig (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimH98 authored Apr 25, 2024
1 parent 4896734 commit e1a0836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/launch-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: launch-agent
icon: https://em-content.zobj.net/thumbs/240/apple/354/rocket_1f680.png
description: A Helm chart for running the W&B Launch Agent in Kubernetes
type: application
version: 0.13.2
version: 0.13.3
maintainers:
- name: wandb
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/launch-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The table below describes all the available variables in the chart:
| `namespace` | string | No | `wandb` | The namespace to deploy the agent into. |
| `additionalTargetNamespaces` | list(string) | No | [`wandb`,`default`] | A list of namespaces the agent can run jobs in. |
| `baseUrl` | string | No | `https://api.wandb.ai` | URL of your W&B server api. |
| `launchConfig` | mutiline string | **Yes** | `null` | his should be set to the literal contents of your launch agent config. |
| `launchConfig` | mutiline string | **Yes** | `null` | This should be set to the literal contents of your launch agent config. See the agent setup docs for details: https://docs.wandb.ai/guides/launch/setup-agent-advanced |
| `volcano` | bool | No | `true` | Controls whether the volcano scheduler should be installed in your cluster along with the agent. Set to `false` to disable volcano installation. |
| `gitCreds` | mutiline string | No | `null` | Contents of a git credentials file. |
| `serviceAccount.annotations` | object | No | `null` | Annotations for the wandb service account. |
Expand Down
1 change: 1 addition & 0 deletions charts/launch-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ additionalTargetNamespaces:
- wandb

# This should be set to the literal contents of your launch agent config.
# See the agent setup docs for details: https://docs.wandb.ai/guides/launch/setup-agent-advanced
launchConfig: |
queues: # List of queues to poll for jobs.
- <YOUR QUEUE NAME>
Expand Down

0 comments on commit e1a0836

Please sign in to comment.