mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +00:00
This commit: - Leverages distribution flag in the config set by the user to skip things not supported on OpenShift to be able to run scenarios on Kubernetes. - Adds sample config and scenario files that work on Kubernetes.
10 lines
238 B
YAML
10 lines
238 B
YAML
time_scenarios:
|
|
- action: skew_time
|
|
object_type: pod
|
|
namespace: openshift-etcd
|
|
container_name: etcd
|
|
label_selector: app=etcd
|
|
- action: skew_date
|
|
object_type: node
|
|
label_selector: node-role.kubernetes.io/worker
|