machine-controller-manager
machine-controller-manager copied to clipboard
Update MCM and MC versions to latest for local deployment
How to categorize this issue?
/area usability /kind enhancement /priority 3
What would you like to be added: The local deployment yaml for the MCM pod which is maintained in every OOT provider repo needs to be updated with latest version of MCM and the corresponding provider. Also local-integration test needs to be performed(not available for Alicloud ,Vshpere) as these can't be validated by pipeline integration test because the latter runs processes in container itself, and so RBAC couldn't be checked (keeping #674 in mind)
- [ ] provider GCP
- [ ] provider Azure
- [ ] provider AWS
- [ ] provider Alicloud
- [ ] provider OpenStack
- [ ] provider Vsphere
Note: Please update the issue with the PR making the change under the respective provider like done here
@himanshu-kun Label area/todo does not exist.
Post grooming discussion
- We should introduce two ways
Local
- a variable to figure out we want local IT
- two more variables to figure out which MCM version and which MC (if not local) we want to run
Deploy as Pod
- a variable to figure out we want deployed MCM pod
- two more variables for which MCM_image and MC_image (if not local) we want to run.