Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit b308ba5

Browse files
committed
Address helm install error in tutorial.md
1 parent 0c61406 commit b308ba5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/usage/tutorial.md

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Run the `kube-batch` as kubernetes scheduler
3535
# helm install $GOPATH/src/github.com/kubernetes-sigs/kube-batch/deployment/kube-batch --namespace kube-system
3636
```
3737

38+
Note: If there is an error `Error: apiVersion "scheduling.incubator.k8s.io/v1alpha1" in kube-batch/templates/default.yaml is not available`,
39+
please update your helm to latest version and try it again.
40+
3841
Verify the release
3942

4043
```bash

0 commit comments

Comments
 (0)