Evstifeev Roman
Evstifeev Roman
I have just tried cert-manager 1.17.0 and it worked fine for me. I have never tried 1.16.x
For completeness, here is grafana service: ```yaml apiVersion: v1 kind: Service metadata: name: grafana spec: ports: - port: 3000 protocol: TCP targetPort: http-grafana # Will be accessible at node ip...
> kubectl -n ufo-ns get endpoints Endpoint is up and healthy: ``` kubectl -n ufo-ns get endpoints NAME ENDPOINTS AGE grafana 10.244.0.16:3000 13d node-exporter 10.244.0.26:9100 11d postgres 10.244.0.24:5432 14d prometheus-operated...
> `kubectl -n ufo-ns describe httproute ufo-httproute` ``` Name: ufo-httproute Namespace: ufo-ns Labels: app.kubernetes.io/instance=dev-kind-ufo Annotations: API Version: gateway.networking.k8s.io/v1 Kind: HTTPRoute Metadata: Creation Timestamp: 2025-02-14T19:31:45Z Generation: 2 Resource Version: 1082085 UID:...
> Hm, so something is happening where the control plane is [not seeing the endpoints](https://github.com/nginx/nginx-gateway-fabric/blob/main/internal/mode/static/nginx/config/upstreams.go#L155-#L166) for that service. I'd be curious if there is anything in those logs that would...
> > Hm, so something is happening where the control plane is [not seeing the endpoints](https://github.com/nginx/nginx-gateway-fabric/blob/main/internal/mode/static/nginx/config/upstreams.go#L155-#L166) for that service. I'd be curious if there is anything in those logs that...
> > > Hm, so something is happening where the control plane is [not seeing the endpoints](https://github.com/nginx/nginx-gateway-fabric/blob/main/internal/mode/static/nginx/config/upstreams.go#L155-#L166) for that service. I'd be curious if there is anything in those logs...
I hit it twice already. First on production cluster, when I reported the bug. Second time on my local kind cluster, 5 days ago. So i can reproduce it consistently.
Same issue here. Switched to https://github.com/adamchainz/time-machine
Just for fun tried to use that "chat with the docs" powered by Llamaindex. It was expectedly useless: >> how to disable pep 582? > Yes, to disable PEP 582,...