You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs-content/clusters/public-cloud/azure/aks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ explains how you can create an Azure AKS cluster managed by Palette.
26
26
- An active Azure cloud account integrated with Palette. Review
27
27
[Register and Manage Azure Cloud Account](./azure-cloud.md) for guidance.
28
28
29
-
- A Secure Shell (SSH) key that you have pre-configured in your Azure environment. Only RSA SSH keys are supported when
30
-
deploying Azure AKS clusters. Refer to the [SSH Keys](../../cluster-management/ssh/ssh-keys.md) guide for more
31
-
information about creating and managing SSH keys in Palette.
29
+
- A Secure Shell (SSH) key that you have pre-configured in your Azure environment. Only RSA and ED25519 SSH keys are
30
+
supported when deploying Azure AKS clusters. Refer to the [SSH Keys](../../cluster-management/ssh/ssh-keys.md) guide
31
+
for more information about creating and managing SSH keys in Palette.
32
32
33
33
- An infrastructure cluster profile for Azure. Review
34
34
[Create an Infrastructure Profile](../../../profiles/cluster-profiles/create-cluster-profiles/create-infrastructure-profile.md)
@@ -256,7 +256,7 @@ to learn more about the ports used for communication.
256
256
| **Resource Group** | Select the name of the resource group that contains the Azure resources you will be accessing. |
257
257
| **Storage Account** | Optionally, if you have a custom storage account available, you can use the **drop-down Menu** to select the storage account name. For information about use cases for custom storage, review [Azure Storage](../azure/architecture.md#azure-storage). |
258
258
| **Storage Container** | Optionally, if you are using a custom storage container, use the **drop-down Menu** to select it. For information about use cases for custom storage, review [Azure Storage](../azure/architecture.md#azure-storage). |
259
-
| **SSH Key** | The public SSH key for connecting to the nodes. SSH key pairs must be pre-configured in your Azure environment. Only RSA SSH keys are supported when deploying Azure AKS clusters. The key you select is inserted into the provisioned VMs. For more information, review Microsoft's [Supported SSH key formats](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys#supported-ssh-key-formats). |
259
+
| **SSH Key** | The public SSH key for connecting to the nodes. SSH key pairs must be pre-configured in your Azure environment. Only RSA and ED25519 SSH keys are supported when deploying Azure AKS clusters. The key you select is inserted into the provisioned VMs. For more information, review Microsoft's [Supported SSH key formats](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys#supported-ssh-key-formats). |
260
260
| **Enable Private Cluster** | Whether the control plane or API server should have internal IP addresses. Refer to the [Create a private AKS cluster](https://learn.microsoft.com/en-us/azure/aks/private-clusters?tabs=azure-portal) guide for more information. |
261
261
| **Static Placement** | By default, Palette uses dynamic placement. This creates a new VNet for clusters with two subnets in different availability zones. Palette places resources in these clusters, manages the resources, and deletes them when the corresponding cluster is deleted.<br /><br />If you want to place resources into a pre-existing VNet, enable the **Static Placement** option and fill out the input values listed in the [Static Placement](#static-placement-settings) table below. <br /> <br /> Select **Static Placement** for clusters where you want to use your network proxy configurations. To learn more about proxy configurations, check out [Proxy Configuration](./architecture.md#proxy-configuration). |
| <!-- https://spectrocloud.atlassian.net/browse/DOC-2430 --> <!-- prettier-ignore-start --> [Palette Management Appliance](../enterprise-version/install-palette/palette-management-appliance.md) and [VerteX Management Appliance](../vertex/install-palette-vertex/vertex-management-appliance.md) installations may become stuck due to `ErrImagePull` errors on the <VersionedLink text="Calico" url="/integrations/packs/?pack=cni-calico" /> pods. This affects all Palette versions later than 4.8.0. <!-- prettier-ignore-end --> | Restart the node on which the pod is scheduled and wait for the pod to recover. | January 27, 2025 | Clusters, Packs |
19
20
| <!-- PAC-3584 --> AWS EKS clusters using <VersionedLink text="Kubernetes (EKS)" url="/integrations/packs/?pack=kubernetes-eks" /> version 1.33 with Palette as an Identity Provider (IdP) fail to deploy. This is due to `IdentityProviderConfigName` not being automatically injected into the `values.yaml` file. | In the `managedControlPlane.oidcIdentityProvider` section of your cluster profile's Kubernetes layer, add the value `identityProviderConfigName: "eks-oidc"`. | December 30, 2025 | Packs |
20
21
| Velero backups may fail with errors `Timed out awaiting reconciliation of volumesnapshot hipster-app/velero-data-redis-cart-2-zctck`. This occurs because the CloudStack CSI Helm chart is missing the required csi-snapshotter sidecar container in the controller deployment, preventing CSI snapshot operations from executing. As a result, all CSI-based snapshots and any Velero backups that rely on them time out and fail. | No workaround available. | December 17, 2025 | Packs |
21
22
| Edge hosts using encrypted persistent partitions may fail to complete a reset. A limitation in Kairos version 3.5.3 prevents these partitions from being reinitialized during the reset workflow, resulting in the operation stopping prematurely. | Refer to [Troubleshooting - Edge](../troubleshooting/edge/edge.md#scenario---edge-host-reset-fails-with-encrypted-persistent-partition) for the workaround. | December 17, 2025 | Edge |
0 commit comments