Added Note Formatting (#9988)

Added note tags to the text
This commit is contained in:
JuleeB1
2018-08-21 13:19:13 -05:00
committed by k8s-ci-robot
parent 06babcbf86
commit acf6aab1f6
@@ -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 %}}