Skip to content

Commit ffc7f2a

Browse files
author
Katie Horne
authored
chore: fix CNI info (coder#1003)
1 parent 8ce9b76 commit ffc7f2a

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

setup/kubernetes/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ as a workspace deployment option, you'll need to
200200
eksctl create nodegroup --config-file=coder-node.yaml
201201
```
202202

203-
## Step 3: Install Calico onto your cluster
203+
## Step 3: (Optional) Install Calico onto your cluster
204204

205205
AWS uses
206206
[Calico](https://docs.amazonaws.cn/en_us/eks/latest/userguide/calico.html) to

setup/kubernetes/azure.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,9 @@ az aks create \
9696
--min-count 2 \
9797
--node-vm-size Standard_B8ms \
9898
--network-plugin "kubenet" \
99-
--network-policy "calico"
99+
--network-policy "azure"
100100
```
101101

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-
111102
This process might take some time (~5-20 minutes), but if you're successful,
112103
Azure returns a JSON object with your cluster information.
113104

0 commit comments

Comments
 (0)