Skip to content

Move the log storage and Istio waypoint controllers into pkg/enterprise - #5278

Open
caseydavenport wants to merge 6 commits into
tigera:masterfrom
caseydavenport:casey-enterprise-controllers-5
Open

Move the log storage and Istio waypoint controllers into pkg/enterprise#5278
caseydavenport wants to merge 6 commits into
tigera:masterfrom
caseydavenport:casey-enterprise-controllers-5

Conversation

@caseydavenport

@caseydavenport caseydavenport commented Aug 29, 2026

Copy link
Copy Markdown
Member

Description

Fifth batch for CORE-13484, and the last of the controllers. The log storage sub-controllers and the Istio waypoint controller move under the Enterprise tree, leaving nothing in the core manager setup that only one variant runs.

  • Log storage registers as one entry that adds its eleven sub-controllers in order, which is what the deleted wrapper did.
  • The waypoint controller registers on its own. The Istio controller was starting it directly, which is the last place core named a controller only one variant runs.
  • The registration list moves out of the top-level Enterprise package into the controller package. Left where it was, any controller it names could no longer build a test that reaches for the Enterprise extensions.
  • Dashboards keeps its multi-tenant check. The rest of the variant checks go, since registration is the gate.

Stacked on #5277. Review the last commit.

Related: CORE-13484

Release Note

None

A variant contributes its own controllers through the controller list on the
controller options, which the manager setup iterates instead of naming them.
The Enterprise tree mirrors the core tree it came from, keeping controllers
apart from the extension packages that share the directory.
Application layer, egress gateway, packet capture and OpenTelemetry collector,
with the application layer and egress gateway render packages.
…nterprise

The Typha and node TLS helpers move to the shared controller utilities, which
is what lets the intrusion detection controller stop importing the installation
controller.
Manager, non-cluster host, authentication and policy recommendation.
The log storage sub-controllers register as one entry, and the Istio waypoint
controller registers on its own rather than being started by the Istio
controller. The registration list moves out of pkg/enterprise so the controllers
it names can keep importing that package from their tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants