kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
46 stars 13 forks source link

doc: document using enable-ssl-passthrough for nginx-ingress helm chart in the k3d install #261

Closed pdettori closed 3 months ago

pdettori commented 3 months ago

ingress can be configured with:

helm install ingress-nginx ingress-nginx --set "controller.extraArgs.enable-ssl-passthrough=true" --repo https://kubernetes.github.io/ingress-nginx --version 4.6.1 --namespace ingress-nginx --create-namespace

Note that this does not work for kind as kind uses a modified kind-ingress for which there is no community helm chart

pdettori commented 3 months ago

fixed by #262