-
Notifications
You must be signed in to change notification settings - Fork 69
⚠️ Remove aliyun provisioner from vc-manager #132
Description
User Story
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.
/kind feature
/milestone next