From 65186ced6a11821834e042a514c10e569cf14498 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 6 Jun 2022 11:40:13 -0500 Subject: [PATCH] chore: fix/update information re: CNI in K8s docs --- setup/kubernetes/aws.md | 4 +++- setup/kubernetes/azure.md | 7 +++++++ setup/kubernetes/google.md | 5 ++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/setup/kubernetes/aws.md b/setup/kubernetes/aws.md index be3068f4d..557534570 100644 --- a/setup/kubernetes/aws.md +++ b/setup/kubernetes/aws.md @@ -204,7 +204,9 @@ as a workspace deployment option, you'll need to AWS uses [Calico](https://docs.amazonaws.cn/en_us/eks/latest/userguide/calico.html) to -implement network segmentation and tenant isolation. +implement network segmentation and tenant isolation. We strongly recommend +executing the following steps; please see +[Network Policies](../requirements.md#network-policies) for more information. 1. Apply the Calico manifest to your cluster: diff --git a/setup/kubernetes/azure.md b/setup/kubernetes/azure.md index 1587175db..2b03d33a8 100644 --- a/setup/kubernetes/azure.md +++ b/setup/kubernetes/azure.md @@ -99,6 +99,13 @@ az aks create \ --network-policy "azure" ``` +> Both options include the +> [use of the `--network-policy "azure"` flag](https://docs.microsoft.com/en-us/azure/aks/use-network-policies), +> which +> [creates a Calico cluster](https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/). +> See [Network Policies](../requirements.md#network-policies) for more +> information. + This process might take some time (~5-20 minutes), but if you're successful, Azure returns a JSON object with your cluster information. diff --git a/setup/kubernetes/google.md b/setup/kubernetes/google.md index 6078f9bb2..a1fe017e6 100644 --- a/setup/kubernetes/google.md +++ b/setup/kubernetes/google.md @@ -49,9 +49,8 @@ that makes the most sense for your location. > Both options include the use of the `enable-network-policy` flag, which > [creates a Calico cluster](https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/). -> See -> [Network Policies](https://codercom-lt03v3kjy-codercom.vercel.app/docs/setup/requirements#network-policies) -> for more information. +> See See [Network Policies](../requirements.md#network-policies) for more +> information. ### Option 1: Cluster with full support of Coder features