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
I have a Private SM Agent deployed on a private Kubernetes Cluster (either in GCP or with k3d), and I am trying to create a Synthetic Monitoring Check that uses that Private Probe (only) to run checks against applications in that Cluster.
However, the checks fails, due to restrictions, e.g.;
error
Get "http://opentelemetry-demo-frontendproxy.mythical.svc.cluster.local:8080/api/products": hostname (opentelemetry-demo-frontendproxy.mythical.svc.cluster.local) is in a blocked pattern (*.cluster.local)
However, I have configured the --blocked-nets="" so this should allow any checks on any network.
If I remove the .cluster.local it then fails with;
Get "http://opentelemetry-demo-frontendproxy.mythical.svc:8080/api/products": IP (10.44.5.128) is in a blacklisted range (10.0.0.0/8)
This seems to happen for either of the MultiHTTP Checks or the Scripted Checks.
I am using the latest Tag for the SM Agent, and pulled it before running these tests.
The text was updated successfully, but these errors were encountered:
I've confirmed this. There are a couple things causing this, one is a bug that #731 will solve, and the other is that, for multihttp in particular, this denylist is not configurable:
I have a Private SM Agent deployed on a private Kubernetes Cluster (either in GCP or with
k3d
), and I am trying to create a Synthetic Monitoring Check that uses that Private Probe (only) to run checks against applications in that Cluster.However, the checks fails, due to restrictions, e.g.;
However, I have configured the
--blocked-nets=""
so this should allow any checks on any network.If I remove the
.cluster.local
it then fails with;This seems to happen for either of the MultiHTTP Checks or the Scripted Checks.
I am using the
latest
Tag for the SM Agent, and pulled it before running these tests.The text was updated successfully, but these errors were encountered: