sdghchj
sdghchj
> @sdghchj, as I understand, it's not implemented now, right? Yes
Description is bind to field, not a struct. If you use it as ``` type ErrorsResponse struct { // Contextual errors map Errors *Errors `json:"errors,omitempty"` // List of important notifications...
I found the gateway don't support https
> > I found the gateway don't support https > > I need some logs. Sorry, no logs. I mean the gateway server itself doesn't listen on TLS.
A virtual service can only configure a single TCP service.
``` apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: edgemesh-gateway spec: selector: kubeedge: edgemesh-gateway servers: - hosts: - '*' port: name: tcp-1 number: 80 protocol: TCP --- apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata:...
May I ask why to constrain the namesapce of service to be the same as of the gateway? This desgin results that the host field in the virtualService can only...
I remember I fixed it one or two years ago