Closed
Description
Regarding this issue here #384 I found there is a minikube service
command. But this doesn't help.
I installed stable/openvpn using helm on minikube v0.25.2 (kubernetes v1.8.0): https://github.com/kubernetes/charts/tree/master/stable/openvpn
According to guides in the previous link there is a script to generate a client key (which needs a service ip to work).
$ kubectl get svc vpn-openvpn
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
vpn-openvpn LoadBalancer 10.99.53.147 <pending> 443:30822/TCP 18m
As you can see, the external ip is pending. What's the point of using minikube then, when you can only play around but not really use the important functionalities of k8s?
I don't want hacky workarounds, especially if it comes to larger scale deployments with multiple services - there has to be a solution.
This is a must-have-feature and I don't see why nobody seems to care a bit.