From 850649a667cacf7719f0f74b32e4955c4ffc3b39 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Sat, 4 May 2024 16:38:16 +0000 Subject: [PATCH] Update 'k8s/setup_calico.yml' --- k8s/setup_calico.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/setup_calico.yml b/k8s/setup_calico.yml index 8ed1839..7370437 100644 --- a/k8s/setup_calico.yml +++ b/k8s/setup_calico.yml @@ -15,4 +15,6 @@ with_items: - "curl https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/custom-resources.yaml -O" - "sed -i 's:192.168.0.0/16:{{ POD_CIDR_NETWORK }}/g' custom-resources.yaml" - - "kubectl apply -f custom-resources.yaml" \ No newline at end of file + - "kubectl apply -f custom-resources.yaml" + args: + creates: $HOME/calico/custom-resources.yaml \ No newline at end of file