You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As IC still supports ingressClass in annotations, it's not possible to define a watch selector.
As it got deprecated since k8s 1.18, the plan is to add a deprecation warning in IC logs in the current versions and remove totally this support in the next versions, allowing to define a watch selector.
Hi @hdurand0710,
ok that makes sense of course. But in that case I argue that the warning log message should be suppressed. The ObjectBucketClaim secrets are not related to any Ingress resource.
After upgrading the IC from 1.11 to 3.0 we suddenly got this warning two times:
In both cases it was a secret generated for a ObjectBucketClaim resource. It is apparent that this is not intended.
Theory: Both secrets have an owner reference like this:
Could it be that the IC watches an overly broad selector which checks for
ownerReferences[*].controller==true
or similar?The text was updated successfully, but these errors were encountered: