Skip to content

Commit a458d0b

Browse files
Merge pull request #72 from jeff-phillips-18/doc
Update to 'How does OperatorHub.io work'
2 parents 8de88f3 + 0399e54 commit a458d0b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

frontend/src/pages/documenation/About.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ const About = ({ history, ...props }) => {
6868
<ExternalLink href={`${buildYourCSV}`} text="ClusterServiceVersion" indicator={false} /> in the{' '}
6969
<ExternalLink href={`${operatorsRepo}`} text="GitHub repository" indicator={false} /> is used to populated
7070
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 “
7373
<ExternalLink href={`${olmArchitecture}`} text="subscribe" indicator={false} />” to an Operator, which
7474
unifies installation and updates in a single concept. We expect Operators to be long-lived services that are
7575
constantly updated to provide new capabilities and update the managed application to a newer version. A
@@ -85,14 +85,7 @@ const About = ({ history, ...props }) => {
8585
<ExternalLink href={`${buildYourCSV}`} text="ClusterServiceVersion" indicator={false} />) in the{' '}
8686
<ExternalLink href={`${operatorsRepo}`} text="GitHub repository" indicator={false} /> is used to populated
8787
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.
9689
</p>
9790
</React.Fragment>
9891
)

0 commit comments

Comments
 (0)