Improve admin docs syntax highlighting.

This commit is contained in:
Alex Robinson
2015-07-19 05:43:48 +00:00
parent 91923b51c8
commit 3364a32dc6
10 changed files with 30 additions and 28 deletions

View File

@@ -209,7 +209,7 @@ node, but will not affect any existing pods on the node. This is useful as a
preparatory step before a node reboot, etc. For example, to mark a node
unschedulable, run this command:
```
```sh
kubectl replace nodes 10.1.2.3 --patch='{"apiVersion": "v1", "unschedulable": true}'
```
@@ -228,7 +228,7 @@ processes not in containers.
If you want to explicitly reserve resources for non-Pod processes, you can create a placeholder
pod. Use the following template:
```
```yaml
apiVersion: v1
kind: Pod
metadata: