diff --git a/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md b/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md index 2613579ccf..b4d7b11a7e 100644 --- a/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md +++ b/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md @@ -445,6 +445,9 @@ and [kubectl apply](/docs/reference/generated/kubectl/kubectl-commands/#apply). +{{< note >}} +Strategic merge patch is not supported for custom resources. +{{< /note >}} ## {{% heading "whatsnext" %}}