Skip to content

Commit

Permalink
Merge pull request #45 from linki/update-docs
Browse files Browse the repository at this point in the history
Update docs to the latest version
  • Loading branch information
linki authored Oct 19, 2017
2 parents 6be8d35 + 730b8df commit 9bf8c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ INFO[4804] Killing pod chaoskube/nginx-701339712-51nt8
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.

```
$ helm install stable/chaoskube --set interval=1m,dryRun=false
$ helm install stable/chaoskube --version 0.6.1 --set interval=1m,dryRun=false
```

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.
Expand All @@ -60,7 +60,7 @@ spec:
spec:
containers:
- name: chaoskube
image: quay.io/linki/chaoskube:v0.6.0
image: quay.io/linki/chaoskube:v0.6.1
args:
- --interval=1m
- --no-dry-run
Expand Down
4 changes: 1 addition & 3 deletions examples/chaoskube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ spec:
serviceAccountName: chaoskube
containers:
- name: chaoskube
image: quay.io/linki/chaoskube:v0.5.0
image: quay.io/linki/chaoskube:v0.6.1
args:
# use in-cluster configuration
- --in-cluster
# kill a pod every 10 minutes
- --interval=10m
# only target pods in the test environment
Expand Down

0 comments on commit 9bf8c56

Please sign in to comment.