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

Commit

Permalink
Merge pull request #527 from k82cn/automated-cherry-pick-of-#517-rele…
Browse files Browse the repository at this point in the history
…ase-0.3

Automated cherry pick of #517: Updated version to 0.3
  • Loading branch information
k8s-ci-robot authored Jan 1, 2019
2 parents 00442dd + 1b12a8c commit b0dbd4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/kube-batch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
replicaCount: 1
image:
repository: kubesigs
tag: v0.2
tag: v0.3
pullPolicy: IfNotPresent
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions doc/usage/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ To run `kube-batch`, a Kubernetes cluster must start up. Here is a document on [

### (1) kube-batch image

An official kube-batch image is provided and you can download it from [DockerHub](https://hub.docker.com/r/kubesigs/kube-batch/). The version is `v0.2` now.
An official kube-batch image is provided and you can download it from [DockerHub](https://hub.docker.com/r/kubesigs/kube-batch/). The version is `v0.3` now.

```bash
# docker pull kubesigs/kube-batch:v0.2
# docker pull kubesigs/kube-batch:v0.3
```

### (2) Create a Kubernetes Deployment for kube-batch
Expand All @@ -40,7 +40,7 @@ Verify the release
```bash
# helm list
NAME REVISION UPDATED STATUS CHART NAMESPACE
dozing-otter 1 Thu Jun 14 18:52:15 2018 DEPLOYED kube-batch-0.2.0 kube-system
dozing-otter 1 Thu Jun 14 18:52:15 2018 DEPLOYED kube-batch-0.3.0 kube-system
```

NOTE: `kube-batch` need to collect cluster information(such as Pod, Node, CRD, etc) for scheduling, so the service account used by the deployment must have permission to access those cluster resources, otherwise, `kube-batch` will fail to startup. For users who are not familiar with Kubernetes RBAC, please copy the example/role.yaml into `$GOPATH/src/github.com/kubernetes-sigs/kube-batch/deployment/kube-batch/templates/` and reinstall batch.
Expand Down

0 comments on commit b0dbd4f

Please sign in to comment.