diff --git a/cluster/local/config-default.sh b/cluster/local/config-default.sh index 2ac92054001..d81f7c2e661 100644 --- a/cluster/local/config-default.sh +++ b/cluster/local/config-default.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -## Contains configuration values for interacting with the Vagrant cluster +## Contains configuration values for interacting with a Local cluster # NUMBER OF MINIONS IN THE CLUSTER NUM_MINIONS=1 diff --git a/docs/networking.md b/docs/networking.md index 8f24a0fb79b..8753c1d9cf3 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -66,7 +66,7 @@ Docker allocates IP addresses from a bridge we create on each node, using its ### Other networking implementation examples With the primary aim of providing IP-per-pod-model, other implementations exist to serve the purpose outside of GCE. - [OpenVSwitch with GRE/VxLAN](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/ovs-networking.md) - - [Rudder](https://github.com/coreos/rudder#rudder) + - [Flannel](https://github.com/coreos/flannel#flannel) ## Challenges and future work