Add logging message for disabled snippets during upgrades. #10901
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Add an error or warning in creating an ingress object when
controller.allowSnippetAnnotations: false
and the ingress object contains snippets.When upgrading ingress, the admission controller is already run for objects deployed, so the admission controller can not check for snippets again. Logs in the controller should warn users about older objects with snippets enabled and
controller.allowSnippetAnnotations: false
/kind bugfix
The text was updated successfully, but these errors were encountered: