File tree 2 files changed +2
-11
lines changed 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ as a workspace deployment option, you'll need to
200
200
eksctl create nodegroup --config-file=coder-node.yaml
201
201
```
202
202
203
- ## Step 3: Install Calico onto your cluster
203
+ ## Step 3: (Optional) Install Calico onto your cluster
204
204
205
205
AWS uses
206
206
[ Calico] ( https://docs.amazonaws.cn/en_us/eks/latest/userguide/calico.html ) to
Original file line number Diff line number Diff line change @@ -96,18 +96,9 @@ az aks create \
96
96
--min-count 2 \
97
97
--node-vm-size Standard_B8ms \
98
98
--network-plugin "kubenet" \
99
- --network-policy "calico "
99
+ --network-policy "azure "
100
100
```
101
101
102
- > [ AKS offers built-in support] ( https://docs.microsoft.com/en-us/azure/aks/use-network-policies#create-an-aks-cluster-and-enable-network-policy )
103
- > for the
104
- > [ Calico] ( https://docs.projectcalico.org/getting-started/kubernetes/managed-public-cloud/gke )
105
- > network policy engine, and you can opt-in by including the
106
- > ` --network-policy "calico" ` flag.
107
- >
108
- > However, you can only choose Calico as your network policy option when you
109
- > create the cluster; you cannot enable Calico on an existing cluster.
110
-
111
102
This process might take some time (~ 5-20 minutes), but if you're successful,
112
103
Azure returns a JSON object with your cluster information.
113
104
You can’t perform that action at this time.
0 commit comments