Fix #9805 - Correct tags to avoid HTML encoding issue (#12523)

This commit is contained in:
Damini Satya
2019-02-13 17:06:11 +05:30
committed by Kubernetes Prow Robot
parent e0bc7049cb
commit 63e57d102e
3 changed files with 4 additions and 9 deletions
@@ -73,7 +73,7 @@ that must be set:
The `kubectl` command also supports update commands driven by an aspect of the object.
Setting this aspect may set different fields for different object types:
- `set` <field>: Set an aspect of an object.
- `set` `<field>`: Set an aspect of an object.
{{< note >}}
In Kubernetes version 1.5, not every verb-driven command has an associated aspect-driven command.
@@ -160,5 +160,3 @@ kubectl create --edit -f /tmp/srv.yaml
- [Kubectl Command Reference](/docs/reference/generated/kubectl/kubectl/)
- [Kubernetes API Reference](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/)
{{% /capture %}}