Skip to content

Commit

Permalink
Merge pull request #5016 from Raffo/patch-1
Browse files Browse the repository at this point in the history
Fixes environment variable export.
  • Loading branch information
k8s-ci-robot authored Apr 20, 2018
2 parents 31222ec + c52d6cd commit dc3f9e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The `--networking` option accepts the three different values defined above: `kub
The following command sets up a cluster, in HA mode, that is ready for a CNI installation.

```console
$ export $ZONE=mylistofzones
$ export ZONES=mylistofzones
$ kops create cluster \
--zones $ZONES \
--master-zones $ZONES \
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
The following command sets up a cluster, in HA mode, with Calico as the CNI and Network Policy provider.

```console
$ export $ZONES=mylistofzones
$ export ZONES=mylistofzones
$ kops create cluster \
--zones $ZONES \
--master-zones $ZONES \
Expand Down Expand Up @@ -208,7 +208,7 @@ Canal is a project that combines [Flannel](https://github.com/coreos/flannel) an
The following command sets up a cluster, in HA mode, with Canal as the CNI and networking policy provider

```console
$ export $ZONES=mylistofzones
$ export ZONES=mylistofzones
$ kops create cluster \
--zones $ZONES \
--master-zones $ZONES \
Expand Down Expand Up @@ -268,7 +268,7 @@ No additional configurations are required to be done by user. Kube-router automa
The following command sets up a cluster with Romana as the CNI.

```console
$ export $ZONES=mylistofzones
$ export ZONES=mylistofzones
$ kops create cluster \
--zones $ZONES \
--master-zones $ZONES \
Expand Down

0 comments on commit dc3f9e1

Please sign in to comment.