-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Description
When snippets are disabled by allow-snippet-annotations: false
, ingress-nginx should emit an event message for ingresses which include a configuration snippet annotation.
Perhaps something like $ingress created but ignoring configuration-snippet annotation; snippet-by-annotation is disabled
Currently, with allow-snippet-annotations: false
, ingress-nginx creates the requested ingress resource but silently ignores any -snippet
annotation creating confusion for end-users.
This is related to the fix for Issue kubernetes/kubernetes#126811 introduced in PRs #7666 and #7670
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.