fix misspelling of daemonset (#5013)
This commit is contained in:
@@ -28,13 +28,13 @@ different flags and/or different memory and cpu requests for different hardware
|
|||||||
|
|
||||||
### Create a DaemonSet
|
### Create a DaemonSet
|
||||||
|
|
||||||
You can describe a DaemonSet in a YAML file. For example, the deamonset.yaml file below describes a DaemonSet that runs the fluentd-elasticsearch Docker image:
|
You can describe a DaemonSet in a YAML file. For example, the daemonset.yaml file below describes a DaemonSet that runs the fluentd-elasticsearch Docker image:
|
||||||
|
|
||||||
{% include code.html language="yaml" file="deamonset.yaml" ghlink="/docs/concepts/workloads/controllers/deamonset.yaml" %}
|
{% include code.html language="yaml" file="daemonset.yaml" ghlink="/docs/concepts/workloads/controllers/daemonset.yaml" %}
|
||||||
|
|
||||||
* Create a DaemonSet based on the YAML file:
|
* Create a DaemonSet based on the YAML file:
|
||||||
```
|
```
|
||||||
kubectl create -f deamonset.yaml
|
kubectl create -f daemonset.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Required Fields
|
### Required Fields
|
||||||
|
|||||||
Reference in New Issue
Block a user