We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca6de6 commit 8cf584bCopy full SHA for 8cf584b
setup/kubernetes/aws.md
@@ -197,7 +197,8 @@ implement network segmentation and tenant isolation.
197
1. Apply the Calico manifest to your cluster:
198
199
```console
200
- kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.7.9/config/v1.7/calico.yaml
+ 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
202
```
203
204
1. Watch the `calico-system` DaemonSets:
0 commit comments