We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a795f8a commit 788f2eaCopy full SHA for 788f2ea
src/dstack/_internal/cli/services/configurators/run.py
@@ -941,7 +941,7 @@ def _warn_fleet_autocreated(api: APIClient, run: Run):
941
if not fleet.spec.autocreated:
942
return
943
warn(
944
- f"\nNo existing fleet matched, so the run created a new fleet [code]{fleet.name}[/code].\n"
+ f"\nThe run is using automatically created fleet [code]{fleet.name}[/code].\n"
945
"Future dstack versions won't create fleets automatically.\n"
946
"Create a fleet explicitly: https://dstack.ai/docs/concepts/fleets/"
947
)
0 commit comments