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

Commit b0dbd4f

Browse files
authored
Merge pull request #527 from k82cn/automated-cherry-pick-of-#517-release-0.3
Automated cherry pick of #517: Updated version to 0.3
2 parents 00442dd + 1b12a8c commit b0dbd4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployment/kube-batch/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
replicaCount: 1
55
image:
66
repository: kubesigs
7-
tag: v0.2
7+
tag: v0.3
88
pullPolicy: IfNotPresent
99
resources:
1010
limits:

doc/usage/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ To run `kube-batch`, a Kubernetes cluster must start up. Here is a document on [
1111

1212
### (1) kube-batch image
1313

14-
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.
14+
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.
1515

1616
```bash
17-
# docker pull kubesigs/kube-batch:v0.2
17+
# docker pull kubesigs/kube-batch:v0.3
1818
```
1919

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

4646
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.

0 commit comments

Comments
 (0)