-
Notifications
You must be signed in to change notification settings - Fork 182
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
Mariadb templates Probe Warning #275
Comments
Thanks for the info @strangiato They way to fix it per our process is to change the files in https://github.com/sclorg/mariadb-container, working with the maintainers of the SCL mariadb code, and then this repository's background import job will pull those changes in. Are you willing to open the issue at https://github.com/sclorg/mariadb-container or do you need me to be a proxy for this? |
@gabemontero I can open up an issue over there. Thanks for he heads up on the correct location to get the fix. I got started on the PR before I saw this so feel free to close out the PR. |
that is what I figured @strangiato no worries feel free to create a PR in https://github.com/sclorg/mariadb-container as well if you like |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/close |
@coreydaley: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The following Maria DB Templates have an incorrectly configured liveness/readiness probe:
./official/mariadb/templates/mariadb-ephemeral.json
./official/mariadb/templates/mariadb-persistent.json
When the probes are executed the following warning is logged in the pod:
The probe is missing a
;
before themysqladmin
command:The text was updated successfully, but these errors were encountered: