File tree Expand file tree Collapse file tree
installer/chart/volcano/plugins/gen-admission-secret Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ build them locally with the command:
6868
6969```
7070cd $GOPATH/src/volcano.sh/volcano
71- make docker
71+ make images
7272
7373## Verify your images
7474# docker images
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ function install-volcano {
5757 docker pull ${MPI_EXAMPLE_IMAGE}
5858
5959 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}
6363 kind load docker-image ${MPI_EXAMPLE_IMAGE} ${CLUSTER_CONTEXT}
6464
6565 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
116116 sleep 1
117117done
118118if [[ ${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
120120 exit 1
121121fi
122122echo ${serverCert} | openssl base64 -d -A -out ${tmpdir} /server-cert.pem
You can’t perform that action at this time.
0 commit comments