Skip to content

Commit 8cf584b

Browse files
authored
update calico manifests in AWS docs (#488)
1 parent eca6de6 commit 8cf584b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/kubernetes/aws.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ implement network segmentation and tenant isolation.
197197
1. Apply the Calico manifest to your cluster:
198198

199199
```console
200-
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.7.9/config/v1.7/calico.yaml
200+
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/config/master/calico-operator.yaml
201+
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/config/master/calico-crs.yaml
201202
```
202203

203204
1. Watch the `calico-system` DaemonSets:

0 commit comments

Comments
 (0)