Goober

Results 27 comments of Goober

Is there any updated? If no, could assign it to me? @agilgur5

> @JasonChen86899 please resolve the conflicts done

@yaron2 this pr has closed for a long time, do it can be opened? I have already resolved the conflicts and merge latest code

Here is the preliminary design. 1. Inject logic : **remove** the `"kube-system:cronjob-controller", "kube-system:job-controller", "kube-system:daemon-set-controller","tekton-pipelines:tekton-pipelines-controller"` in Default `AllowedServiceAccountInfos` User can add them in Dapr-Inject helm chart value: `allowedServiceAccounts` 3. Operator logic:...

统一针对 #935 #936 #937 #937 是否可以让北极星直接对接 sentinel 复用现有的服务治理能力。目前sentinel可以直接对接多个协议比如 istio 以及最近新的服务治理协议@wallezhang

Hi @Bryce-huang maybe [Argo Rollouts](https://argoproj.github.io/rollouts/) is a better choice for canary and blue-Green

yeah just a little with dapr and you reminded me. 1. Argo-rollout is used in Dapr 1.11 and 1.12. https://github.com/dapr/dapr/issues/6855 2. Argo-rollout can be combined with Knative. https://github.com/argoproj/argo-rollouts/discussions/2133 here is...

okay I found that Knative Serving also had traffic management and rollout with revision https://knative.dev/docs/serving/traffic-management/#traffic-routing-examples. I think we can also use this feature. we can add another implementing even using...