-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[release-1.25] Simultaneously started K3s servers may race to create CA certificates when using external SQL #7223
Comments
I tried really hard to reproduce this with five server nodes - I know we managed to trigger it with nine server nodes when Shy and I were working together on it. I could not reproduce it functionally nor getting the same error via the logs with a postgres database. ##Environment Details Infrastructure
Node(s) CPU architecture, OS, and version:
Cluster Configuration:
Config.yaml:
YOUR_REPRODUCED_RESULTS_HERE
Results: Not able to reproduce with five servers simultaneously on a small postgres server running on Ubuntu 22.04 t2.micro In case you end up wanting some visible steps to follow for wiping out the database from postgres postgres=# \c kubernetes
kubernetes=# TRUNCATE kine;
kubernetes=# DELETE FROM kine;
|
The text was updated successfully, but these errors were encountered: