Skip to content
Merged
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
6 changes: 4 additions & 2 deletions src/commands/vfcli/vfcli-create-or-get-free-env-from-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ parameters:
default: 1h
node-group:
type: string
description: Name of the node group to use
default: "e2e"
description: |
Name of the node group to pin the environment to. Leave empty (default) to use
vfcli's capacity-type scheduling: non-dev envs (test-/review-/e2e-) default to spot.
default: ""
Comment on lines +17 to +20
force:
type: boolean
description: Whether to force environment creation without checking for free environment
Expand Down