Skip to content

Commit

Permalink
Update docs/book/src/getting-started.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sajiyah Salat <109643863+Sajiyah-Salat@users.noreply.github.com>
  • Loading branch information
camilamacedo86 and Sajiyah-Salat committed Sep 11, 2023
1 parent 8931444 commit 2a48b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

By following the [Operator Pattern][k8s-operator-pattern], it’s possible not only to provide all expected resources but also to manage them dynamically, programmatically, and at execution time. To illustrate this idea, imagine if someone accidentally changed a configuration or removed a resource by mistake; in this case, the operator could fix it without any human intervention. Before following the next steps ensure that you have the Operator-SDK tool with a version >= 1.0 installed locally. [To install, check its guide](#installation-guide).
By following the [Operator Pattern][k8s-operator-pattern], it’s possible not only to provide all expected resources but also to manage them dynamically, programmatically, and at execution time. To illustrate this idea, imagine if someone accidentally changed a configuration or removed a resource by mistake; in this case, the operator could fix it without any human intervention.

## Sample Project

Expand Down

0 comments on commit 2a48b37

Please sign in to comment.