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
Candidate to de-risk (start early with hacked other bits)
Updating the cluster create/edit component is a big thing
Mapping from machine config / showing new input fields for machine templates might be tricky
Fetching AWS specific node config
As before, /meta/proxy + reference to CC
Create infrastructure cluster object - AWSCluster
New node management area which CRUDs machine templates
Just like our process for node drivers inserting components we need same/similar for machine templates that provide a component
The output of these components is a machine template
We need to manage these before the user clicks save (same process as machine deployments). Create --> create resource, Edit --> replace resource, see below
The new machine templates are then references in the prov cluster
Editing machine templates is different than machine Deployments
Before - Just edit the machine deployment. Now - create a new machine template (clone?), save, assign new machine template to cluster
clusters-createrole to view capiprovider resource rancher#55167 will open up capiprovider to non-admins