Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@ To update an existing installation of Calico Enterprise 3.21, see [Install a pat

May 13, 2026

:::note[Upgrading from Calico Enterprise 3.20 or earlier]

Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in this release — upgrade directly to 3.21.7 or later to avoid it.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be the upcoming v3.21.8?


:::

#### Enhancements

* Display the `Degraded` condition's message when running `kubectl get tigerastatus`, making it easier to see error details at a glance without needing to describe the resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@ Use v3.22.4 instead, which includes a fix for this issue.

:::

:::note[Upgrading from Calico Enterprise 3.20 or earlier]

Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in this release — upgrade directly to 3.22.3 or later to avoid it.

:::

#### Enhancements

* Display the `Degraded` condition's message when running `kubectl get tigerastatus`, making it easier to see error details at a glance without needing to describe the resource.
Expand Down
Loading