opencenter cluster service enable
Enable a service in the cluster configuration
Synopsis
This command enables a service in the cluster configuration. If the service requires additional parameters or secrets, they must be provided as flags. If they are missing, the command will return an error with an example.
Examples: # Enable the 'cert-manager' service with a required email parameter opencenter cluster service enable cert-manager --param="email=admin@example.com"
opencenter cluster service enable my-managed-service --managed --secret="api_key=some_secret_value"
Force re-enable (re-render) an already enabled service
opencenter cluster service enable prometheus --force
Enable a service and immediately render its templates
opencenter cluster service enable loki --render
opencenter cluster service enable <service-name> [flags]
Options
--cluster string Specify the cluster name
--force Force re-enable an already enabled service to re-render configuration
-h, --help help for enable
--managed Enable the service as a managed service
--param strings Set a service parameter (e.g., --param key=value)
--render Render the service templates immediately after enabling
--secret strings Set a service secret (e.g., --secret key=value)