Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed May 5, 2022
1 parent 8ae684e commit f2e18a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-minikube.sh
Expand Up @@ -18,7 +18,7 @@ mv tmp $KUBECONFIG

minikube update-context

K8S_VERSION=$(minikube kubectl version --client --output=json | jq -r '.clientVersion.gitVersion')
K8S_VERSION=$(minikube kubectl -- version --client --output='json' | jq -r '.clientVersion.gitVersion')
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$K8S_VERSION/bin/linux/amd64/kubectl && \
chmod +x kubectl && sudo mv kubectl /usr/local/bin/

Expand Down

0 comments on commit f2e18a7

Please sign in to comment.