Merge pull request #1372 from nictuku/master

Minor doc updates
This commit is contained in:
Brendan Burns 2014-09-18 20:46:19 -07:00
commit 28f44b0bca
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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