Install a day-2 operator using Operator Lifecycle Manager
<operator-name> [namespace] [channel] [source] [--approval=Automatic|Manual]## Name olm:install ## Synopsis ## Description The `olm:install` command installs a day-2 operator in an OpenShift cluster using Operator Lifecycle Manager (OLM). It automates the creation of the required namespace, OperatorGroup, and Subscription resources needed to install an operator. This command handles the complete operator installation workflow: - Creates or verifies the target namespace exists - Creates an OperatorGroup if needed - Creates a Subscription to install the operator - Verifies the installation by checking the operator's CSV (ClusterServiceVersion) status - Provides d...