Skip to content

Commit

Permalink
Merge pull request #104 from hrl/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the daemon-set README
  • Loading branch information
pleshakov authored Dec 26, 2016
2 parents a9a0712 + aba498b commit 9895433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/daemon-set/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Optionally, you can choose to run the controller pods on only select nodes. To a

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).

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

0 comments on commit 9895433

Please sign in to comment.