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
Operators are among the most important components of {product-title}. Operators are the preferred method of packaging, deploying, and managing services on the control plane. They can also provide advantages to applications that users run.
Copy file name to clipboardExpand all lines: operators/index.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ With Operators, you can create applications to monitor the running services in t
12
12
Operators are designed specifically for your applications. Operators implement and automate the common Day 1 operations such as installation and configuration as well as Day 2 operations such as autoscaling up and down and creating backups. All these activities are in a piece of software running inside your cluster.
13
13
14
14
15
-
[id="overview-developer-tasks"]
15
+
[id="operators-overview-developer-tasks"]
16
16
== For developers
17
17
18
18
As a developer, you can perform the following Operator tasks:
@@ -23,7 +23,7 @@ As a developer, you can perform the following Operator tasks:
23
23
** xref:../operators/user/olm-installing-operators-in-namespace.adoc#olm-installing-operators-in-namespace[Install and subscribe an Operator to your namespace].
24
24
** xref:../operators/user/olm-creating-apps-from-installed-operators.adoc#olm-creating-apps-from-installed-operators[Create an application from an installed Operator through the web console].
25
25
26
-
[id="overview-administrator-tasks"]
26
+
[id="operators-overview-administrator-tasks"]
27
27
== For administrators
28
28
29
29
As a cluster administrator, you can perform the following Operator tasks:
@@ -38,8 +38,9 @@ As a cluster administrator, you can perform the following Operator tasks:
** xref:../operators/admin/olm-restricted-networks.adoc#olm-restricted-networks[Use Operator Lifecycle Manager on restricted networks]
40
40
41
-
To know all about the Platform Operators that Red Hat provides, see xref:../operators/operator-reference.adoc#platform-operators-ref[Red Hat Operators]
41
+
To know all about the platform Operators that Red Hat provides, see xref:../operators/operator-reference.adoc#platform-operators-ref[Platform Operators reference].
42
42
43
+
[id="operators-overview-next-steps"]
43
44
== Next steps
44
45
45
46
To understand more about Operators, see xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[What are Operators?]
0 commit comments