Skip to content

Commit

Permalink
chore: remove PCG section in Azure (#2422)
Browse files Browse the repository at this point in the history
* chore: remove PCG section in Azure

* docs: pcg change
  • Loading branch information
karl-cardenas-coding authored Mar 18, 2024
1 parent 48b4ed6 commit 587d3d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/docs-content/clusters/public-cloud/azure/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ to attach a custom storage account or container to the Azure cluster that contai

## Network Access

Clusters that use a Palette self-hosted [Private Cloud Gateway](gateways.md) (PCG), should use a custom storage account
and container that are restricted to the VNet that the PCG and cluster are located in. Ensure you disable public access
and use private access for the Azure storage account.
Clusters that use a Palette self-hosted [Private Cloud Gateway](../../pcg/architecture.md) (PCG), should use a custom
storage account and container that are restricted to the VNet that the PCG and cluster are located in. Ensure you
disable public access and use private access for the Azure storage account.

## Pricing Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Use the following steps to add an Azure or Azure Government account in Palette o
| **Cloud** | Select **Azure Public Cloud** or **Azure US Government**. |
| **Tenant Name** | An optional tenant name. |
| **Disable Properties** | This option prevents Palette and VerteX from creating Azure Virtual Networks (VNets) and other network resources on your behalf for static placement deployments. If you enable this option, all users must manually specify a pre-existing VNet, subnets, and security groups when creating clusters. |
| **Connect Private Cloud Gateway** | If you will be launching Managed Kubernetes Service (AKS), use the **drop-down Menu** to select a [self-hosted PCG](gateways.md) that you created to link to the cloud account. |
| **Connect Private Cloud Gateway** | Select this option to connect to a Private Cloud Gateway (PCG) if you have a PCG deployed in your environment. Refer to the PCG [Architecture](../../pcg/architecture.md) page to learn more about a PCG. |

6. After providing the required values, click the **Validate** button. If the client secret you provided is correct, a
_Credentials validated_ success message with a green check is displayed.
Expand Down
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ const redirects = [
from: ["/security/security-bulletins/", "/security-bulletins/cve-reports", "/security/security-bulletins/index"],
to: "/security-bulletins/",
},
{
from: "/clusters/public-cloud/azure/gateways",
to: "/clusters/pcg/",
},
];

module.exports = redirects;

0 comments on commit 587d3d3

Please sign in to comment.