Skip to content

Commit

Permalink
Update good-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajiyah-Salat committed May 8, 2023
1 parent e4fcbe9 commit f67313a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/book/src/reference/good-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Avoid a design solution where the same controller reconciles more than one Kind.

## How to use Status Conditionals

We recommends you to manage your solutions using Status Conditionals. You can check the scaffold provided via the [deploy-image][./plugins/deploy-image-plugin-v1-alpha.html] as an example for its implementation.
We recommends you to manage your solutions using Status Conditionals. You can check the scaffold provided via the [deploy-image][deploy-image] as an example for its implementation.

Additionally, we recommend checking the documentation on [Operator patterns][operator-pattern] from Kubernetes to better understand the purpose of the standard solutions that are built with KubeBuilder.

Expand All @@ -36,3 +36,5 @@ Additionally, we recommend checking the documentation on [Operator patterns][ope
[controller-runtime]: https://github.com/kubernetes-sigs/controller-runtime

[sdk-bestpractices]: https://sdk.operatorframework.io/docs/best-practices/

[deploy-image]: https://github.com/kubernetes-sigs/kubebuilder/blob/master/docs/book/src/plugins/deploy-image-plugin-v1-alpha.md

0 comments on commit f67313a

Please sign in to comment.