From 89314444f15205bde0b2803f5cbf422308926090 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:03:14 +0100 Subject: [PATCH] Update docs/book/src/getting-started.md Co-authored-by: Sajiyah Salat <109643863+Sajiyah-Salat@users.noreply.github.com> --- docs/book/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/getting-started.md b/docs/book/src/getting-started.md index 09fe81fbc4f..9562723b16c 100644 --- a/docs/book/src/getting-started.md +++ b/docs/book/src/getting-started.md @@ -416,7 +416,7 @@ func (r *MemcachedReconciler) Reconcile(ctx context.Context, req ctrl.Request) ( #### Observing changes on cluster This controller is persistently observant, monitoring any events associated with this Kind. As a result, pertinent changes -instantly set off the controller's reconciliation process. It's worth noting that we have implemented the `watches` feature. [(More info)[watches]]. +instantly set off the controller's reconciliation process. It's worth noting that we have implemented the `watches` feature. [(More info)][watches]. This allows us to monitor events related to creating, updating, or deleting a Custom Resource of the Memcached kind, as well as the Deployment which is orchestrated and owned by its respective controller. Observe: