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
I'm preparing to do some deferred upgrades, from a cluster running openshift 4.8.x / kubernetes 1.21 and argo operator 0.3.0 to newer versions. Been getting warnings about ingresses.v1beta1.extensions. I know this is a known issue, as per #8121 . Was wondering if it's possible to do a resourceExclusions at the operator level (AKA resource.exclusions at the configmap level) to prevent this. But I don't seem to be having much success. Syntax I'm using below.
Am I messing this up? Or do I need to be running a newer version? Or does this feature not help to prevent the above?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm preparing to do some deferred upgrades, from a cluster running openshift 4.8.x / kubernetes 1.21 and argo operator 0.3.0 to newer versions. Been getting warnings about ingresses.v1beta1.extensions. I know this is a known issue, as per #8121 . Was wondering if it's possible to do a resourceExclusions at the operator level (AKA resource.exclusions at the configmap level) to prevent this. But I don't seem to be having much success. Syntax I'm using below.
Am I messing this up? Or do I need to be running a newer version? Or does this feature not help to prevent the above?
Beta Was this translation helpful? Give feedback.
All reactions