Is your feature request related to a problem? Please describe.
I'm evaluating k0s for my home lab and want to bind everything related to k0s to a specific port.
Currently it is not possible to configure the --healthz-bind-address as this option is ignored when a config file is specified by --config (see docs) which is the case using the kube-proxy ConfigMap. But the ConfigMap has an empty value hardcoded.
Describe the solution you would like
Add a healthzBindAddress to k0s.yaml similar to what #2378 did for metricsBindAddress.
Describe alternatives you've considered
Blocking the access to the port via iptables, or patch the ConfigMap (seems to work for now, but I do not know how consistent this is).
Additional context
No response
Is your feature request related to a problem? Please describe.
I'm evaluating k0s for my home lab and want to bind everything related to k0s to a specific port.
Currently it is not possible to configure the
--healthz-bind-addressas this option is ignored when a config file is specified by--config(see docs) which is the case using the kube-proxy ConfigMap. But the ConfigMap has an empty value hardcoded.Describe the solution you would like
Add a
healthzBindAddressto k0s.yaml similar to what #2378 did formetricsBindAddress.Describe alternatives you've considered
Blocking the access to the port via iptables, or patch the ConfigMap (seems to work for now, but I do not know how consistent this is).
Additional context
No response