吴承刚

Results 4 issues of 吴承刚

## Describe the feature canary deploy by flagger in appmesh, I want to set the config TCP retry events connection-error in virtualrouter . But flagger can not support? What problem...

func (ar *AppMeshRouter) reconcileVirtualNode(canary *flaggerv1.Canary, name string, host string) error { protocol := ar.getProtocol(canary) vnSpec := appmeshv1.VirtualNodeSpec{ MeshName: canary.Spec.Service.MeshName, Listeners: []appmeshv1.Listener{ { PortMapping: appmeshv1.PortMapping{ Port: int64(canary.Spec.Service.Port), Protocol: protocol, }, },...

We use flagger App Mesh Canary Deployments like https://docs.flagger.app/tutorials/appmesh-progressive-delivery Now I want to output envoy accesslog to /dev/stdout But I do not know how to config ? logging: accessLog: file:...

I use EKS and appmesh, I get envoy accesslog, and I want to filter out all 2xx responses from the envoy access log /dev/stdout what can I do? thanks. *If...

Roadmap: Proposed