Skip to content

Commit

Permalink
fix: added note about sshkey support in Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmaniac committed Feb 8, 2023
1 parent f5c972b commit cb1391d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,18 @@ If the Azure account is [registered](/clusters/public-cloud/azure/azure-cloud) w
| **Resource Group** | Select the Azure resource group in which the cluster should be deployed.|
| **Storage Account** | Optionally provide the storage account. Review the [Azure Storage section](/clusters/public-cloud/azure/architecture#azurestorage) for a custom storage use cases. |
| **Storage Container**| Optionally provide the Azure storage container. Review the [Azure Storage section](/clusters/public-cloud/azure/architecture#azurestorage) for a custom storage use cases.|
| **SSH Key** | Public key to configure remote SSH access to the nodes.|
| **SSH Key** | Public key* to configure remote SSH access to the nodes.|
| **Static Placement** | By default, Palette uses dynamic placement, in which a new VPC with a public and private subnet is created to place cluster resources for every cluster. These resources are fully managed by Palette and deleted when the corresponding cluster is deleted. <br /> If you want to place resources into pre-existing VPCs and subnets, you can enable the **Static Placement** option. Review the [Static Placement](#static-placement-table) table below for available parameters for static placement.|
|**Update worker pools in parallel**| Check the box to concurrently update the worker pools.|
|**Private API Server LB**|This option applies when the cluster is deployed via the [Azure Private Endpoint](/clusters/public-cloud/azure/gateways). You can enable this option if your API Server must have private access. Review the [Private API Server LB](#private-api-server-lb-table) table below for more details.|
|**Update worker pools in parallel**|If you have multiple worker pools, select the check box to enable simultaneous upgrade of all the pools. The default is sequential upgrade.|


<InfoBox>

* Azure currently supports SSH protocol 2 (SSH-2) RSA public-private key pairs with a minimum length of 2048 bits. Other key formats such as ED25519 and ECDSA are not supported.

</InfoBox>


#### Static Placement Table

Expand Down
8 changes: 7 additions & 1 deletion content/docs/04-clusters/01-public-cloud/03-azure/04-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The following steps need to be performed to provision a new cluster:
| **Subscription** | Select the subscription which is to be used to access Azure Services. |
| **Region** | Select a region in Azure in where the cluster should be deployed. |
| **Resource Group** | Select the resource group in which the cluster should be deployed. |
| **SSH Key** | Public key to configure remote SSH access to the nodes. |
| **SSH Key** | Public key* to configure remote SSH access to the nodes. |
| **Static Placement** | By default, Palette uses dynamic placement, wherein a new VPC with a public and private subnet is created to place cluster resources for every cluster. These resources are fully managed by Palette and deleted when the corresponding cluster is deleted. <br /> Turn on the **Static Placement** option if it is desired to place resources into preexisting VPCs and subnets. If the user is making the selection of **Static Placement** of resources, the following placement information needs to be provided:
||**Virtual Resource Group**: The logical container for grouping related Azure resources.
|| **Virtual Network**: Select the virtual network from dropdown menu.
Expand All @@ -143,6 +143,12 @@ The following steps need to be performed to provision a new cluster:

<InfoBox>

* Azure currently supports SSH protocol 2 (SSH-2) RSA public-private key pairs with a minimum length of 2048 bits. Other key formats such as ED25519 and ECDSA are not supported.

</InfoBox>

<InfoBox>

If the Palette [cloud account](/clusters/public-cloud/azure#creatinganazurecloudaccount) is created with **Disable Properties** and with
**Static Placement** the network informations from user's Azure account will not be imported to palette account. Hence user can manually input the information for the ** <Tooltip trigger={<u>Control Plane Subnet</u>}> <br /> Name <br /> CIDR Block <br /> Security Group Name</Tooltip>** and the ** <Tooltip trigger={<u>Worker Network</u>}> <br /> Name <br /> CIDR Block <br /> Security Group Name</Tooltip>** (no drop down menu will be available).

Expand Down

0 comments on commit cb1391d

Please sign in to comment.