Skip to content

Commit 166e7a6

Browse files
authored
Use in-cluster config in example deployment
Otherwise, you'll get `level=fatal msg="stat /root/.kube/config: no such file or directory"`
1 parent ed38d24 commit 166e7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/chaoskube.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
- name: chaoskube
1717
image: quay.io/linki/chaoskube:v0.5.0
1818
args:
19+
# use in-cluster configuration
20+
- --in-cluster
1921
# kill a pod every 10 minutes
2022
- --interval=10m
2123
# only target pods in the test environment

0 commit comments

Comments
 (0)