Added Note Formatting (#9989)

Added note tags to the text
pull/10021/head
JuleeB1 2018-08-21 13:21:37 -05:00 committed by k8s-ci-robot
parent acf6aab1f6
commit 21aba02a76
1 changed files with 3 additions and 4 deletions

View File

@ -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 %}}