diff --git a/docs/concepts/overview/object-management-kubectl/overview.md b/docs/concepts/overview/object-management-kubectl/overview.md index 6a2608949d..42a64b2af9 100644 --- a/docs/concepts/overview/object-management-kubectl/overview.md +++ b/docs/concepts/overview/object-management-kubectl/overview.md @@ -135,6 +135,7 @@ writers, even if the changes are not merged back to the object configuration fil This is possible by using the `patch` API operation to write only observed differences, instead of using the `replace` API operation to replace the entire object configuration. +{: .note} ### Examples