qiaozp
qiaozp
Try two wrong applications below. `vela delete -f` works fine. No destroy Job will be created. ```yaml apiVersion: core.oam.dev/v1beta1 kind: Application metadata: name: wrong-rds-db spec: components: - name: wrong-rds-db type:...
Data passing example (local cluster). A webservice is used here, but it's the same with `helm`. ```yaml apiVersion: core.oam.dev/v1beta1 kind: Application metadata: name: data-passing-cloud-resource spec: components: - name: sample-db type:...
Any update on this? we are building a [tool](https://github.com/kubevela/velad) based on k3d, we meet this problems too. And BTW, is there any way around to import image in arm64 ?
Hi @YTGhost I think we can take both workflow and services' healthy condition into condition for now. You can investigate how to archive that.
Considering that `kubectl get` provides users with limited information, we can enhance it by adding an additional dimension such as `WorkflowPhase` to keep people informed about the progress of the...
Here's some illustration of what we are meeting and the possible ways to solve this issue. ## Possible solutions Solutions can be divided into two kinds: 1. **Pass Secret**: The...
Good idea! Let's hold the issue and see how many people need it.
@Somefive Can you sign the DCO?
@the-amazing-atharva Cool, you can send the PR and let's check.