Tommas Yuan

Results 10 comments of Tommas Yuan

> Are you able to make that chang > Sorry for the late reply. This needs to be opt-in since it is a change from the default behavior. Are you...

> It needs to be activated by a property. Other people rely on the current behavior. Those that want this new behavior need to opt in by setting a property....

I will add some docs for this feature some time later

After recalling the related bug and code review, I\'m going to refactor the codes. It seems useless to implement `PreFlightRequestFilter` interface on every `GatewayFilter`s

`PreFlightRequestFilter` interface is still needed to allow only filters that affect route process to handle preflight request.

In my case, controller manager never startup, since kubeadm uses wrong arguments to create static pod. And because it finished execution with success messages printed, I quite spent some time...

> Kubeadm check the health status of kubelet as well. kubeadm did check kubelet and api server, but not include controller manager and scheduler > @tommas1988 Have you seen this...

> As the component-status API is deprecated, would we just check the pod running status for a short while or print the control-plane status at the end? I have createa...

> we need to make sure this is not changing user expectations - e.g. in strange cases where there is a custom scheduler with a delayed start (?). How to...