Xueliang Yang
Xueliang Yang
Now all data of vela is stored in the hub cluster when vela apiserver with kube-api to store, it is needed to backup the data to avoid the fault of...
There is much data in ResourceInfo, some performance problem will happen when the managed cluster with lots of nodes. So the ResourceInfo is needed to be optional, or update the...
For saving the capacity of the etcd cluster in the hub cluster, some resources are expected to less size. For the resourcetrackers with more versions and within all resources specifications,...
The main implementation of the resource management logic locates at [pkg/resourcekeeper](../../pkg/resourcekeeper). The **ResourceKeeper** takes charge of the dispatching, tracking, and recycling of all resources. - **Dispatch**: First record resources in...
e.g helm repo add chaosblade https://operator.chaosblade.io/
Error: INSTALLATION FAILED: failed to install CRD crds/crd.yaml: resource mapping not found for name: "chaosblades.chaosblade.io" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
when change the apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1, errors occur—— error: error validating "helmchart.yaml": error validating data: [ValidationError(CustomResourceDefinition.spec): unknown field "version" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec, ValidationError(CustomResourceDefinition.spec): missing required field "versions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec]; if you...
Here is my way to install kpt-config-sync, # Create a directory to store the manifest bundle mkdir -p # Extract the manifest bundle tar -xzf -C # Apply the manifests...
Signed-off-by: Xueliang Yang ### Description of your changes ### How has this code been tested? ### Checklist I have: - [x] Title of the PR starts with type (e.g. `[Addon]`...