Jianbo Sun

Results 422 comments of Jianbo Sun

I'm going to close this issue as most of the cases have been supported, we'll raise new issues if we found use cases that not meet. https://github.com/kubevela/kubevela/pull/5489

closing as this PR is stalled almost 1 year and rollout is recomended to use kruise-rollout.

In most cases, we can use `PreDispatch` to resolve this issue. But one left corner case is when we only modify the parameters of trait without changing the component properties....

As @morigs said in https://github.com/oam-dev/spec/issues/483 , we should fix the definition revision issue. Just like the github action versioning feature: - Definition declared with no revision: `type: my-def`, it should...

Helm CLI and Helm charts is a packing tool and packaging artifacts format, it provides several deploy features while it's not focusing on CD and you still need to build...

Really cool, willing to assign this issue to you.

yeah, let me create an issue in crossplane core repo.

Do you just want to restart pods? I think we can only delete pods and let the deployment controller(replicaset) to re-create it. I think velaql can do this, we have...

``` kubectl rollout restart deployment ``` I don't have this command , how could the `kubectl rollout` work?