Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This document was missing the `data.buckets` configurable parameter for the leader election. Remove references to `data.resourceLock` for HA config While enhancing the HA document, we realized that the `resourceLock`` field is not configurable in the Knative side, but rather hardcoded. You can see in https://github.com/knative/pkg/blob/master/leaderelection/config.go#L74-L87 , where the Config object is defined, that this field is not included. Also, the value for it seems to be hardcoded to "leases", as seen in https://github.com/knative/pkg/blob/master/leaderelection/config.go#L38 Signed-off-by: Zoe <[email protected]>
- Loading branch information