From 08008db85124e3e1e228c17b670c81060329237c Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 13 Jul 2021 13:15:50 -0500 Subject: [PATCH] update calico manifests in AWS docs --- setup/kubernetes/aws.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/kubernetes/aws.md b/setup/kubernetes/aws.md index b00ef13a9..4bb44f60e 100644 --- a/setup/kubernetes/aws.md +++ b/setup/kubernetes/aws.md @@ -197,7 +197,8 @@ implement network segmentation and tenant isolation. 1. Apply the Calico manifest to your cluster: ```console - 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 + kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/config/master/calico-crs.yaml ``` 1. Watch the `calico-system` DaemonSets: