Move Enterprise istio rendering behind the extensions boundary - #5232
Open
caseydavenport wants to merge 1 commit into
Open
Move Enterprise istio rendering behind the extensions boundary#5232caseydavenport wants to merge 1 commit into
caseydavenport wants to merge 1 commit into
Conversation
caseydavenport
force-pushed
the
casey-istio-render
branch
from
August 21, 2026 16:05
b56ff90 to
35ce001
Compare
The base istio render produces the same objects for both variants. The Enterprise extension supplies the tigera istio images and the waypoint L7 logging resources, which move into pkg/enterprise/istio alongside it.
caseydavenport
force-pushed
the
casey-istio-render
branch
from
August 21, 2026 16:32
35ce001 to
62113d2
Compare
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.
Description
Another variant-gating split. The istio render no longer branches on variant, and the Enterprise extension layers on what only Enterprise installs get:
When waypoint logging is turned off, those five objects are queued for deletion in the order that keeps the RBAC grant alive until the EnvoyFilters are gone. That was already the behavior; it moves into the extension with the rest.
The EnvoyFilter shim types stay in the render package, since the operator registers them in the scheme for the controller-runtime cache.
No behavior change for either variant. Test coverage for the Enterprise pieces moved into the new package alongside the code.
Related: CORE-13396
Release Note