Skip to content

Commit 9bf8c56

Browse files
authored
Merge pull request #45 from linki/update-docs
Update docs to the latest version
2 parents 6be8d35 + 730b8df commit 9bf8c56

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ INFO[4804] Killing pod chaoskube/nginx-701339712-51nt8
3939
You can install `chaoskube` with [`Helm`](https://github.com/kubernetes/helm). Follow [Helm's Quickstart Guide](https://github.com/kubernetes/helm/blob/master/docs/quickstart.md) and then install the `chaoskube` chart.
4040

4141
```
42-
$ helm install stable/chaoskube --set interval=1m,dryRun=false
42+
$ helm install stable/chaoskube --version 0.6.1 --set interval=1m,dryRun=false
4343
```
4444

4545
Refer to [chaoskube on kubeapps.com](https://kubeapps.com/charts/stable/chaoskube) to learn how to configure it and to find other useful Helm charts.
@@ -60,7 +60,7 @@ spec:
6060
spec:
6161
containers:
6262
- name: chaoskube
63-
image: quay.io/linki/chaoskube:v0.6.0
63+
image: quay.io/linki/chaoskube:v0.6.1
6464
args:
6565
- --interval=1m
6666
- --no-dry-run

examples/chaoskube.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ spec:
1414
serviceAccountName: chaoskube
1515
containers:
1616
- name: chaoskube
17-
image: quay.io/linki/chaoskube:v0.5.0
17+
image: quay.io/linki/chaoskube:v0.6.1
1818
args:
19-
# use in-cluster configuration
20-
- --in-cluster
2119
# kill a pod every 10 minutes
2220
- --interval=10m
2321
# only target pods in the test environment

0 commit comments

Comments
 (0)