ryanobjc
ryanobjc
I am seeing these errors in my logs, but also maybe the deployments are getting provisioned? I am using jaeger-operator installed from the helm-chart, version 2.49.0. I am using all...
Workaround: manually request cert and copy the hostnames into said certificate request.
So I don't want a wildcard cert, but to make my config simpler I am using the wildcard hostname in Gateway instead of creating N 'listeners' for each hostname. This...
/reopen this is still an issue. On Sat, May 4, 2024 at 12:15 AM cert-manager-prow[bot] < ***@***.***> wrote: > @lucsoft : You can't reopen an issue/PR > unless you authored...
Looks like this may be due to a missing 'node' attribute in the node_cpu_seconds_total metric.
I was running into this on EKS, kubernetes version 1.28.1, and I was able to fix it myself by adding this to the values of the kube-prometheus-stack helm deployment: ```...
I also get this problem on emacs 30.0.50 built from source. Not sure why the lsp is trying to read these files, but it sure is annoying!
That's a grafana query for a dashboard that is querying disk io. The intent is to get the disk io for physical disks only, not including virtual drives, extra mounts,...
Yes, thank you! On Wed, May 1, 2024 at 5:10 AM azurit ***@***.***> wrote: > @ryanobjc Have you resolved your problem? > Can we close this issue? > > —...
Any reason not to just do this instead: SecRule REQUEST_URI "@beginsWith /oauth2/callback" "id:1050,phase:1,pass,nolog,ctl:ruleRemoveById=930120" Seems to work fine. What's the idea for plugin updates and such? I'll have to task someone...