(feat): Added containerd runtime for container-kill chart (#128)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-01-28 18:51:37 +05:30
committed by Karthik Satchitanand
parent dd91b32ced
commit 0c0955391c
2 changed files with 8 additions and 6 deletions

View File

@@ -47,11 +47,13 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# It only supports pumba # It supports pumba and containerd
- name: LIB - name: LIB
value: 'pumba' value: 'pumba'
# provide lib image # LIB_IMAGE can be - gaiaadm/pumba:0.4.8, gprasath/crictl:ci
# For pumba image use: gaiaadm/pumba:0.4.8
# For containerd image use: gprasath/crictl:ci
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'gaiaadm/pumba:0.4.8' value: 'gaiaadm/pumba:0.4.8'