Evstifeev Roman

Results 38 issues of Evstifeev Roman

Refs https://github.com/containers/crun/issues/1648

HttpRoute creates upstream with `server unix:/var/run/nginx/nginx-503-server.sock` and throws 503 error **To Reproduce** 1.install nginx-gateway: ``` kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/deploy/crds.yaml kubectl apply -f https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/v1.5.1/deploy/nodeport/deploy.yaml ``` 2. Create NodePort Service ```yaml apiVersion:...

bug
community

So that you can see the environment variables that go into the apk. It is useful for debugging

core-providers

**Describe the bug** `podman-compose up` gives misleading error message: ``` Error: creating container storage: the container name "podtest_myservice_1" is already in use by 86c42c65343b40e1ee7798daf3e7493d9fd2c6fcb08467b8730d008c3f88b920. You have to remove that container...

bug

It would be great to separately benchmark Django sync and async performance

When unittest.mock.ANY is used, and assertion fails, the pytest diff is confusing, and it mistakenly marks ANY being non-equal to the value on the other side. This is especially confusing...

type: enhancement
status: help wanted
type: feature-branch

I have installed cert-manager v1.17.1 inside my local kind-cluster. When I try to apply my yaml for the Issuer resource with ArgoCD, I get the following error: > Internal error...

kind/bug

- How was the cluster created? - `k3d cluster create mycluster -p "30000-30009:30000-30009@server:0"` - What did you do afterwards? create any pod or deployment that references non-existing configmap. For example:...

bug