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
The internal k6 runner implementation in the agent hardcodes the --block-hostnames k6 option to *.cluster.local (here).
This should be configurable following a similar approach to the one implemented for --blacklist-ip.
We can consider getting rid of this option completely. Security-wise, IP blocking should provide stronger guarantees than this does. Moreover, *.cluster.local is trivial to evade by just not typing it. foo.foo.svc (as opposed to foo.foo.svc.cluster.local.) is correctly resolved in the majority of kube-dns configurations.
The internal k6 runner implementation in the agent hardcodes the
--block-hostnames
k6 option to*.cluster.local
(here).This should be configurable following a similar approach to the one implemented for
--blacklist-ip
.Related #587.
The text was updated successfully, but these errors were encountered: