Skip to content

Commit 9e19d51

Browse files
committed
Update warning text
1 parent 0d781bc commit 9e19d51

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • src/dstack/_internal/cli/services/configurators

src/dstack/_internal/cli/services/configurators/run.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,7 @@ def _warn_fleet_autocreated(api: APIClient, run: Run):
878878
if not fleet.spec.autocreated:
879879
return
880880
warn(
881-
f"\nThe run is using automatically created fleet [code]{fleet.name}[/code].\n"
882-
"Future [code]dstack[/code] versions will stop creating fleets automatically.\n"
883-
"Create the fleet explicitly to remove this warning and prepare for upcoming changes.\n"
884-
"Learn more about fleets: https://dstack.ai/docs/concepts/fleets/"
881+
f"\nNo existing fleet matched, so the run created a new fleet [code]{fleet.name}[/code].\n"
882+
"Future dstack versions won't create fleets automatically.\n"
883+
"Create a fleet explicitly: https://dstack.ai/docs/concepts/fleets/"
885884
)

0 commit comments

Comments
 (0)