-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reloader keeps logging warnings about DeploymentConfig
s
#779
Comments
We will attempt to reproduce it on Kind cluster to verify it's an OpenShift specific issue |
Yes @karl-johan-grahn this is OpenShift specific issue; as DC is OpenShift concept and NOT a Kubernetes concept; and DCs are going away soon. |
@Stef16Robbe code is particularly checking for an API resource to exist to determine if its OCP or not, that causes this issue https://github.com/stakater/Reloader/blob/master/pkg/kube/client.go#L71 |
@MuneebAijaz That makes sense. Do you have a fix in mind? 😄 |
This deprecation warning is literally spamming in our logs 24/7 and sometimes even cause CPU throttling on the reloader pod |
Same issue has been seen in OCP 4.16 as well.
|
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: