From 2a074578d9dc926881dcfe620203557c4cdc331e Mon Sep 17 00:00:00 2001 From: Stewart-YU <30410021+stewart-yu@users.noreply.github.com> Date: Tue, 8 Aug 2017 11:35:20 +0800 Subject: [PATCH] Update daemonset.md Spelling mistakes: DeamonSet, using DaemonSet --- docs/concepts/workloads/controllers/daemonset.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/workloads/controllers/daemonset.md b/docs/concepts/workloads/controllers/daemonset.md index 812cd0b7bd..57b67447ae 100644 --- a/docs/concepts/workloads/controllers/daemonset.md +++ b/docs/concepts/workloads/controllers/daemonset.md @@ -26,13 +26,13 @@ different flags and/or different memory and cpu requests for different hardware ## Writing a DaemonSet Spec -### Create a DeamonSet +### Create a DaemonSet -You can describe a DeamonSet in a YAML file. For example, the deamonset.yaml file below describes a DeamonSet that runs the fluentd-elasticsearch Docker image: +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: {% include code.html language="yaml" file="deamonset.yaml" ghlink="/docs/concepts/workloads/controllers/deamonset.yaml" %} -* Create a DeamonSet based on the YAML file: +* Create a DaemonSet based on the YAML file: ``` kubectl create -f deamonset.yaml ```