Skip to content

expose acceptor flag #483

Answered by brusdev
lordigon asked this question in Q&A
Jan 31, 2023 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

This is a known issue and it will be fixed by #475 that requires ingress SSL Passthrough. To enable ingress with SSL Passthrough on minikube you need to enable the ingress addon and to patch the ingress deployment, i.e.

# Enable Ingress Addon
minikube addons enable ingress

# Enable Ingress SSL Passthrough
minikube kubectl -- patch deployment -n ingress-nginx ingress-nginx-controller --type='json' -p='[{"op": "add", "path": "/spec/template/spec/containers/0/args/-", "value":"--enable-ssl-passthrough"}]'

Until #475 will be merged you can use a NodePort service.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@lordigon
Comment options

@lordigon
Comment options

@brusdev
Comment options

Answer selected by brusdev
Comment options

You must be logged in to vote
1 reply
@brusdev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants