This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
Server rejected event errors when leader election is enabled #11
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
When the leader election is enabled:
(NOTE: I specify the original rest config so it doesn't use the VirtualWorkspace URL, otherwise, it would fail because the client used in leader election doesn't use the right round tripper.)
then the leader election code tries to create an event in the VirtualWorkspace URL, but it fails because it's using a wrong path (does not contain the expected /clusters/* section)
Instead of using the VirtualWorkspace URL, it should use the URL of the actual workspace that was provided as part of
LeaderElectionConfig
The text was updated successfully, but these errors were encountered: