erictarrence

Results 8 issues of erictarrence

**Thanos, Prometheus and Golang version used**: kube-prometheus v0.10.0 promethues v2.34.0 Thanos v1.26.0 or 1.21.1 **What happened**: I specified in the configuration file that receive-2 handles the data identified by tenants...

stale

kube-prometheus version:0.10.0 How to use probes to monitor k8s apiserver url https://kubernetes.default.svc:443 I customized the https_2xx monitoring type and defined https://kubernetes.default.svc:443 monitoring using Probe, But it doesn't take effect, **How...

kind/support
stale

OS version : rockylinux 8.6 nvidia-fabricmanager failed to start ``` [root@test-rocky8-kvm63 ~]# systemctl start nvidia-fabricmanager Job for nvidia-fabricmanager.service failed because the control process exited with error code. See "systemctl status...

hubble-ui pod needs ipv6 support to start, but my servers all have ipv6 turned off, is there a parameter to make hubble-ui pod start with only ipv4? The error log...

Right now my website is only accessible via ipv4 protocol, but looked at manifests/setup/0probeCustomResourceDefinition.yaml and https://docs.okd.io/4.11/rest_api/monitoring_apis/probe-monitoring-coreos-com-v1.html#spec-prober None of the related parameters of preferred_ip_protocol:ip4 were found Manual testing failed multiple times,The...

kind/bug

I saw that CNCnet red alert has Red Alert v3.03 TCP/IP LAN patch, but it can no longer be used on steam "red alert REMASTERED" Please can anyone make one?...

Because isn't there build/main.wasm file in coraza-proxy-wasm version 0.5.0 I can't build coraza-proxy-was image ``` podman build -t docker.io/erictarrence/coraza-proxy-wasm:0.5 . WARN[0000] missing "BASE_IMAGE" build argument. Try adding "--build-arg BASE_IMAGE=" to...

my steps are as follow: 1.wget https://github.com/corazawaf/coraza-proxy-wasm/releases/download/0.5.0/coraza-proxy-wasm-0.5.0.zip 2.cat Dockerfile ``` # Copyright 2022 The OWASP Coraza contributors # SPDX-License-Identifier: Apache-2.0 ARG BASE_IMAGE FROM ${BASE_IMAGE:-scratch} COPY coraza-proxy-wasm.wasm /plugin.wasm ``` 3.podman build...