kannon92 commented on code in PR #214: URL: https://github.com/apache/yunikorn-site/pull/214#discussion_r1033511893
########## docs/developer_guide/env_setup.md: ########## @@ -109,6 +109,29 @@ Without setting the enviromnent minikube might not find the docker images when d 1. run the image build from the yunikorn-k8shim repository root: `make image` 1. deploy the scheduler as per the normal instructions. +## Local Kubernetes Cluster with Kind + +Kind (Kubernetes in Docker) is a lightweight tool for running lightweight Kubernetes environments. It is very easy to test different Kubernetes versions with kind. You can just select the kind image you want. + +### Installation + +If you have go installed, you can run `go install sigs.k8s.io/kind@latest`. Review Comment: Ah. I didn't know that. Thanks for cleaning that up. I will add 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]
