note style adjust (#8022)

This commit is contained in:
Shen Yuanyu
2018-04-09 21:44:08 +08:00
committed by k8s-ci-robot
parent 3fbcbc3f54
commit c540fad682
@@ -94,6 +94,7 @@ You can use the `delete` command to delete an object from a cluster:
configuration. The difference is in the arguments passed to the command. To use
`kubectl delete` as an imperative command, pass the object to be deleted as
an argument. Here's an example that passes a Deployment object named nginx:
{: .note}
```shell
kubectl delete deployment/nginx