You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
If the user calls cluster-create on an existing cluster but has deleted their local config directory or otherwise doesn't have it in the local directory tree, the code will create the config directory with default configuration rather than what is currently deployed.
cluster-create should pull the currently deployed configuration and unpack it locally if called on an existing cluster and the user doesn't have a config directory for the cluster already
Description
If the user calls
cluster-createon an existing cluster but has deleted their local config directory or otherwise doesn't have it in the local directory tree, the code will create the config directory with default configuration rather than what is currently deployed.Blocked By
Acceptance Criteria
cluster-createshould pull the currently deployed configuration and unpack it locally if called on an existing cluster and the user doesn't have a config directory for the cluster already