Install Addon

    You can get more capabilities from KubeVela ecosystem by installing addons.

    Install Addon

    1. I0111 21:45:24.553174 89345 apply.go:106] "creating object" name="addon-fluxcd" resource="core.oam.dev/v1beta1, Kind=Application"
    2. I0111 21:45:25.258914 89345 apply.go:106] "creating object" name="helm" resource="core.oam.dev/v1beta1, Kind=ComponentDefinition"
    3. I0111 21:45:25.342731 89345 apply.go:106] "creating object" name="kustomize-json-patch" resource="core.oam.dev/v1beta1, Kind=TraitDefinition"
    4. I0111 21:45:25.382201 89345 apply.go:106] "creating object" name="kustomize-patch" resource="core.oam.dev/v1beta1, Kind=TraitDefinition"
    5. I0111 21:45:25.411723 89345 apply.go:106] "creating object" name="kustomize" resource="core.oam.dev/v1beta1, Kind=ComponentDefinition"
    6. I0111 21:45:25.625815 89345 apply.go:106] "creating object" name="kustomize-strategy-merge" resource="core.oam.dev/v1beta1, Kind=TraitDefinition"
    7. Addon: fluxcd enabled Successfully.

    You can view the new component or trait types added by vela component or . You can also find more details about .

    List Registry

    1. $ vela addon registry list
    2. Name Type URL
    3. KubeVela OSS https://addons.kubevela.net

    Delete Registry

    1. $ vela addon registry delete experimental
    2. Successfully delete an addon registry experimental

    Refer to extension documents to learn how to make your own addon and registry.