barnettZQG
barnettZQG
**Describe the bug**  As shown in GIF. **Expected behavior** 1. Old and new instances are displayed normally. 2. The version of the instance is correct. **KubeVela Version** 1.5.0
**Describe the bug** After the application was deleted, the workflows and the workflow records should be deleted. But the workflow records are not deleted. **To Reproduce** 1. Create an application....
Signed-off-by: barnettZQG ### Description of your changes  This default history ReplicaSets are too much. I have: - [x] Read and followed KubeVela's [contribution process](https://github.com/kubevela/kubevela/blob/master/contribute/create-pull-request.md). - [ ] [Related Docs](https://github.com/kubevela/kubevela.io)...
**Is your feature request related to a problem? Please describe.** One parameter has a multiple value structure, such as the `container-image` trait: ``` parameter: *#PatchParams | close({ // +usage=Specify the...
**Is your feature request related to a problem? Please describe.** We can define some common scenario policies in advance, such as: ```yaml kind: Policy apiVersion: core.oam.dev/v1alpha1 metadata: name: allow-change-replicas namespace:...
**Is your feature request related to a problem? Please describe.** About the CRD of the addon, we have two obstacles: 1. There is a definition that depends on one CRD....
**Is your feature request related to a problem? Please describe.** Currently, there is the Traefik addon to provide the cluster gateway service. It includes the `http-route`, `https-route` and `tcp-route` traits,...
Observability is a crucial feature for KubeVela. The community is working on this. There are some very useful utils that could become add-ons and join the KubeVela world. ## Exporters...
**Describe the bug** The service should be determined by whether the port is exposed, the gateway trait only generates the Ingress. **To Reproduce** 1. exposing service port for the webservice...
**Is your feature request related to a problem? Please describe.** There are KubeAPI and MongoDB database drivers, some users want to use Mysql. **Describe the solution you'd like** https://github.com/oam-dev/kubevela/blob/master/pkg/apiserver/datastore/datastore.go#L142 Here...