Skip to content

Commit

Permalink
chore: add missing azure arch commit (#3441)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Jul 20, 2024
1 parent 75cf50f commit c3ed8db
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/docs-content/clusters/public-cloud/azure/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,9 @@ Use the four resource links below to enable and manage proxy configurations for
[Add Azure Cloud Account](./azure-cloud.md) guide for instructions on how to do this.

4. [Create a cluster profile](../../../profiles/cluster-profiles/create-cluster-profiles/create-full-profile.md) for the
Azure cluster you will deploy. Any pack layer that needs to use proxy configurations should include a namespace label
with the value `spectrocloud.com/connection: proxy`. You can find more information about namespace labels in the
[Profile Customization](../../../profiles/profile-customization.md#pack-labels-and-annotations) page.

```yaml {3,4}
pack:
namespace: "example"
namespaceLabels:
"spectrocloud.com/connection": "proxy"
```
Azure cluster you will deploy. Any pack layer that needs to use proxy configurations should include a
[_Deployment_](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) label with the value
`spectrocloud.com/connection: proxy`. The deployment must have the label to use the proxy configurations.

5. Deploy your newly created cluster profile containing the required namespace labels to an Azure cluster, and use
static placement so that you can specify the VNet with the proper network configuration. For instructions on how to
Expand Down

0 comments on commit c3ed8db

Please sign in to comment.