diff --git a/content/en/docs/tasks/administer-federation/namespaces.md b/content/en/docs/tasks/administer-federation/namespaces.md index 99d3db5d63..8918d39569 100644 --- a/content/en/docs/tasks/administer-federation/namespaces.md +++ b/content/en/docs/tasks/administer-federation/namespaces.md @@ -81,10 +81,9 @@ kubectl --context=federation-cluster delete ns myns As in Kubernetes, deleting a federated Namespace will delete all resources in that Namespace from the federation control plane. -Note that at this point, deleting a federated Namespace will not delete the -corresponding Namespace and resources in those Namespaces from underlying clusters. -Users are expected to delete them manually. -We intend to fix this in the future. +{{< note >}} +**Note:** At this point, deleting a federated Namespace will not delete the corresponding Namespace, or resources in those Namespaces, from underlying clusters. Users must delete them manually. We intend to fix this in the future. +{{< /note >}} {{% /capture %}}