Michael Barker
Michael Barker
I was looking into this recently and it doesn't seem that the standard provisioner has support for gp3. The EBS CSI driver is necessary to provision gp3 volumes. https://github.com/aws/containers-roadmap/issues/1187
I'd love to have this feature for BFFs. We're currently investigating using Gateway for BFF endpoints that can be directly proxied downstream but when composing APIs we still have to...
I have this same issue when using the Spark Operator. The driver and executors have a restart policy of never and continue to show progressing when the pod state is...
Sorry, I didn't realize I left some things off. Here's a more complete example from the scrape endpoint. ``` # HELP http_server_requests_seconds # TYPE http_server_requests_seconds summary http_server_requests_seconds{exception="None",method="GET",status="200",uri="/actuator/prometheus",quantile="0.99",} 0.046137344 http_server_requests_seconds_count{exception="None",method="GET",status="200",uri="/actuator/prometheus",} 3.0...
@jkohen Thanks for the detailed explanation! That did fix the issue. Does that mean all applications that report the http_server_requests_seconds metric then all of them have to report either a...
> Same issue here, I am using Gitlab's auto-build-image to build my project which use an image (as FROM) from another user container registry. the build.sh always overwrites the login...