Skip to content

How to treat OCI runtime create failed as a transient error #12769

Closed Answered by agilgur5
panicboat asked this question in Q&A
Discussion options

You must be logged in to vote

Per the docs, TRANSIENT_ERROR_PATTERN takes a regex, not a plain string. Your opening and closing parentheses also do not match the error.

You could use .*OCI runtime create failed.*

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@panicboat
Comment options

Answer selected by panicboat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/controller Controller issues, panics type/support User support issue - likely not a bug
2 participants