mumubin

Results 9 comments of mumubin

@kingtiger2 我也出现了不同node上的pods无法通信的问题,你的解决了吗

just analyze the source code, `feature search` don't support rebuild list.So it maybe not support tree node search, right? ``` func (l *List) search(term string) { var scope []*interface{} for...

Flagger can support sticky session if ingress-nginx support gateway api, it there a plan to support it? https://github.com/fluxcd/flagger/issues/1487

Thanks @cdavernas . After adding action name, it works. However, the YAML file I tested came from https://github.com/serverlessworkflow/specification/blob/main/examples/README.md#workflow-definition-1. It seems a bug in the examples. Let me submit a pr...

Fixed SW yaml. ```yaml { "id": "greeting", "name": "Greeting Workflow", "description": "Greet Someone", "version": "1.0.8", "specVersion": "0.8", "functions": [ { "name": "greetingFunction", "operation": "https://gist.githubusercontent.com/mumubin/7d6ede1791ddd6fb705576187f91c930/raw/5357026c05ddb641de52b27d5e922856be1243e3/greeting.yaml#randomGreeting", "type": "rest" } ], "start": "Greet",...

Version 5.4.0 also have this issue. Do you have a plan to fix it in 5.x.x? And [the bug issue](https://github.com/OpenAPITools/openapi-generator/issues/11570) is 5.4.0, too. Migration to 6.x.x is big deal.

It's an amazing feature. User can control their HLS streaming at the client side. Any progress yet?

Any questions? We can discuss it.

Thanks @akselleirv 's doc. Base on this doc, I add some annotations on the ingress. Then the podinfo can support session affinity for both podinfo-canary and podinfo-primary service. Maybe this...