You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/olm-catalog/operand-deployment-lifecycle-manager/1.1.0/operand-deployment-lifecycle-manager.v1.1.0.clusterserviceversion.yaml
+34-38Lines changed: 34 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -365,8 +365,8 @@ metadata:
365
365
certified: "false"
366
366
containerImage: quay.io/opencloudio/odlm:latest
367
367
createdAt: "2020-03-26T11:05:16Z"
368
-
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-Based
369
-
API to manage the lifecycle of IBM cloud common services.
368
+
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
369
+
API to manage the lifecycle of IBM Cloud Platform common services.
description: "Operand is the instance managed by the operator. ODLM is used to manage
429
-
the lifecycle of for a group of operands, compared with operator lifecycle manager,
430
-
ODLM focus on the management of operands but not operators.\n\n1. A single entrypoint
431
-
to manage a group of operands\n1. User can select a set of operands to install\n1.
432
-
The install can be invoked through either OCP UI or CLI\n\n# Use ODLM to manage
433
-
Operators and Operands\n\nThe ODLM will have Three CRDs:\n\n* OperandRegistry,
434
-
defines the individual operand deployment info\n* OperandConfigs, defines the
435
-
individual operand deployment config\n* OperandRequests, defines which operator/operand
436
-
want to be installed in the cluster\n\n**NOTE:** The ODLM managed operator subscriptions
437
-
will have a label **\"operator.ibm.com/opreq-control\": \"true\"**, we use this
428
+
description: "Operand is the instance that is managed by the operator. Operand Deployment Lifecycle Manager (ODLM) is used to manage the lifecycle of a group of operands. Compared with operator lifecycle manager (OLM), ODLM focuses on the management of operands but not the operators. \n\n - A single entrypoint
429
+
to manage a group of operands\n - User can select a set of operands to install\n
430
+
- The install can be invoked either through the OCP UI or CLI\n\n# Use ODLM to manage
431
+
Operators and Operands\n\nThe ODLM has three CRDs:\n\n* **OperandRegistry** that
432
+
defines the individual operand deployment info.\n* **OperandConfigs** that defines the
433
+
individual operand deployment config\n* **OperandRequests** that defines which operator/operand
434
+
you want to install in the cluster\n\n**NOTE:** The ODLM-managed operator subscriptions have a label **\"operator.ibm.com/opreq-control\": \"true\"**. We use this
438
435
label to distinguish if an operator is managed by ODLM or not.\n\n## OperandRegistry\n\nOperandRegistry
439
-
defines the individual dervice state. For example, an individual service should
440
-
be present or absent.\n\n**NOTE:** When ODLM operator is deployed, it will generate
441
-
a default OperandRegistry instance. You can edit it by your requirement. \n\nAn
442
-
example of the OperandRegistry CR is shown below. The \"name\" parameter must
436
+
defines the individual service state. For example, an individual service should
437
+
be present or absent.\n\n**NOTE:** When the ODLM operator is deployed, it generates
438
+
a default OperandRegistry instance. You can edit the instance as required. \n\nFollowing is an
439
+
example of the OperandRegistry CR: \n\n **NOTE:**The \"name\" parameter must
443
440
be unique for each entry.\n\n```yaml\napiVersion: odlm.ibm.com/v1alpha1\nkind:
information for operands that may be requested for installation and/or access
451
-
by an application running in a namespace. The registry CR specifies:\n\n1. Name
448
+
by an application that runs in a namespace. The registry CR specifies:\n\n1. Name
452
449
of the OperandRegistry\n1. Namespace of the OperandRegistry\n1. **name** is the
453
450
name of the operator, which should be the same as the services name in the OperandConfig
454
-
and OperandRequest.\n1. **namespace** is the namespace the operator will be deployed
455
-
in.\n1. **channel** is the name of OLM channel should be subscribed for the operator.\n1.
456
-
**packageName** is the name of the package in CatalogSource should be subscribed
451
+
and OperandRequest.\n1. **namespace** is the namespace where the operator will be deployed.\n1. **channel** is the name of OLM channel that is subscribed for the operator.\n1.
452
+
**packageName** is the name of the package in CatalogSource that is subscribed
457
453
for the operator.\n1. **sourceName** is the name of the CatalogSource.\n1. **sourceNamespace**
458
-
is the namespaces of the CatalogSource.\n1. **description** is used to add a detailed
459
-
description for service.\n\n\n## OperandConfig\n\nOperandConfig defines the individual
454
+
is the namespace of the CatalogSource.\n1. **description** is used to add a detailed
455
+
description of a service.\n\n\n## OperandConfig\n\nOperandConfig defines the individual
0 commit comments