Skip to content

Commit

Permalink
docs: updated broken URL and added missing release note PCP-1888 (#1699
Browse files Browse the repository at this point in the history
…) (#1700)

* docs: updated broken URL and added missing release note PCP-1888

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Rita Watson <[email protected]>

---------

Co-authored-by: Rita Watson <[email protected]>
(cherry picked from commit 53df946)

Co-authored-by: Karl Cardenas <[email protected]>
  • Loading branch information
1 parent d4fd0ed commit 44b502e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api-content/api-docs/3-postman-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Two forms of authentication are available to interact with the Spectro Cloud API
or
* An API Key with an ApiKey value.

Learn more about [authentication methods](https://docs.spectrocloud.com/user-management/user-authentication) in Palette documentation.
Learn more about [authentication methods](/user-management/authentication/api-key) in Palette documentation.

## Import the Postman Collection

Expand Down
19 changes: 19 additions & 0 deletions docs/docs-content/clusters/public-cloud/azure/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,27 @@ Use the `managedControlPlane.sku` parameter, as shown in the examples, to specif
</Tabs>
## Upgrade Channels
You can configure the upgrade channel for Azure AKS cluster control planes. You have the ability to set the upgrade channel in the Kubernetes YAML file, allowing you to embed the upgrade channel in the cluster profile. The following values are supported:
- `none`
- `patch`
- `stable`
- `rapid`
- `node-image`


Add the `managedControlPlane.autoUpgradeProfile` parameter block to the cluster profile to configure the upgrade channel. The following example shows how to configure the upgrade channel to `rapid`.

```yaml
managedControlPlane:
autoUpgradeProfile:
upgradeChannel: rapid
```


To learn more about the upgrade channels, refer to the [Azure Upgrade Channel](https://learn.microsoft.com/en-us/azure/aks/auto-upgrade-cluster) documentation.


## Tags
Expand Down
8 changes: 6 additions & 2 deletions docs/docs-content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Check out the following sections to learn about all the new features and improve

- Self-hosted Palette installations, and Private Cloud Gateway (PCG), now support the ability to control the node affinity for the internal Palette components. You can configure the Palette Enterprise, or PCG cluster to deploy all internal component pods on control plane nodes. This is an option you enable during the install.

- Palette has been updated with a new feature that allows you and your team to receive platform notifications. This feature will keep you informed of any upcoming changes, news, or releases related to Palette. Additionally, you can now access product information and more through the new widget located in the bottom right corner of the Palette user interface.

- Palette, in a multi-SaaS environment, has been updated with a new feature that allows you and your team to receive platform notifications. This feature will keep you informed of any upcoming changes, news, or releases related to Palette. Additionally, you can now access product information and more through the new widget located in the bottom right corner of the Palette user interface.


- The enhanced pack experience introduced in Palette 4.0.0 for add-on packs is now available to all packs.
Expand All @@ -46,9 +47,12 @@ Check out the following sections to learn about all the new features and improve
- Palette now displays a warning message when you are about to trigger an action from the UI that will cause nodes to repave. Use these warnings to avoid triggering a node repave when it is not desired.


- You can now configure auto upgrade channels for Azure AKS clusters. Refer to the [Azure Architecture](./clusters//public-cloud/azure/architecture.md#upgrade-channels) documentation for more information.


#### Deprecations and Removals

- The previous support widget used to create support tickets has been replaced with a new and improved widget. Use the new widget to create support tickets, access the Palette documentation, and more.
- The support widget previously used in Palette SaaS environments to create support tickets has been replaced with a new and improved widget. Use the new widget to create support tickets, access the Palette documentation, and more.

#### Known Issues

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/vertex/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ The term *IaaS* refers to Palette using compute nodes that are not managed by a

| **Service** | **Azure Gov Support?**|
| --- | --- |
| **IaaS** | |
| **IaaS** | |

0 comments on commit 44b502e

Please sign in to comment.