Skip to content

Bootstrap chart does not work on k3s ipv6 single stack #287

@jip149

Description

@jip149

When configured with ipv6 single stack, k3s listens on ::1

https://github.com/k3s-io/k3s/blob/908a0b91dc980dcd5978b2ba75ae85982bc08171/pkg/daemons/config/types.go#L290

But helm-controller is hard-coded to 127.0.0.1

Name: "KUBERNETES_SERVICE_HOST",

Helm chart fails to install:

Error: INSTALLATION FAILED: Kubernetes cluster unreachable: Get "https://127.0.0.1:6444/version": dial tcp 127.0.0.1:6444: connect: connection refused

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions