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 Oct 28, 2024. It is now read-only.
As an operator I would like to separate provisioning from configuring VC to configure clusters so that I can individual manage components based on responsibility.
Detailed Description
With the move away from provisioning in VC and the addition of CAPI support #81 we should draw a harder line about the responsibilities of the vc-manager, instead of being responsible for provisioning it should shift to responsible for maintaining the VC state backed by any Cluster object, this means we have to remove the native provisioned #131, as well as the aliyun provisioner, expecting VC to just maintain cluster stability from a CAPI CR.
Anything else you would like to add:
This likely needs support to make sure clients previously using it get the same expectation and have a new provisioner route.