biaogao
biaogao
Hi @adamcarter81 , remove or add that annotation won't work for the probe protocol, the scheme you specified in your readiness probe decides the protocol, one benefit is to error...
Hi @marc-mueller , May I ask which version of AGIC you deployed? there is a related bug fixed in v1.2.0-rc3
Hi @marc-mueller , did you have prohibit-all-targets deployed as well before your own prohibited policy? also, could you please kindly share your sanitized prohibited policy?
Thanks much @marc-mueller . Could you please help check your prohibited policies by "kubectl get AzureIngressProhibitedTarget". when you upgrade AGIC with shared enabled(assuming you upgrade AGIC with shared enabled via...
Hi @nfinkel , Thanks for reporting the issue, we are evaluating the issue, instead, could you please use the alternative in your ingress configure? spec: rules: - http: paths: -...
Hi @niteenkole, Thanks for the question. In terms of "client IP preservation", Azure Application Gateway[ automatically injects "X-FORWARDED-FOR"](https://docs.microsoft.com/en-us/azure/application-gateway/how-application-gateway-works) when it relays the request from client to the backend. AGIC install...
Hi @debugaftercoffee , you can refer to this [doc](https://github.com/niteenkole/pgadmin4) from another customer
-workers=1000 -max-workers=1000
Hi @tsenart , a little bit confusion here, pardon me... if specify -rate=0 which means send new request only after acknowledging the response of last request, doesn't the RPS become...
> @3quanfeng > > > -rate=0 which means send new request only after acknowledging the response of last request > > I don't think it means that. but that's what...