-
Notifications
You must be signed in to change notification settings - Fork 187
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
Intermittent issue kubernetes admission percona-xtradbcluster-webhook #1561
Comments
Hello @juliano-secondo - it is interesting, but also hard to debug intermittent issues. I assume you use cluster wide deployment. Anything else that would help us to reproduce the problem? |
I have some clusters running it and all of them that I didn't delete the admission I have this intermittent issue. I'm using fluxcd to deploy pxc db cluster by kustomize code, it runs every 10 minutes and time by time I got the error I sent here. I didn't find any way to reproduce it, I'm openning for any idea to reproduce it. |
@juliano-secondo please share more. Versions, custom resource yamls, how many clusters you have, etc. |
I have 6 clusters all of them using pxc-operator:1.12.1, but I already created a new cluster just for debug this issue and I already tried with latest v1.13.3 and I got the same. Using custom resource: |
Thanks! Can you please also share cr.yaml manifest (as you shared the link to custom resource definition) - it is not the database cluster. |
this one you mean?
|
Remove limits.cpu : 200m , this is too small. I strongly advise to not set limit for "go" program ^^ |
I'm experiencing an intermittent issue where at times I encounter the error described below, while at other times, everything functions normally.
https://percona-xtradb-cluster-operator.percona.svc:443/validate-percona-xtradbcluster?timeout=10s:](https://percona-xtradb-cluster-operator.percona.svc/validate-percona-xtradbcluster?timeout=10s:) tls: failed to verify certificate: x509: certificate signed by unknown
if I remove the kubernetes admission: percona-xtradbcluster-webhook this error never happens again
The text was updated successfully, but these errors were encountered: