Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 579e8b8

Browse files
authored
Merge pull request #764 from lachie83/update-calico-docs
update calico docs
2 parents 2ac382d + f8c1cec commit 579e8b8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/kubernetes.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,7 @@ All VMs are in the same private VNET and are fully accessible to each other.
7272

7373
Using the default configuration, Kubernetes allows communication between all
7474
Pods within a cluster. To ensure that Pods can only be accessed by authorized
75-
Pods, a policy enforcement is needed. To enable policy enforcement using Calico
76-
`azuredeploy.parameters.json` needs to be modified like that:
77-
78-
```json
79-
"networkPolicy": {
80-
"value": "calico"
81-
}
82-
```
75+
Pods, a policy enforcement is needed. To enable policy enforcement using Calico refer to the [cluster definition](https://github.com/Azure/acs-engine/blob/master/docs/clusterdefinition.md#kubernetesconfig) document under networkPolicy. There is also a reference cluster definition available [here](https://github.com/Azure/acs-engine/blob/master/examples/networkpolicy/kubernetes-calico.json).
8376

8477
This will deploy a Calico node controller to every instance of the cluster
8578
using a Kubernetes DaemonSet. After a successful deployment you should be able

0 commit comments

Comments
 (0)