Closed himanshu-kun closed 1 year ago
/assign
For azure this is already been done as part of https://github.com/gardener/machine-controller-manager-provider-azure/pull/105 (in the new code line). However if you wish to make changes to the existing master code line then it requires another PR.
For azure this is already been done as part of https://github.com/gardener/machine-controller-manager-provider-azure/pull/105 (in the new code line). However if you wish to make changes to the existing master code line then it requires another PR.
No its fine, thanks for letting me know
How to categorize this issue?
/area dev-productivity /kind enhancement /priority 3
What would you like to be added:
Currently the
Makefile
in mcm-provider repos have the following variables:These variables have to be initialized by updating the
Makefile
to run MCM-provider locally . This leads to sometimes pushing of changes inMakefile
as part of the PR. We cannot git ignore theMakefile
as well (in case some make rules have to be updated, then it'll cause problems)The
Makefile
should only have static content and the dynamic content should be moved to another fileFurther the PR https://github.com/gardener/machine-controller-manager/pull/845 has now modified the way
local-mcm-setting-up
was done . In order to use the newly introduced make targets by this PR inmachine-controller-manager
repo , mcm-provider maintainers should adapt Makefile to read dynamic content from.env
fileFollowing is the list of providers where we'll make changes:
Why is this needed:
For dev productivity