You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
If I ssh inside the vagrant VMs, I can hit the endpoints:
$curl 10.244.95.2:8080
Hello Kubernetes!
On the host, however this give a 'no route to host' error. When I inspect the iptables-save in the host, the reason is clear: no iptables being written on the host
sudo iptables-save | grep example-service
(no results)
I cannot tell if this is a bug or is simply unimplemented?
No description provided.
The text was updated successfully, but these errors were encountered: