Rophy Tsai
Rophy Tsai
Thanks for clarifying the rationales. For the case of "simple values deployment (no options)", I was assuming this should be covered by (1) through customizing default values file, but now...
/remove-lifecycle stale
+1 please
From the discussions in kubernetes/k8s.io#7351 did not publish a publish image. In the mean time, can we get a `gcr.io/k8s-staging-kind/cloud-provider-kind:v0.4.0`? So I don't need to publish my own `rophy/cloud-provider-kind:v0.4.0`.
I noticed it is probing `127.0.0.1`, which looks wrong. It is supposed to be aware that it's running inside container, and probe the IP address of ccm.
Running in host mode works fine, thanks. What are the considerations for choosing the network mode? I imagine there are some assumptions for host mode to work, e.g. the target...
Hope to make this configurable.
IMHO providing default value is good enough to claim what is the compatible image It's common that the environment simply cannot access dockerhub. Hard-coding the image name does not prevent...
Providing command to dump the list of images required is nice. When we say air-gapped envs, it means no network connectivity with internet, only private registries with "pre-approved images" are...
> lgtm, thanks @rophy! > > Can you also open a PR to have the image published as part of the release process? The build process looks complicated, hoping some...