mumubin

Results 5 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",...