We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb7bdd5 + 8108666 commit 4b1df4dCopy full SHA for 4b1df4d
content/en/docs/concepts/extend-kubernetes/operator.md
@@ -51,8 +51,7 @@ Some of the things that you can use an operator to automate include:
51
* choosing a leader for a distributed application without an internal
52
member election process
53
54
-What might an Operator look like in more detail? Here's an example in more
55
-detail:
+What might an Operator look like in more detail? Here's an example:
56
57
1. A custom resource named SampleDB, that you can configure into the cluster.
58
2. A Deployment that makes sure a Pod is running that contains the
0 commit comments