Replies: 2 comments 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
What about we make it configurable using an ENV var? Also, now that we have For security reasons, we try our best not to make K8s API calls. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are having issues with the Fence file blocking for too long after an abrupt pod failure. 5 minutes will fill up any buffers we can have multiple times over.
I think it should be possible to lower the time quite alot in some different ways, but im open for suggestions.
Im leaning towards the first option here, since it feels easiest. Although i think the Kubernetes Leases is the more correct option.
Options
Heartbeat timestamp in fence file
Kubernetes Lease objects
Configurable timeout
Add pod identity to the file
Id be happy to implement any of them if it is something that is wanted.
Beta Was this translation helpful? Give feedback.
All reactions