Skip to content

Commit feeb375

Browse files
franciscojavierarceotenzen-y
authored andcommitted
Updated developer docs to include Kind (kubeflow#2061)
* Updated developer docs to include Kind Signed-off-by: Francisco Javier Arceo <[email protected]> * Update docs/development/developer_guide.md Co-authored-by: Yuki Iwai <[email protected]> Signed-off-by: Francisco Javier Arceo <[email protected]> * Update docs/development/developer_guide.md Co-authored-by: Yuki Iwai <[email protected]> Signed-off-by: Francisco Javier Arceo <[email protected]> * Update docs/development/developer_guide.md Co-authored-by: Yuki Iwai <[email protected]> Signed-off-by: Francisco Javier Arceo <[email protected]> --------- Signed-off-by: Francisco Javier Arceo <[email protected]> Co-authored-by: Yuki Iwai <[email protected]>
1 parent d0fcc2d commit feeb375

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/development/developer_guide.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,8 @@ Running the operator locally (as opposed to deploying it on a K8s cluster) is co
3737

3838
First, you need to run a Kubernetes cluster locally. There are lots of choices:
3939

40-
- [local-up-cluster.sh in Kubernetes](https://github.com/kubernetes/kubernetes/blob/master/hack/local-up-cluster.sh)
41-
- [minikube](https://github.com/kubernetes/minikube)
40+
- [kind](https://kind.sigs.k8s.io)
4241

43-
`local-up-cluster.sh` runs a single-node Kubernetes cluster locally, but Minikube runs a single-node Kubernetes cluster inside a VM. It is all compilable with the controller, but the Kubernetes version should be `1.8` or above.
44-
45-
Notice: If you use `local-up-cluster.sh`, please make sure that the kube-dns is up, see [kubernetes/kubernetes#47739](https://github.com/kubernetes/kubernetes/issues/47739) for more details.
4642

4743
### Configure KUBECONFIG and KUBEFLOW_NAMESPACE
4844

0 commit comments

Comments
 (0)