fix network.md

This commit is contained in:
fqsghostcloud 2018-10-09 10:21:19 +08:00 committed by GitHub
parent 8905f5d4c1
commit b0719361ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ different CNI providers but support configuring Kubernetes to run CNI providers.
## Specifying network option for cluster creation ## Specifying network option for cluster creation
You are able to specify your networking type via command line switch or in your yaml file. You are able to specify your networking type via command line switch or in your yaml file.
The `--networking` option accepts the three different values defined above: `kubenet`, `cni`, The `--networking` option accepts the four different values defined above: `kubenet`, `cni`,
`classic`, and `external`. If `--networking` is left undefined `kubenet` is installed. `classic`, and `external`. If `--networking` is left undefined `kubenet` is installed.
### Weave Example for CNI ### Weave Example for CNI