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
Describe the bug
Reloader operator produces dozens of logs per second warning about DeploymentConfigs (DC) being deprecated after OpenShift 4.14:
...
W1031 08:20:26.998706 1 warnings.go:70] apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
W1031 08:20:27.157885 1 warnings.go:70] apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
W1031 08:20:27.299301 1 warnings.go:70] apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
...
To Reproduce
Install on OpenShift 4.14/4.15
Leave reloader.isOpenshift to it's default false, haven't tried setting it to true but we don't use DC's
Expected behavior
No messages about DC's
Screenshots
Log message should say enough
Environment
Operator Version: v1.1.0
Kubernetes/OpenShift Version: Both on 4.14 and 4.15
Additional context
This looks to be coming from the K8S api, it's shown regularly when using it, e.g.:
$ oc status
Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+
Describe the bug
Reloader operator produces dozens of logs per second warning about
DeploymentConfig
s (DC) being deprecated after OpenShift 4.14:To Reproduce
reloader.isOpenshift
to it's defaultfalse
, haven't tried setting it totrue
but we don't use DC'sExpected behavior
No messages about DC's
Screenshots
Log message should say enough
Environment
v1.1.0
Additional context
The text was updated successfully, but these errors were encountered: