File tree 3 files changed +5
-5
lines changed
installer/chart/volcano/plugins/gen-admission-secret
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ build them locally with the command:
68
68
69
69
```
70
70
cd $GOPATH/src/volcano.sh/volcano
71
- make docker
71
+ make images
72
72
73
73
## Verify your images
74
74
# docker images
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ function install-volcano {
57
57
docker pull ${MPI_EXAMPLE_IMAGE}
58
58
59
59
echo " Loading docker images into kind cluster"
60
- kind load docker-image ${IMAGE } -controllers:${TAG} ${CLUSTER_CONTEXT}
61
- kind load docker-image ${IMAGE } -scheduler:${TAG} ${CLUSTER_CONTEXT}
62
- kind load docker-image ${IMAGE } -admission:${TAG} ${CLUSTER_CONTEXT}
60
+ kind load docker-image ${IMAGE_PREFIX } -controllers:${TAG} ${CLUSTER_CONTEXT}
61
+ kind load docker-image ${IMAGE_PREFIX } -scheduler:${TAG} ${CLUSTER_CONTEXT}
62
+ kind load docker-image ${IMAGE_PREFIX } -admission:${TAG} ${CLUSTER_CONTEXT}
63
63
kind load docker-image ${MPI_EXAMPLE_IMAGE} ${CLUSTER_CONTEXT}
64
64
65
65
echo " Install volcano plugin into cluster...."
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ for x in $(seq 15); do
116
116
sleep 1
117
117
done
118
118
if [[ ${serverCert} == ' ' ]]; then
119
- echo " ERROR: After approving csr ${csrName} , the signed certificate did not appear on the resource. Giving up after 10 attempts." >&2
119
+ echo " ERROR: After approving csr ${csrName} , the signed certificate did not appear on the resource. Giving up after 15 attempts." >&2
120
120
exit 1
121
121
fi
122
122
echo ${serverCert} | openssl base64 -d -A -out ${tmpdir} /server-cert.pem
You can’t perform that action at this time.
0 commit comments