Skip to content

Commit

Permalink
Merge branch 'master' into react-context
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing authored Jan 16, 2025
2 parents a46e333 + 9588734 commit 3fc58cf
Showing 1 changed file with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ tags: ["clusters", "cluster management"]
---

Palette supports the **Pause Agent Upgrades** feature to exclude a cluster or a group of clusters from having their
Palette agent automatically upgraded when Palette is upgraded.

:::info

This feature only pauses upgrades for Palette agents, not updates to the clusters themselves.

:::
Palette agent automatically upgraded when Palette is upgraded. This feature only pauses upgrades for Palette agents, not
updates to the clusters themselves.

## Pause Agent Upgrade Scopes

Expand Down Expand Up @@ -83,6 +78,20 @@ lower scopes, and changing the setting at the lower scope will override the sett
| PCG ||||
| Idle Edge hosts ||||

## Limitations

- Do not pause platform upgrades for clusters if _all_ of the following conditions apply:

- Your cluster is an Edge cluster.
- Your Palette/VerteX instance is on version 4.5.x or later.
- Your agent version is older than 4.5.0.
- Your Edge cluster has the
[local Harbor registry](../../edge/site-deployment/deploy-custom-registries/local-registry.md) enabled.

Using an agent version older than 4.5.0 with Palette/VerteX versions 4.5.x or later may lead to image download issues,
issues with pushing images to the local registry, and cluster deployment issues. Ensure that you enable platform
upgrades so your agent can be upgraded to be compatible with Palette/VerteX.

## Prerequisites

- Cluster admin permissions or Tenant admin permissions when pausing upgrades for all clusters within tenant scope.
Expand Down

0 comments on commit 3fc58cf

Please sign in to comment.