From b308ba5a57e6df42ea0ae36b20c17214c2950f78 Mon Sep 17 00:00:00 2001 From: Jun Gong Date: Sun, 24 Mar 2019 12:34:35 +0800 Subject: [PATCH] Address helm install error in tutorial.md --- doc/usage/tutorial.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/usage/tutorial.md b/doc/usage/tutorial.md index 84314dc20..68a707b86 100644 --- a/doc/usage/tutorial.md +++ b/doc/usage/tutorial.md @@ -35,6 +35,9 @@ Run the `kube-batch` as kubernetes scheduler # helm install $GOPATH/src/github.com/kubernetes-sigs/kube-batch/deployment/kube-batch --namespace kube-system ``` +Note: If there is an error `Error: apiVersion "scheduling.incubator.k8s.io/v1alpha1" in kube-batch/templates/default.yaml is not available`, +please update your helm to latest version and try it again. + Verify the release ```bash