flix-tech / vagrant-kubernetes

A simple Kubernetes all-in-one box for development based on Debian Jessie
https://atlas.hashicorp.com/flixtech/boxes/kubernetes
Apache License 2.0
61 stars 23 forks source link

Why drop routes to service IP ? #11

Open liubin opened 6 years ago

liubin commented 6 years ago

As https://github.com/flix-tech/vagrant-kubernetes/blob/master/conf/vagrant-startup.sh#L7 's comment, the route to 10.0.0.0/24 is dropped, in what case could it crash the NAT ?

With this route, we can't access service by <service IP>:<port> in the host (VM).