File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818
1919 - name : Install KinD + kubectl
2020 run : |
21- curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23 .0/kind-linux-amd64
21+ curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27 .0/kind-linux-amd64
2222 chmod +x ./kind
2323 sudo mv ./kind /usr/local/bin/kind
2424
25- curl -LO "https://dl.k8s.io/release/v1.32 .0/bin/linux/amd64/kubectl"
25+ curl -LO "https://dl.k8s.io/release/v1.33 .0/bin/linux/amd64/kubectl"
2626 chmod +x kubectl && sudo mv kubectl /usr/local/bin/kubectl
2727
2828 - name : Create Kind GPU cluster
Original file line number Diff line number Diff line change 1818
1919 - name : Install KinD + kubectl
2020 run : |
21- curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23 .0/kind-linux-amd64
21+ curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27 .0/kind-linux-amd64
2222 chmod +x ./kind
2323 sudo mv ./kind /usr/local/bin/kind
2424
Original file line number Diff line number Diff line change @@ -131,9 +131,7 @@ function build_and_push_images() {
131131 grep FROM deployments/container/Dockerfile
132132 fi
133133
134- cr build --build-arg GOLANG_VERSION=1.21.6 \
135- -t localhost:${REGISTRY_PORT} /nvidia-device-plugin:dev \
136- -f deployments/container/Dockerfile .
134+ REGISTRY=localhost:${REGISTRY_PORT} GOLANG_VERSION=1.21.6 VERSION=dev make -f deployments/container/Makefile build
137135
138136 if [ " $CONTAINER_RUNTIME " = " docker" ]; then
139137 cr push localhost:${REGISTRY_PORT} /nvidia-device-plugin:dev
You can’t perform that action at this time.
0 commit comments