Results 3 comments of cadabrum

Not sure if the problem is related with permissions, but this experiment definitely not works as expected if container is based on the minimal linux distro, with net-tools missing and...

Same problem for сhaos operator v1.4.0 (not sure why chaos mesh is mentioned in original description) after executing the tamper dns experiment on the pod level scope. ```json "action": "dns",...

I don’t know how to configure the LDAP server correctly, but this hack helped: `rootfs/etc/services.d/slapd/run` ```bash #!/usr/bin/with-contenv bash echo "starting slapd" /usr/sbin/slapd -h "ldapi:/// ldap://0.0.0.0:10389 ldaps://0.0.0.0:10636" -d 256 -u openldap...