Skip to content

Commit f3d82cf

Browse files
author
Rajesh Deshpande
authored
Removing junk chars
Removing junk chars
1 parent dfb8d40 commit f3d82cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ If you haven't created the DaemonSet in the system, check your DaemonSet
7575
manifest with the following command instead:
7676

7777
```shell
78-
<<<<<<< HEAD
7978
kubectl apply -f https://k8s.io/examples/controllers/fluentd-daemonset.yaml --dry-run=client -o go-template='{{.spec.updateStrategy.type}}{{"\n"}}'
80-
=======
81-
kubectl apply -f https://k8s.io/examples/controllers/fluentd-daemonset.yaml --dry-run -o go-template='{{.spec.updateStrategy.type}}{{"\n"}}'
82-
>>>>>>> Adding example for DaemonSet Rolling Update task
8379
```
8480

8581
The output from both commands should be:

0 commit comments

Comments
 (0)