RKE1/RKE2 Nginx Ingress Controller 自定义配置

RKE1 通过 cluster.yaml 中配置,RKE2 通过 HelmChartConfig 配置。

RKE1

参考:https://rke.docs.rancher.com/config-options/add-ons/ingress-controllers#configuring-nginx-ingress-controller

1
2
3
4
ingress:
provider: nginx
options:
allow-snippet-annotations: "true"

RKE2

参考:https://github.com/rancher/rke2-charts/tree/main/charts/rke2-ingress-nginx/rke2-ingress-nginx

1
2
3
4
5
6
7
8
9
10
11
cat <<EOF | kubectl apply -f -
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: rke2-ingress-nginx
namespace: kube-system
spec:
valuesContent: |-
controller:
allowSnippetAnnotations: "true"
EOF
Author

Warner Chen

Posted on

2025-03-17

Updated on

2025-03-17

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Comments

You forgot to set the shortname for Disqus. Please set it in _config.yml.