Reduce heading levels by 1.
This commit is contained in:
@@ -15,7 +15,7 @@ Kubernetes cluster.
|
||||
|
||||
{% capture steps %}
|
||||
|
||||
### Adding a label to a node
|
||||
## Adding a label to a node
|
||||
|
||||
1. List the nodes in your cluster:
|
||||
|
||||
@@ -49,7 +49,7 @@ Kubernetes cluster.
|
||||
In the preceding output, you can see that the `worker0` node has a
|
||||
`disktype=ssd` label.
|
||||
|
||||
### Creating a pod that gets scheduled to your chosen node
|
||||
## Creating a pod that gets scheduled to your chosen node
|
||||
|
||||
This pod configuration file describes a pod that has a node selector,
|
||||
`disktype: ssd`. This means that the pod will get scheduled on a node that has
|
||||
|
||||
Reference in New Issue
Block a user