gxthrj commented on a change in pull request #680:
URL:
https://github.com/apache/apisix-ingress-controller/pull/680#discussion_r710607607
##########
File path: utils/kind-with-registry.sh
##########
@@ -54,7 +54,7 @@ fi
echo "Registry Host: ${reg_host}"
# create a cluster with the local registry enabled in containerd
-cat <<EOF | kind create cluster --name "${KIND_CLUSTER_NAME}" --config=-
+cat <<EOF | kind create cluster --image kindest/node:v1.21.2 --name
"${KIND_CLUSTER_NAME}" --config=-
Review comment:
I added it in my env for installation. This is not the feature of this
PR.
Will add another PR for this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]