We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the problem
E0719 10:10:09.840262 1 leaderelection.go:325] error retrieving resource lock default/2175edb9.radondb.com: Get "https://10.233.0.1:443/api/v1/namespaces/default/configmaps/2175edb9.radondb.com": context deadline exceeded I0719 10:10:09.840490 1 leaderelection.go:278] failed to renew lease default/2175edb9.radondb.com: timed out waiting for the condition 2022-07-19T10:10:09.840+0800 ERROR setup problem running manager {"error": "leader election lost"} main.main /workspace/cmd/manager/main.go:150 runtime.main /usr/local/go/src/runtime/proc.go:225
To Reproduce
LeaseDurationand and renewdeadlines should be able to configured
LeaseDurationand
renewdeadlines
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered:
feat(chart): add leaderElection.leaseDuration and leaderElection.rene…
9b0a142
…wDeadline fix: radondb#606
79b7642
a3a25f1
runkecheng
Successfully merging a pull request may close this issue.
Describe the problem
To Reproduce
LeaseDurationand
andrenewdeadlines
should be able to configuredExpected behavior
Environment:
The text was updated successfully, but these errors were encountered: