Merge pull request #28833 from azylinski/azylinski-operator-repetition

Update Operator pattern page, example section
This commit is contained in:
Kubernetes Prow Robot 2021-07-08 15:48:53 -07:00 committed by GitHub
commit 4b1df4d306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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
member election process
What might an Operator look like in more detail? Here's an example in more
detail:
What might an Operator look like in more detail? Here's an example:
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