Skip to content

Rename allow-tigera Tier to calico-system#4438

Open
radixo wants to merge 2 commits intotigera:masterfrom
radixo:rename-allow-tigera
Open

Rename allow-tigera Tier to calico-system#4438
radixo wants to merge 2 commits intotigera:masterfrom
radixo:rename-allow-tigera

Conversation

@radixo
Copy link
Contributor

@radixo radixo commented Feb 13, 2026

Description

This PR renames allow-tigera Tier to calico-system with the purpose to enable this Tier on Calico OSS.
All the files were changed only applying regex replaces on a few allow-tigera patterns.
Specially for the tigera-operator a cleanup routine was appended to tier's controller and render.

Release Note

The Tier allow-tigera has been renamed to calico-system.

If your Calico installation does not use the Tigera Operator, or if you have created custom Network Policies within this Tier, you must manually update your resources to reference the new Tier name.

Please review and adjust any affected policies to ensure continued correct behavior.

For PR author

  • Tests for change.
  • If changing pkg/apis/, run make gen-files
  • If changing versions, run make gen-versions

For PR reviewers

A note for code reviewers - all pull requests must have the following:

  • Milestone set according to targeted release.
  • Appropriate labels:
    • kind/bug if this is a bugfix.
    • kind/enhancement if this is a a new feature.
    • enterprise if this PR applies to Calico Enterprise only.

The change was made by only replacing the following patterns in all
files:
- s/\ballow-tigera\b/calico-system/g
- s/allowTigera/calicoSystem/g
- s/AllowTigera/CalicoSystem/g
tiers_controller implementation to send to tiers render the objects
needed to clean up the allow-tigera deprecated tier.
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.

2 participants