Skip to content

Commit 583d8f5

Browse files
author
Katie Horne
authored
chore: fix/update information re: CNI in K8s docs (coder#1016)
1 parent 8f7e495 commit 583d8f5

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

setup/kubernetes/aws.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ as a workspace deployment option, you'll need to
204204

205205
AWS uses
206206
[Calico](https://docs.amazonaws.cn/en_us/eks/latest/userguide/calico.html) to
207-
implement network segmentation and tenant isolation.
207+
implement network segmentation and tenant isolation. We strongly recommend
208+
executing the following steps; please see
209+
[Network Policies](../requirements.md#network-policies) for more information.
208210

209211
1. Apply the Calico manifest to your cluster:
210212

setup/kubernetes/azure.md

+7
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ az aks create \
9999
--network-policy "azure"
100100
```
101101

102+
> Both options include the
103+
> [use of the `--network-policy "azure"` flag](https://docs.microsoft.com/en-us/azure/aks/use-network-policies),
104+
> which
105+
> [creates a Calico cluster](https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/).
106+
> See [Network Policies](../requirements.md#network-policies) for more
107+
> information.
108+
102109
This process might take some time (~5-20 minutes), but if you're successful,
103110
Azure returns a JSON object with your cluster information.
104111

setup/kubernetes/google.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ that makes the most sense for your location.
4949

5050
> Both options include the use of the `enable-network-policy` flag, which
5151
> [creates a Calico cluster](https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/).
52-
> See
53-
> [Network Policies](https://codercom-lt03v3kjy-codercom.vercel.app/docs/setup/requirements#network-policies)
54-
> for more information.
52+
> See See [Network Policies](../requirements.md#network-policies) for more
53+
> information.
5554
5655
### Option 1: Cluster with full support of Coder features
5756

0 commit comments

Comments
 (0)