From 416a47c2e6bef1c4e9b02c9b8d2b3388df073042 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Sat, 4 May 2024 17:20:04 +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 2d57238..315981c 100644 --- a/k8s/setup_calico.yml +++ b/k8s/setup_calico.yml @@ -24,4 +24,6 @@ - "sed -i 's:192.168.0.0/16:{{ POD_NETWORK_CIDR }}:g' $HOME/calico/custom-resources.yaml" - "kubectl apply -f $HOME/calico/custom-resources.yaml" args: - creates: $HOME/calico/custom-resources.yaml \ No newline at end of file + creates: $HOME/calico/custom-resources.yaml + - name: Setup Metrics API + shell: "kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/high-availability.yaml" \ No newline at end of file