TwiN

Results 196 comments of TwiN

Works on Windows, but not on my Kubernetes cluster, even with the following configuration on the pods ``` securityContext: allowPrivilegeEscalation: true capabilities: add: - NET_RAW ``` https://github.com/influxdata/influxdata-docker/pull/550 and https://github.com/influxdata/influxdata-docker/issues/547 seems...

The following pod security context (pod, not container) fixed the issue for me: ```yaml securityContext: sysctls: - name: net.ipv4.ping_group_range value: 0 65536 ``` Downside is that this fix is Kubernetes-specific,...

Thank you for creating the issue. Now that external endpoints have been implemented (#722, #724), this should probably be the next feature related to external endpoints that gets implemented as...

Yes, you're right. It's also something I've been wanting to take care of for a while.

PR is up @ #764 but further testing is necessary

If anybody that wants to pick this up, here's 2 examples of the work needed: #272 #292

Yep, you're right @lefes! Resolved by #826

Any chance you could show me an example of how it would look in the configuration?

Could either of you show me what your YAML looks like? I've been running Gatus on Kubernetes and I've never had this kind of issue. I'm going to be honest...

Alright, I've been able to replicate it & I see the following error message: ``` 2024/05/10 03:23:56 [config][LoadConfiguration] Reading configuration from /config/..2024_05_10_03_23_55.1182937433/config.yaml 2024/05/10 03:23:56 [config][LoadConfiguration] Reading configuration from /config/config.yaml panic:...