Skip to content

Commit

Permalink
Add additional help for private topologies
Browse files Browse the repository at this point in the history
Today I discovered that with the alpha channel you can't use kubenet
when using a private topology.
  • Loading branch information
apenney committed Feb 1, 2017
1 parent f346ae4 commit d3e8156
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ To specify a topology use the `--topology` or `-t` flag as in :
kops create cluster ... --topology public|private
```

In the case of a private cluster you must also set a networking option other
than `kubenet`. Currently the supported options are:

- kopeio-vxlan
- weave
- calico
- cni

More information about [networking options](networking.md) can be found in our documentation.

0 comments on commit d3e8156

Please sign in to comment.