generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Apply CRDs fails silently when log level is above DEBUG #981
Comments
metacosm
added a commit
that referenced
this issue
Oct 29, 2024
Fixes #981 Signed-off-by: Chris Laprun <[email protected]>
metacosm
added a commit
that referenced
this issue
Oct 29, 2024
Fixes #981 Signed-off-by: Chris Laprun <[email protected]>
metacosm
added a commit
that referenced
this issue
Oct 29, 2024
Fixes #981 Signed-off-by: Chris Laprun <[email protected]>
metacosm
added a commit
that referenced
this issue
Oct 30, 2024
Fixes #981 Signed-off-by: Chris Laprun <[email protected]>
metacosm
added a commit
that referenced
this issue
Oct 30, 2024
Fixes #981 Signed-off-by: Chris Laprun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When applying an invalid CRD (e.g. a bad CEL expression), the SDK fails silently without any logging of the failure unless DEBUG is enabled for
CRDUtils
. It would be helpful to log the exception message as a warning when the apply fails.quarkus-operator-sdk/core/runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/CRDUtils.java
Line 34 in ab88f33
The text was updated successfully, but these errors were encountered: