gardener/machine-controller-manager

Introduce `make` targets for setup/restore local-manual-setup in mcm-providers

himanshu-kun opened this issue · 1 comments

How to categorize this issue?

/area usability
/kind enhancement
/priority 2

What would you like to be added:

#846 introduced make targets in MCM Makefile to ease setting up dynamic variables for local testing of MCM and MCM-providers. But such make targets should be added in mcm-provider Makefile also as their development could be done standalone, and thus should not depend on MCM make targets. The README.md(for example provider-aws) files under mcm-providers should be updated as well

Why is this needed:
Ease of development