kubernetes/minikube

How do you enable SSL Passthrough in the ingress deployment

Open

#6,403 opened on Jan 27, 2020

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Go (5,222 forks)batch import
addon/ingresshelp wantedkind/documentationlifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 stars)
PR merge metrics
 (Avg merge 12d 19h) (43 merged PRs in 30d)

Description

Hi, I am trying to enable ingress on minikube and then allow --enable-ssl-passthrough

I have tried editing the deployment with kubectl

I have tied patching the deployment

but everything I try results in no changes to the underlying resource.

My question is, is ssl passthrough even possible on the version of ingress that comes as an addon to minikube and if so how do you do it.

I would really appreciate the help.

Thanks,

Paul

Contributor guide