feat(kubelet-service-kill): Adding ability to pass nodeName explictly in kubelet-service-kill (#264)

* feat(kubelet-service-kill): Adding ability to pass nodeName explictly in kubelet-service-kill

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>

* Update engine.yaml

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-07-15 10:58:43 +05:30
committed by GitHub
parent 2db5ea3a88
commit 1b60cdfa8e
2 changed files with 8 additions and 0 deletions

View File

@@ -25,3 +25,6 @@ spec:
env: env:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '90' # in seconds value: '90' # in seconds
# provide the actual name of node under test
- name: APP_NODE
value: 'node-01'

View File

@@ -55,5 +55,10 @@ spec:
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'
# provide node name
- name: APP_NODE
value: ''
labels: labels:
name: kubelet-service-kill name: kubelet-service-kill