File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,16 @@ az aks create \
78
78
--network-policy "calico"
79
79
```
80
80
81
+ > [ AKS offers built-in
82
+ support] ( https://docs.microsoft.com/en-us/azure/aks/use-network-policies#create-an-aks-cluster-and-enable-network-policy )
83
+ for the
84
+ [ Calico] ( https://docs.projectcalico.org/getting-started/kubernetes/managed-public-cloud/gke )
85
+ network policy engine, and you can opt-in by including the `--network-policy
86
+ "calico"` flag.
87
+ >
88
+ > However, you can only choose Calico as your network policy option when you
89
+ create the cluster; you cannot enable Calico on an existing cluster.
90
+
81
91
This process might take some time (~ 5-20 minutes), but if you're successful,
82
92
Azure returns a JSON object with your cluster information.
83
93
Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ clusters create "$NEW_CLUSTER_NAME" \
46
46
--max-nodes "8"
47
47
```
48
48
49
+ > The example above includes the use of the ` enable-network-policy ` flag, which will
50
+ result in the [ creation of a Calico
51
+ cluster] ( https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/ ) .
52
+
49
53
To create clusters capable of supporting use of the
50
54
[ CVMs] ( ../../admin/environment-management/cvms.md ) deployment option:
51
55
You can’t perform that action at this time.
0 commit comments