Merge pull request #1231 from caseydavenport/fix-calico-debian

Fix Calico Install Command
reviewable/pr1246/r1
devin-donnelly 2016-09-19 14:54:44 -07:00 committed by GitHub
commit bcce3fe05d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ You can deploy a cluster using Calico for network policy in the default [GCE dep
```shell
export NETWORK_POLICY_PROVIDER=calico
export KUBE_NODE_OS_DISTRIBUTION=debian
curl -sS https://get.k8s.io | bash
```