Tianxin Dong
Tianxin Dong
> Why not Kaniko? I referenced Kaniko in the first solution.
> 发现这段代码是不会执行的 这个看起来是因为前面还在调用 apply component,所以根本没执行到 op.Fail > 如果用户配置了when条件,会根据when条件判断是否部署这个component,没有配置when条件功能就是部署这个component。 这个 when 能不能用 workflow 的 if 功能去覆盖?
Thanks for the report, this is fixed in v1.5.0. Please try to upgrade your vela version and give it a try.
It would be nice if you can comment on the community meeting agenda issue here kubevela/community#34 so that you can share your proposal and we can discuss this in the...
/cc @Somefive
Thanks for your report! /assign @FogDong
> We need to clearly define the difference and connection between Workflow and WorkflowRun. `Workflow` is only a template, `WorkflowRun` is an execution. If we want to execute a `Workflow`,...
> Maybe we do not need more fields in WorkflowRun, such as: > > ``` > apiVersion: core.oam.dev/v1beta1 > kind: WorkflowRun > metadata: > name: run-example > namespace: default >...
I agree with all the scenarios you mentioned, but still, the steps can come from the applications or workflows, but we don't have to specify `application: xxx` in WorkflowRun. For...
For the WorkflowRun that is generated from applications or workflows, it can have `ownerReference`, so that we can get the data from the source, but still, references in spec are...