diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 858b333..c209cba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,8 +238,9 @@ jobs: set -x NET=`kubectl cluster-info dump | grep -- --cluster-cidr | cut -d'=' -f2 | sed s/\"\,//` # install calico - curl -s https://docs.projectcalico.org/v3.20/manifests/calico.yaml | sed "s,192.168.0.0/16,$NET," | kubectl apply -f - - sleep 30 + curl -s https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml | sed "s,192.168.0.0/16,$NET," | kubectl apply -f - + #curl -s https://docs.projectcalico.org/v3.20/manifests/calico.yaml | sed "s,192.168.0.0/16,$NET," | kubectl apply -f - + sleep 10 DST=`kubectl get node -o wide | grep control-plane | awk '{print $6}'` bash -e ${{ github.workspace }}/test/k8s-test.sh $DST