Alex Zhang

Results 408 comments of Alex Zhang
trafficstars

> To do so, we need to remove usage of: > any type (`interface{}`), float64 (or enable `allowDangerousTypes=true` flag). > > And add [markers](https://book.kubebuilder.io/reference/markers.html) like [this](https://github.com/lingsamuel/apisix-ingress-controller/blob/mtls/pkg/kube/apisix/apis/config/v1/types.go#L271-L327). Got it.

Interesting, welcome to submit proposals!

Please read your error logs carefully, it already tells you the fact. You should check why the ETCD cluster domain cannot be resolved.

> Please read your error logs carefully, it already tells you the fact. You should check why the ETCD cluster domain cannot be resolved. I already tell you the way.

So, we need to know which versions are LTS in this repo?

> We don't need to know LTS. We just need to filter out all the patch releases. Got it. Distinguish the patch part in the semantic version?

@Hazel6869 Would you like to do this? Thanks!

> **What would you like to be added**: A Gateway finalizer similar to the GatewayClass finalizer. > > **Why this is needed**: The [GatewayClass finalizer](https://github.com/kubernetes-sigs/gateway-api/blob/v0.5.0/apis/v1beta1/gatewayclass_types.go#L64-L67) ensures that a GatewayClass is...