Is your feature request related to a problem? Please describe:
The current controller manager cannot be run and debugged locally. Since the controller manager will access /health and/store API of pd.
Describe the feature you'd like:
I hope there is a way to run the controller manager locally. Because now it has no system-level dependencies. running locally can help development and testing
Describe alternatives you've considered:
add --kubeconfig flag to support creating out-of-cluster clientset
run kubectl proxy
pass an environment variable such as DEBUG = 1, and then overwrite the address of PdClientURL.
I tested this, but I'm not sure if the controller manager has other dependencies
hardcode version:
Feature Request
Is your feature request related to a problem? Please describe:
The current controller manager cannot be run and debugged locally. Since the controller manager will access
/health
and/store API
ofpd
.Describe the feature you'd like:
I hope there is a way to run the controller manager locally. Because now it has no system-level dependencies. running locally can help development and testing
Describe alternatives you've considered:
I tested this, but I'm not sure if the controller manager has other dependencies hardcode version:
Teachability, Documentation, Adoption, Migration Strategy: