-
Notifications
You must be signed in to change notification settings - Fork 6
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
kube-oidc-proxy-orchestra pod died because the TLS secret is missing #73
Comments
The
The first command is so there's a clean set of logs for the operator in case the |
@mlbiam Also the command generates error: $ kubectl patch openunison orchestra -p '{"spec": {"template":{"metadata":{"annotations":{"force-update":"now"}}}} }'
Error from server (UnsupportedMediaType): the body of the request was in an unknown format - accepted media types include: application/json-patch+json, application/merge-patch+json, application/apply-patch+yaml |
@mlbiam I changed the |
sorry, i copied&pasted too quick |
How can we make sure that this won't happen again? |
There's a known issue with the older versions of the cert-checker job that we fixed, so making sure you're on the latest charts is important. We're also simplifying the operator (and making it much smaller) to minimize issues like this happening in the future. |
I am unsure if I remember correctly what is creating that secret, but I definitely don't understand how that secret got deleted or never existed.
The text was updated successfully, but these errors were encountered: