Skip to content

chore: fix/update information re: CNI in K8s docs #1016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion setup/kubernetes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
7 changes: 7 additions & 0 deletions setup/kubernetes/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 2 additions & 3 deletions setup/kubernetes/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down