Clean up extra Note text (#11805)

pull/11827/head
Karen Bradshaw 2018-12-19 21:17:40 -05:00 committed by Kubernetes Prow Robot
parent 18e2376fcc
commit 8378cab0eb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Run `kubectl diff` to print the object that will be created:
kubectl diff -f https://k8s.io/examples/application/simple_deployment.yaml
```
{{< note >}}
**Note:** `diff` uses [server-side dry-run](/docs/reference/using-api/api-concepts/#dry-run), which needs to be enabled on `kube-apiserver`.
`diff` uses [server-side dry-run](/docs/reference/using-api/api-concepts/#dry-run), which needs to be enabled on `kube-apiserver`.
{{< /note >}}
Create the object using `kubectl apply`: