From 21aba02a76891f24bc2bd237f57747634eb730ec Mon Sep 17 00:00:00 2001 From: JuleeB1 <42522858+JuleeB1@users.noreply.github.com> Date: Tue, 21 Aug 2018 13:21:37 -0500 Subject: [PATCH] Added Note Formatting (#9989) Added note tags to the text --- content/en/docs/tasks/administer-federation/replicaset.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/administer-federation/replicaset.md b/content/en/docs/tasks/administer-federation/replicaset.md index 4e5528c991..ce7e6ae56e 100644 --- a/content/en/docs/tasks/administer-federation/replicaset.md +++ b/content/en/docs/tasks/administer-federation/replicaset.md @@ -121,10 +121,9 @@ For example, you can do that using kubectl by running: kubectl --context=federation-cluster delete rs myrs ``` -Note that at this point, deleting a federated ReplicaSet will not delete the -corresponding ReplicaSets from underlying clusters. -You must delete the underlying ReplicaSets manually. -We intend to fix this in the future. +{{< note >}} +**Note:** At this point, deleting a federated ReplicaSet will not delete the corresponding ReplicaSets from underlying clusters. You must delete the underlying ReplicaSets manually. We intend to fix this in the future. +{{< /note >}} {{% /capture %}}