Somefive

Results 21 issues of Somefive

Signed-off-by: Somefive ### Description of your changes Fixes #4594 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) updated properly. In a new feature...

**Describe the bug** The implementation for FindStrategy in apply-once policy is confusing. https://github.com/kubevela/kubevela/blob/436ff916b65fcf3e57e7043904343e9db6bbcec1/apis/core.oam.dev/v1alpha1/applyonce_types.go#L62 The major problem is that it misuses `componentNames` and `resourceNames`. The minor problem is that this selector...

priority/important-soon
area/controller
area/policy

**Is your feature request related to a problem? Please describe.** Previous PR(https://github.com/kubevela/kubevela/pull/3894) adds topology and override policy definition for schema. Advanced policies' are also welcomed, including apply-once, garbage-collect, shared-resouece. **Describe...

type/enhancement
good first issue
help wanted
priority/nice-to-have
effort/small
area/policy

**Is your feature request related to a problem? Please describe.** In KubeVela, there are multiple deployments running in the vela-system namespace in the control plane, including - vela-core - cluster-gateway...

type/enhancement
help wanted
priority/nice-to-have
effort/large
area/cli
summber-of-code

**Is your feature request related to a problem? Please describe.** In some cases, users might want to use customized application status to aggregate information inside the application. We should provide...

help wanted
priority/nice-to-have
effort/medium

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] In KubeVela, we use...

FeatureRequest
Proposal
x/user/KubeVela

### What version of CUE are you using (`cue version`)? Upgrading from 0.2.2 to 0.4.4. ### Does this issue reproduce with the latest release? Yes. ### What did you do?...

NeedsInvestigation
Triage

### What would you like to be added? KubeVela also has multi-cluster delivery capability. I saw that clusterpedia is going to support Karmada&ClusterNet. Will it be possible to support KubeVela...

kind/feature

**What would you like to be added**: Errors handled in `CheckErr` function are unable to be elegantly handled if they are wrapped. https://github.com/kubernetes/kubectl/blob/18a5313a74f7d83f6b54377d72b421b5ebfa66c9/pkg/cmd/util/helpers.go#L152 In the following code, the `apierrors.isInvalid` checks...

kind/feature
lifecycle/rotten
needs-triage

Signed-off-by: Somefive ### Description of your changes The legacy ResourceTracker records resources without the removal of `namespace` field for cluster-scoped resources. Like fluxcd addon records `helmrelease` CRD in ResourceTracker with...