Compare commits

..

No commits in common. "55c26fb1f596c5dad4893300773184346d632ca2" and "9bca1bc20f0c505f5f57b28e42a739113489c192" have entirely different histories.

View File

@ -70,7 +70,7 @@ jobs:
- name: Setup Kubectl
run: |
if ! command -v kubectl &>/dev/null; then
curl -LO "https://files.m.daocloud.io/dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl"
curl -LO "https://mirrors.aliyun.com/kubernetes/kubectl/v1.28.0/bin/linux/amd64/kubectl"
chmod +x kubectl && mv kubectl /usr/local/bin/
fi
kubectl version --client