@@ -68,8 +68,8 @@ const About = ({ history, ...props }) => {
68
68
< ExternalLink href = { `${ buildYourCSV } ` } text = "ClusterServiceVersion" indicator = { false } /> in the{ ' ' }
69
69
< ExternalLink href = { `${ operatorsRepo } ` } text = "GitHub repository" indicator = { false } /> is used to populated
70
70
the Operators’ detail page on OperatorHub.io. With this metadata Operators are packaged and ready-to-run on
71
- any Kubernetes cluster that has the Operator Lifecycle Manager (OLM) available. OKD and OpenShift Container
72
- Platform users have this component installed already. On a Kubernetes cluster, OLM allows a user to “
71
+ any Kubernetes cluster that has the Operator Lifecycle Manager (OLM) available. On a Kubernetes cluster, OLM
72
+ allows a user to “
73
73
< ExternalLink href = { `${ olmArchitecture } ` } text = "subscribe" indicator = { false } /> ” to an Operator, which
74
74
unifies installation and updates in a single concept. We expect Operators to be long-lived services that are
75
75
constantly updated to provide new capabilities and update the managed application to a newer version. A
@@ -85,14 +85,7 @@ const About = ({ history, ...props }) => {
85
85
< ExternalLink href = { `${ buildYourCSV } ` } text = "ClusterServiceVersion" indicator = { false } /> ) in the{ ' ' }
86
86
< ExternalLink href = { `${ operatorsRepo } ` } text = "GitHub repository" indicator = { false } /> is used to populated
87
87
the Operators’ detail page. With this metadata Operators are packaged and ready-to-run on any Kubernetes
88
- cluster that has the Operator Lifecycle Manager (OLM) available. On a Kubernetes cluster, OLM allows a user
89
- to “< ExternalLink href = { `${ olmArchitecture } ` } text = "subscribe" indicator = { false } /> ” to an Operator, which
90
- unifies installation and updates in a single concept. We expect Operators to be long-lived services that are
91
- constantly updated to provide new capabilities and update the managed application to a newer version. A
92
- subscription can be made to a{ ' ' }
93
- < ExternalLink href = { `${ discoveryCatalogs } ` } text = "selection of channels" indicator = { false } /> (e.g. ‘stable’
94
- vs. ‘beta’). With the community repository as a source, users can install, use and receive updates for all
95
- Operators on OperatorHub.io right away.
88
+ cluster that has the Operator Lifecycle Manager (OLM) available.
96
89
</ p >
97
90
</ React . Fragment >
98
91
)
0 commit comments