mirror of https://github.com/kubernetes/kops.git
fix network.md
This commit is contained in:
parent
8905f5d4c1
commit
b0719361ff
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue