duckys87

Results 10 comments of duckys87

I think this issue is similar with [https://github.com/istio/istio/issues/32703](https://github.com/istio/istio/issues/32703) but, still having issues with version `1.12.1`.

@howardjohn One worker node will enter maintenence soon. We do `force health down` of `ingressgateway` of the worker node. (like calling `/healthcheck/fail`) After that, The `ingressgateway` of the worker-node no...

what do you mean removing it from Service? (removing node for maintenence? yes) I agree that I need new endpoint (just like `:15021/healthz/down` or something) for example) ``` $ curl...

> I mean just change the labels on the pod so it's no longer selected by the Service and traffic to it will stop > […](#) > On Tue, Mar...

Yes I know. but external loadbalancer only check `port alive` and `:15021/healthz/ready` api 200 response... of maintenece worker-node So, I think the way of blocking to maintenence worker-node from external...

I think many people use `ingressgateway` with `NodePort` or `hostnetwork=true` in `on-premise` If they are running a critical service, they will use an external loadbalancer and will face the same...

@howardjohn Thank you for your great help. I want to know that whether if you will make new endpoint or not

The biggest problem is that I can't call `:15000/ready` from outside(only localhost allowed) ``` $ netstat -an|grep 15000 tcp 0 0 127.0.0.1:15000 0.0.0.0:* LISTEN ``` We put proxy nginx at...

I have same problem. I can apply github oauth2.0 and It works well. but I can't use rest api anymore. Any bearer token doesn't work. ``` curl --header "Authorization: Bearer...

> We ignore this in our own blockhound testing > > [spring-cloud-gateway/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/test/CustomBlockHoundIntegration.java](https://github.com/spring-cloud/spring-cloud-gateway/blob/51fb9aa36c9e58eb589154b1fb9f5af6ed50cfa2/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/test/CustomBlockHoundIntegration.java#L94) > > Line 94 in [51fb9aa](/spring-cloud/spring-cloud-gateway/commit/51fb9aa36c9e58eb589154b1fb9f5af6ed50cfa2) > > builder.allowBlockingCallsInside("org.springframework.core.type.classreading.SimpleMetadataReader", @spencergibb Thank you so much for your quick response....