Skip to content

Commit c8b6315

Browse files
author
Steven Smith
committed
Fixes a slight wording error in the Operator guide
1 parent f6e9d06 commit c8b6315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/getting-started-openshift-common-terms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ An Operator is a Kubernetes-native application. The goal of an Operator is to pu
5656
+
5757
Operators are purpose-built for your applications. They implement and automate common Day 1 activities such as installation and configuration as well as Day 2 activities such as scaling up and down, reconfiguration, updates, backups, fail overs, and restores in a piece of software running inside your Kubernetes cluster by integrating natively with Kubernetes concepts and APIs. This is called a Kubernetes-native application.
5858
+
59-
With Operators, you have to treat an application as a collection of primitives such as pods, deployments, services, or config maps. Instead you can treat it as a single object that exposes only the options that make sense for the application.
59+
With Operators, applications must not be treated as a collection of primitives, such as pods, deployments, services, or config maps. Instead, Operators should be treated as a single object that exposes the options that make sense for the application.

0 commit comments

Comments
 (0)