From acf6aab1f6dfdd4f63edbb3ca62775f0c839a63b Mon Sep 17 00:00:00 2001 From: JuleeB1 <42522858+JuleeB1@users.noreply.github.com> Date: Tue, 21 Aug 2018 13:19:13 -0500 Subject: [PATCH] Added Note Formatting (#9988) Added note tags to the text --- content/en/docs/tasks/administer-federation/namespaces.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 %}}