devcontainers / devcontainers/features
kubectl-helm-minikube port-forward 443
Aperta
- Lingua principale
- Shell
- Stelle
- 1.5k
- Fork
- 621
- Merge medio
- 2g 11h
- PR unite (30g)
- 4
Descrizione
When I run
`kubectl port-forward -n ingress-nginx services/ingress-nginx-controller 80:80`
the forwarded address is `127.0.0.1:80`, but when I run
`kubectl port-forward -n ingress-nginx services/ingress-nginx-controller 443:443`
the forwarded address is `https://CODESPACENAME-443.app.github.dev/`
I would like to be able to use `https://localhost` to access my app from the host machine (e.g. a browser) with a secure connection, but because of the observed behavior of the codespace this is not possible.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.