Skip to content

Commit

Permalink
Add node_selector example to full cluster.yml
Browse files Browse the repository at this point in the history
Fairly common to want to reduce the ingress controller deployments to a subset of nodes.
Helpful to find this in the 'full' example.
  • Loading branch information
skyscooby authored and Denise committed Oct 8, 2019
1 parent c57a3c7 commit 8556884
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/rke/latest/en/example-yamls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,12 @@ dns:

# Currently only nginx ingress provider is supported.
# To disable ingress controller, set `provider: none`

# `node_selector` controls ingress placement and is optional
ingress:
provider: nginx

node_selector:
app: ingress

# All add-on manifests MUST specify a namespace
addons: |-
---
Expand Down

0 comments on commit 8556884

Please sign in to comment.