[release-v1.14] Recreate manager, compliance, and ES+KB pub certs if DNS names change…#1103
Merged
Conversation
…tigera#1092) Ensure that manager, compliance, and ES/KB certs have the right DNS names. If the cert is managed by the operator, the cert is recreated. If the cert is supplied by the user, the component is degraded until an updated cert is applied. The public ES and KB certs managed by ECK operator are also checked and deleted if invalid so they can be regenerated. - As a part of this PR, cert creation for manager and compliance was moved out of the render pkg and into the controllers themselves.
Brian-McM
added a commit
to Brian-McM/operator
that referenced
this pull request
Jul 13, 2026
Cloud-only changes that landed on operator-cloud after the initial un-fork snapshot (or were missed by it), all behind the runtime Cloud gate so enterprise/OSS behavior is unchanged: - TSLA-11182: disable ui-apis Kibana login for all Calico Cloud (not just multi-tenant) via a cloud-gated decorateCloudUIAPIsContainer decorator. - TSLA-11580 (tigera#1111): run cloud kube-controllers from the tesla-tagged calico image (components.CalicoCloudImage); gated on Config.Cloud, plumbed into both the calico- and es-kube-controllers render configs. - TSLA-11553 (tigera#1103): pin the policy-activity index base name only for single-tenant external-ES (Tenant.SingleTenant()), not all tenants. - TSLA-11547: point enterprise images at the cloud registry in the build-hashrelease ArgoCI template so hashrelease images resolve. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Pick of #1092
For PR author
make gen-filesmake gen-versionsFor PR reviewers
A note for code reviewers - all pull requests must have the following:
kind/bugif this is a bugfix.kind/enhancementif this is a a new feature.enterpriseif this PR applies to Calico Enterprise only.