Add admonition type to shortcode (#9482)

* Change existing admon blocks

* Fix includes issue
This commit is contained in:
Luc Perkins
2018-11-06 11:33:04 -08:00
committed by k8s-ci-robot
parent e839031292
commit d65e1790ff
192 changed files with 673 additions and 543 deletions
@@ -76,8 +76,7 @@ Setting this aspect may set different fields for different object types:
- `set` <field>: Set an aspect of an object.
{{< note >}}
**Note**: In Kubernetes version 1.5, not every verb-driven command has an
associated aspect-driven command.
In Kubernetes version 1.5, not every verb-driven command has an associated aspect-driven command.
{{< /note >}}
The `kubectl` tool supports these additional ways to update a live object directly,
@@ -95,7 +94,7 @@ You can use the `delete` command to delete an object from a cluster:
- `delete <type>/<name>`
{{< note >}}
**Note**: You can use `kubectl delete` for both imperative commands and imperative object
You can use `kubectl delete` for both imperative commands and imperative object
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: