From c1d93b3ba83276254a49f3a25290823d1b426f91 Mon Sep 17 00:00:00 2001 From: xfate123 Date: Tue, 2 Jun 2020 17:07:48 -0800 Subject: [PATCH] small installation tips for windows user --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 553a3e14..1a8db8f7 100755 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ cd manifests/xgboost-job/xgboost-operator kubectl create namespace kubeflow kustomize build base | kubectl apply -f - ``` +Note: for windows user, you might have invalid path error when you clone kubeflow/manifests repository, please use WSL instead Note that since Kubernetes v1.14, `kustomize` became a subcommand in `kubectl` so you can also run the following command instead: