Alexandre Chouinard
Alexandre Chouinard
Any way to replicate that right now?
Calling with `nativeLB: true` on the route's service + custom server transport `ServersTransport -> maxIdleConnsPerHost: -1` ``` POD REQUESTS RECEIVED POD-01 701 POD-02 699 POD-03 692 POD-04 683 POD-05 677...
> @DaazKu have you looked into Lifecycle preStop Hook ? I don't see how that would be relevant in this context. Pods termination are graceful already. The problem is about...
This is a literal BUG. The following tells Prometheus to scrape this target and to use the specified port but there's no `ports` mapping on the service. ``` ... Annotations:...
> As for testing the SCIM endpoints, can you share any errors that were returned when you were attempting to test the connection? As I said, I get a 404....
> Hey @DaazKu! Thanks for filing this issue. > > As you've correctly noted, port 3002 is exposed on the _container_ for receiving plain-text HTTP traffic. For this deployment example,...
> > As I said, I get a 404. > > So you did, my bad. 🙃 > > > ``` > > curl --header "Authorization: Bearer {REDACTED}" https://{REDACTED}/scim/Users >...