diff --git a/src/_nebari/upgrade.py b/src/_nebari/upgrade.py index 745ccda24..7756e1819 100644 --- a/src/_nebari/upgrade.py +++ b/src/_nebari/upgrade.py @@ -654,6 +654,10 @@ class Upgrade_2023_11_1(UpgradeStep): def _version_specific_upgrade( self, config, start_version, config_filename: Path, *args, **kwargs ): + rich.print("\n ⚠️ Warning ⚠️") + rich.print( + "-> Please run the [green]rm -rf stages[/green] so that we can regenerate an updated set of Terraform scripts for your deployment." + ) rich.print("\n ⚠️ Deprecation Warning ⚠️") rich.print( f"-> ClearML, Prefect and kbatch are no longer supported in Nebari version [green]{self.version}[/green] and will be uninstalled."