We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d781bc commit 9e19d51Copy full SHA for 9e19d51
1 file changed
src/dstack/_internal/cli/services/configurators/run.py
@@ -878,8 +878,7 @@ def _warn_fleet_autocreated(api: APIClient, run: Run):
878
if not fleet.spec.autocreated:
879
return
880
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/"
+ f"\nNo existing fleet matched, so the run created a new fleet [code]{fleet.name}[/code].\n"
+ "Future dstack versions won't create fleets automatically.\n"
+ "Create a fleet explicitly: https://dstack.ai/docs/concepts/fleets/"
885
)
0 commit comments