Skip to content

Commit 9895433

Browse files
authored
Merge pull request #104 from hrl/patch-1
Fix a typo in the daemon-set README
2 parents a9a0712 + aba498b commit 9895433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/daemon-set/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Optionally, you can choose to run the controller pods on only select nodes. To a
2424

2525
1. Uncomment the **nodeSelector** related lines (11-12) in the corresponding daemon set yaml file and specify a label to use to select nodes (`role=nginx-ingress` in this example).
2626

27-
1. Deploy the controller. The pods are scheduled only on w*node-1* and *node-2*.
27+
1. Deploy the controller. The pods are scheduled only on *node-1* and *node-2*.

0 commit comments

Comments
 (0)