File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,9 @@ as a workspace deployment option, you'll need to
204
204
205
205
AWS uses
206
206
[ 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.
208
210
209
211
1 . Apply the Calico manifest to your cluster:
210
212
Original file line number Diff line number Diff line change @@ -99,6 +99,13 @@ az aks create \
99
99
--network-policy "azure"
100
100
```
101
101
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
+
102
109
This process might take some time (~ 5-20 minutes), but if you're successful,
103
110
Azure returns a JSON object with your cluster information.
104
111
Original file line number Diff line number Diff line change @@ -49,9 +49,8 @@ that makes the most sense for your location.
49
49
50
50
> Both options include the use of the ` enable-network-policy ` flag, which
51
51
> [ 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.
55
54
56
55
### Option 1: Cluster with full support of Coder features
57
56
You can’t perform that action at this time.
0 commit comments