From d7208a7d86b148676c12d49c7fe6ba8bbe9904c3 Mon Sep 17 00:00:00 2001 From: Shen Yuanyu Date: Mon, 9 Apr 2018 21:44:08 +0800 Subject: [PATCH] note style adjust (#8022) --- .../overview/object-management-kubectl/imperative-command.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts/overview/object-management-kubectl/imperative-command.md b/docs/concepts/overview/object-management-kubectl/imperative-command.md index 24cc97fc9f..5d4222437b 100644 --- a/docs/concepts/overview/object-management-kubectl/imperative-command.md +++ b/docs/concepts/overview/object-management-kubectl/imperative-command.md @@ -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