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

Commit

Permalink
Address helm install error in tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hex108 committed Mar 24, 2019
1 parent 0c61406 commit b308ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/usage/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b308ba5

Please sign in to comment.