Update Operator pattern page, example section
Remove "in more detail" repetition
This commit is contained in:
@@ -51,8 +51,7 @@ Some of the things that you can use an operator to automate include:
|
|||||||
* choosing a leader for a distributed application without an internal
|
* choosing a leader for a distributed application without an internal
|
||||||
member election process
|
member election process
|
||||||
|
|
||||||
What might an Operator look like in more detail? Here's an example in more
|
What might an Operator look like in more detail? Here's an example:
|
||||||
detail:
|
|
||||||
|
|
||||||
1. A custom resource named SampleDB, that you can configure into the cluster.
|
1. A custom resource named SampleDB, that you can configure into the cluster.
|
||||||
2. A Deployment that makes sure a Pod is running that contains the
|
2. A Deployment that makes sure a Pod is running that contains the
|
||||||
|
|||||||
Reference in New Issue
Block a user