mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Add node_selector example to full cluster.yml
Fairly common to want to reduce the ingress controller deployments to a subset of nodes. Helpful to find this in the 'full' example.
This commit is contained in:
@@ -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: |-
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user