qiaozp
qiaozp
sure
Can you do that by using cloud vendor console? Creating a LB can be only accessed by other cloud resources.
Let's talk this in #4395
cc @barnettZQG
This is because `.status.services` only contains one item at that time. ```text services: - cluster: kind-kind healthy: true message: Ready:1/1 name: nginx namespace: default workloadDefinition: apiVersion: apps/v1 kind: Deployment ```...
## Use trait and replication policy to solve the problem Here is another solution with trait. There is one trait for webservice (will introduce trait for helm later) if you...
Let's keep this open until we build a case using vela and yurt.
Perhaps we could make use of [Fluxcd PostRender](https://fluxcd.io/docs/components/helm/api/#helm.toolkit.fluxcd.io/v2beta1.PostRenderer) Feature to provide another set of trait. Pro: No need to change the vela-core render process Con: A whole different group of...
> FYI, @chivalryq , a CUE file might need to be added to provide OpenAPI Schema for VelaUX and auto-generate documentations for kubevela.io. We can do it in another PR....
ping @wonderflow definition cue and example md added.