Created
March 25, 2025 13:47
-
-
Save flrichar/69dc98ba6d683b63fb9ce65c4a31a257 to your computer and use it in GitHub Desktop.
Ingress Nightmare Mitigation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: helm.cattle.io/v1 | |
kind: HelmChartConfig | |
metadata: | |
name: rke2-ingress-nginx | |
namespace: kube-system | |
spec: | |
valuesContent: |- | |
controller: | |
admissionWebhooks: | |
enabled: false | |
### this mitigates unpatched nginx-ingress controllers by | |
### disabling the AdmissionWebhook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would not put this in production yet, test it thoroughly first, not having an admission controller is not as bad as 9.8 CVEs, each situation is unique.