crane
crane copied to clipboard
add example what minikuber or kubernetes cluster install crane component
When I have a minikube or k8s cluster, I would like to install all components of Crane immediately, without having to install the documentation or kind to experience it。
I would like to request the addition of a new page in the documentation section. This page should serve as a guide for installing Crane components on an existing minikube or a test environment's k8s cluster.
In this case, the installation steps is almost the same as Installation Docs, so would you please tell us the difference?
In this case, the installation steps is almost the same as Installation Docs, so would you please tell us the difference?
I'm having trouble installing Crane using the documentation when I have a minikube cluster.
exact this command curl -sf https://raw.githubusercontent.com/gocrane/crane/main/hack/local-env-setup.sh | sh -
In this case, the installation steps is almost the same as Installation Docs, so would you please tell us the difference?
I'm having trouble installing Crane using the documentation when I have a minikube cluster.
exact this command
curl -sf https://raw.githubusercontent.com/gocrane/crane/main/hack/local-env-setup.sh | sh -
This one line command is only works for kind, no need to support minikube, the installation doc is for common cases.