fix(build): include cluster-provided load balancer extension - #5
Open
lhlxc wants to merge 1 commit into
Open
Conversation
Signed-off-by: LHL <linhailisc@163.com>
lhlxc
force-pushed
the
agent/include-cluster-provided-lb
branch
from
July 21, 2026 08:48
4d67776 to
13b68ad
Compare
lhlxc
marked this pull request as ready for review
July 21, 2026 09:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Adds
envoy.load_balancing_policies.cluster_providedto the curated Envoy extension build configuration.Envoy 1.28 and later convert the legacy
lb_policy: CLUSTER_PROVIDEDconfiguration into a typed load-balancer policy and look upenvoy.load_balancing_policies.cluster_providedthrough the extension registry. The Higress Proxy allowlist did not include that factory after the Envoy 1.36 migration, so affected gateway configurations failed during startup with:Linking the existing Envoy extension restores
CLUSTER_PROVIDEDfor Redis custom clusters and other cluster-provided load-balancer users.Which issue this PR fixes: N/A
Special notes for your reviewer:
Validation performed:
git diff --check//source/extensions/load_balancing_policies/cluster_provided:configA local full
//:envoylink was not completed: the repository's container build requires mounting the Docker socket, and local Bazel dependency resolution did not complete in this environment. The upstream CI build should provide the complete link validation.