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