-
Notifications
You must be signed in to change notification settings - Fork 7
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
Silent error message if clowdenvironment does not exist, pre-push, requeue true #186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please read the comments on this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor ones
controllers/cloud.redhat.com/namespacereservation_controller.go
Outdated
Show resolved
Hide resolved
controllers/cloud.redhat.com/namespacereservation_controller.go
Outdated
Show resolved
Hide resolved
8085258
to
b1bbb9c
Compare
/retest |
1 similar comment
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I think these changes make the logs more clear and the behavior more logical!
I don't see what it's hung up on and Adam looked it all over. I already handled the changes reqested so I'm going to have this dismissed.
There are error messages in the logs that state that a clowdenvironement does not exist. This is occurring during a time when the corresponding namespace is already gone. When this namespace is removed, the clowdenvironment is also cleaned up.
Also did a pre-push and added some
requeue: true
.