We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ceda8 commit 22b3b49Copy full SHA for 22b3b49
build.sh
@@ -1,6 +1,7 @@
1
SCENARIOS=( application-outages container-scenarios network-chaos node-cpu-hog node-io-hog \
2
node-memory-hog node-scenarios node-scenarios-bm pod-network-chaos pod-scenarios power-outages pvc-scenario \
3
-service-disruption-scenarios service-hijacking syn-flood time-scenarios zone-outages node-network-filter pod-network-filter kubevirt-outage)
+service-disruption-scenarios service-hijacking syn-flood time-scenarios zone-outages node-network-filter pod-network-filter kubevirt-outage \
4
+node-network-chaos-ng pod-network-chaos-ng)
5
for i in "${SCENARIOS[@]}"; do
6
export KRKNCTL_INPUT=$(cat $i/krknctl-input.json|tr -d "\n")
7
envsubst < $i/Dockerfile.template > $i/Dockerfile
0 commit comments