Added Note Formatting (#9986)

Added note tags to the text.
This commit is contained in:
JuleeB1
2018-08-21 12:52:58 -05:00
committed by k8s-ci-robot
parent 2919058ac8
commit b28981e7ab
@@ -122,10 +122,10 @@ in the previous section.
You can delete a federated HPA as you would delete a Kubernetes
HPA; however, for a federated HPA, you must send the request to
the federation API server instead of sending it to a specific Kubernetes cluster.
It should also be noted that for the federated resource to be deleted from
all underlying clusters, [cascading deletion](/docs/concepts/cluster-administration/federation/#cascading-deletion)
should be used.
the federation API server instead of to a specific Kubernetes cluster.
{{< note >}}
**Note:** For the federated resource to be deleted from all underlying clusters, [cascading deletion](/docs/concepts/cluster-administration/federation/#cascading-deletion) should be used.
{{< /note >}}
For example, you can do that using `kubectl` by running: