You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try chaoskube with --max-kill=3 option it is not accepting , though logs does mention the value is taken .The number of pods killed is by default 1
From logs :
time="2021-06-02T10:30:45Z" level=info msg="setting pod filter" annotations= excludedPodNames="" includedPodNames="" kinds= labels="app=playground" maxKill=3 minimumAge=0s namespaceLabels= namespaces=
When I try chaoskube with --max-kill=3 option it is not accepting , though logs does mention the value is taken .The number of pods killed is by default 1
From logs :
time="2021-06-02T10:30:45Z" level=info msg="setting pod filter" annotations= excludedPodNames="" includedPodNames="" kinds= labels="app=playground" maxKill=3 minimumAge=0s namespaceLabels= namespaces=
Command used :
helm install ${name}
stable/chaoskube
--set interval=${interval},rbac.create=true,labels=${label},namespaces=${namespace}
--set rbac.serviceAccountName=chaoskube,dryRun=false
--set maxKill=3,
The text was updated successfully, but these errors were encountered: