Skip to content

Commit 25e5bf8

Browse files
authored
Merge pull request #13543 from adellape/olm_typos
Fix Operator topic typos
2 parents 2a86727 + 9a90793 commit 25e5bf8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ Distros: openshift-*
192192
Topics:
193193
- Name: What are Operators?
194194
File: olm-what-are-operators
195-
- Name: Adding Operators to your cluster
195+
- Name: Adding Operators to a cluster
196196
File: olm-adding-operators-to-cluster
197+
Distros: openshift-enterprise,openshift-origin
197198
- Name: Creating applications from installed Operators
198199
File: olm-creating-apps-from-installed-operators
199200
- Name: Getting started with the Operator SDK
@@ -261,4 +262,3 @@ Topics:
261262
File: efk-logging-troubleshooting
262263
- Name: Exported fields
263264
File: efk-logging-exported-fields
264-

modules/olm-installing-operator-using-operatorhub.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ your cluster. This procedure uses the etcd Operator as an example.
1111

1212
.Prerequisites
1313

14-
- Access to an {product-title} v4 cluster using an account with `cluster-admin`
14+
- Access to an {product-title} 4 cluster using an account with `cluster-admin`
1515
permissions.
1616

1717
.Procedure

modules/olm-operator-framework.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
= Operator Framework
77

88
The Operator Framework is a family of tools and capabilities to deliver on the
9-
customer experience describe above. It is not just about writing code; testing,
9+
customer experience described above. It is not just about writing code; testing,
1010
delivering, and updating Operators is just as important. The Operator Framework
11-
components consiss of open source tools to tackle these problems:
11+
components consist of open source tools to tackle these problems:
1212

1313
Operator SDK::
1414
Assists Operator authors in bootstrapping, building, testing, and packaging

0 commit comments

Comments
 (0)