kannon92 commented on code in PR #214: URL: https://github.com/apache/yunikorn-site/pull/214#discussion_r1032619639
########## 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: I actually don't think that is true. I usually take the docker image as the version of Kubernetes. I think version v0.15 can support a wide range of kubernetes versions based on the image you use to create a cluster ie `kind create cluster --image=kindest/node:v1.25.2` I do think the default version can change the default though so you are also probably correct. -- 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]
