#34 [minikube] allow ssl passthrough
Closed by lrossett. Opened by lrossett.

Add a piece of bash script in deploy/minikube/pod.yaml, either at the beginning or end of the file to allow ssl passthrough in case the nginx ingress controller is installed:

  • ingress-nginx namespace should be present;
  • Patch deployment/ingress-nginx-controller from that namespace and add --enable-ssl-passthroughin the container command arg;
  • Wait for the deployment/pod to be redeployed.

The script shouldn't do anything wrt ssl passthrough iff the nginx ingress addon/controller is not running.


Metadata Update from @lrossett:
- Issue tagged with: good first issue, minikube

Closing this issue as we tracking all SIG issues in a single repository: https://pagure.io/kube-sig/kube-sig/issues

Metadata Update from @lrossett:
- Issue status updated to: Closed (was: Open)

Metadata