Skip to content

Instantly share code, notes, and snippets.

@flrichar
Created March 25, 2025 13:47
Show Gist options
  • Save flrichar/69dc98ba6d683b63fb9ce65c4a31a257 to your computer and use it in GitHub Desktop.
Save flrichar/69dc98ba6d683b63fb9ce65c4a31a257 to your computer and use it in GitHub Desktop.
Ingress Nightmare Mitigation
---
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
@flrichar
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment