Jianbo Sun
Jianbo Sun
Closing as the master branch has been upgraded to the CUE 0.4 https://github.com/kubevela/kubevela/pull/4425
We suggest the middleware products which will be shared by different applications be deployed in a standalone application. Just like the cloud resources, the information can be shared by K8s...
yes, we should set it as `string` by default in `vela show`.
最简单的办法就是通过 `vela def` 修改一个已经存在的 trait,然后重命名成 `s1-scaler-temp` 这种,直接就可以让用户复用。 https://kubevela.net/docs/platform-engineers/cue/definition-edit#get--list--edit--del
Yes. That could cause bugs.
> Any information about this issue? I have the same problem... > > I have deployed kube-vela v1.4.0. Reviewing the logs I saw the following message: > > ``` >...
As for this issue, we can make the CRD installation seprated from other resources. 1. CRD should always installed in the control plane(hub cluster) whenever the addon is installed in...
You should install fluxcd addon for the managed clusters. ``` vela addon enable fluxcd --clusters={local,cluster1,cluster2} ```
Yes, it's not healthy. The status defined in CRD is wrong.
I have a more lightweight proposal to resolve your scenario: 1. Let's define a parameter for the name of generated resources in component, let's use helm component deifinition as example....