Skip to content
Snippets Groups Projects
Unverified Commit a9ee1c41 authored by cortex3's avatar cortex3 Committed by GitHub
Browse files

fix argocd install not working using the kubespray docker image (#10371)

parent a8c1bccd
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ RUN apt update -q \
jmespath==1.0.1 \
MarkupSafe==2.1.3 \
ruamel.yaml==0.17.21 \
passlib==1.7.4 \
&& KUBE_VERSION=$(sed -n 's/^kube_version: //p' roles/kubespray-defaults/defaults/main.yaml) \
&& curl -L https://dl.k8s.io/release/$KUBE_VERSION/bin/linux/$(dpkg --print-architecture)/kubectl -o /usr/local/bin/kubectl \
&& echo $(curl -L https://dl.k8s.io/release/$KUBE_VERSION/bin/linux/$(dpkg --print-architecture)/kubectl.sha256) /usr/local/bin/kubectl | sha256sum --check \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment