Skip to content
Merged
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
11 changes: 11 additions & 0 deletions docs/docs-content/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ tags: ["release-notes"]

- Cluster IDs and cluster profile IDs are now displayed on the respective cluster and cluster profile detail pages.

<!-- https://spectrocloud.atlassian.net/browse/PCP-5934 -->

- Palette now improves how `volumes` and `volumeMounts` defined in `ClusterPodPreset` or `PodPreset` resources on a
[self-hosted PCG cluster](../clusters/pcg/deploy-pcg-k8s.md) deployed in Amazon EKS are reconciled with pod-mounted
files defined under `kubeadmconfig` in the OS layer of an AWS EKS cluster profile used to deploy workload clusters.

Volumes and mounts derived from the OS layer are only added if their resolved `volumes.hostPath.path` or
`volumeMounts.mountPath` do not already exist in the self-hosted PCG cluster configuration, preventing duplicate
mounts when the same paths are specified in both locations. Volume and mount names are generated using a hash of the
full path to ensure path-unique naming and avoid Kubernetes validation conflicts.

#### Deprecations and Removals

### Edge
Expand Down