Install
TOC
Installing Compliance Service
Download and Import the Plugin
1、Download the plugin package:
- Visit the Custom Portal to download the corresponding plugin package. -If you don't have access to the Custom Portal, contact technical support.
2、Import the plugin:
Installing Compliance Service in web console
1、Verify the upload:
- Navigate to Administrator > Marketplace > Upload Packages
- Switch to the Cluster Plugin tab
- Locate the uploaded plugin name
- The plugin details will show the version(s) of the uploaded package
2、Install the plugin:
- If the plugin shows a "ready" status, click Install
Installing Compliance service using CLI
- Check available versions
Ensure the plugin has been published by checking for ModulePlugin and ModuleConfig resources, in global cluster :
This indicates that the ModulePlugin compliance-operator exists in the cluster and version v1.0.2 is published.
- Create a ModuleInfo
Create a ModuleInfo resource to install the plugin without any configuration parameters:
Field explanations:
name: Temporary name for the cluster plugin. The platform will rename it after creation based on the content, in the format<cluster-name>-<hash of content>, e.g.,global-ee98c9991ea1464aaa8054bdacbab313.label cpaas.io/cluster-name: Specifies the cluster where the plugin should be installed.label cpaas.io/module-name: Plugin name, must match the ModulePlugin resource.label cpaas.io/module-type: Fixed field, must beplugin; missing this field causes installation failure..spec.config: If the corresponding ModuleConfig is empty, this field can be left empty..spec.version: Specifies the plugin version to install, must match.spec.versionin ModuleConfig..spec.config.reportStorage.size: Specifies the storage size for the report storage..spec.config.reportStorage.storageClass: Specifies the storage class for the report storage.