Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to the latest version #45

Merged
merged 1 commit into from
Oct 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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