Skip to content

Commit 98a52cd

Browse files
authored
Merge pull request #29080 from able8/fix-an-empty-prerequisites
Fix an empty prerequisites section in update-daemon-set.md
2 parents 77cca23 + 72af5fd commit 98a52cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tasks/manage-daemon/update-daemon-set.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This page shows how to perform a rolling update on a DaemonSet.
1111

1212
## {{% heading "prerequisites" %}}
1313

14+
{{< include "task-tutorial-prereqs.md" >}}
15+
1416
<!-- steps -->
1517

1618
## DaemonSet Update Strategy
@@ -189,4 +191,3 @@ kubectl delete ds fluentd-elasticsearch -n kube-system
189191

190192
* See [Performing a rollback on a DaemonSet](/docs/tasks/manage-daemon/rollback-daemon-set/)
191193
* See [Creating a DaemonSet to adopt existing DaemonSet pods](/docs/concepts/workloads/controllers/daemonset/)
192-

0 commit comments

Comments
 (0)