Skip to content

Allow to configure healthzBindAddress for kube-proxy #7363

@dodgex

Description

@dodgex

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions