Skip to content

Commit

Permalink
chore: merge master (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Apr 16, 2024
1 parent dc5715b commit 9415961
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/docs-content/clusters/public-cloud/azure/gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ VNet contains the following network settings.
#### Azure CNI:

In Azure CNI network configuration, select the static
[virtual network created](gateways#create-a-virtual-network-in-the-azure-console) from the drop-down menu.
[virtual network created](#create-a-virtual-network-in-the-azure-console) from the drop-down menu.

6. Security: For network security enable **Private cluster**.

Expand Down
4 changes: 2 additions & 2 deletions docs/docs-content/clusters/public-cloud/azure/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Follow the steps below to create a Windows node pool within an existing AKS clus
:::info

Palette also allows you to add a Windows node pool during the creation of an AKS cluster. Refer to the
[Create and Manage Azure AKS CLuster - Create and Remove Node Pools](./aks#create-and-remove-node-pools) page to learn
more.
[Create and Manage Azure AKS CLuster - Create and Remove Node Pools](./aks.md#create-and-remove-node-pools) page to
learn more.

:::

Expand Down
15 changes: 7 additions & 8 deletions docs/docs-content/integrations/k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ the respective owner. Once we stop supporting the minor version, we initiate the

- An edge device with AMD64 processor architecture or a Palette Virtual Cluster.
- A minimum of 2 CPU cores and 1 GB memory.
- Palette 4.0.0 or later.

### Parameters

Expand Down Expand Up @@ -156,12 +157,6 @@ After you have configured the IDP for authentication, you can proceed to create
in your cluster. Refer to [Create Role Bindings](../clusters/cluster-management/cluster-rbac.md#create-role-bindings)
for more guidance.

#### Configure OIDC Identity Provider for Palette Virtual Clusters

If you are using K3s in a virtual cluster inside of a cluster group, you can also configure OIDC for your cluster. Refer
to [Configure OIDC for a Virtual Cluster](../clusters/palette-virtual-clusters/configure-oidc-virtual-cluster.md) for
more guidance.

#### Add a Certificate for Reverse Proxy

You can use a reverse proxy with a K3s Kubernetes cluster. The reverse proxy allows you to connect to the cluster API of
Expand All @@ -176,6 +171,7 @@ information, refer to the [Spectro Proxy](frp.md) pack guide.

- An edge device with AMD64 processor architecture or a Palette Virtual Cluster.
- A minimum of 2 CPU cores and 1 GB memory.
- Palette 4.0.0 or later.

### Parameters

Expand Down Expand Up @@ -313,6 +309,7 @@ information, refer to the [Spectro Proxy](frp.md) pack guide.

- An edge device with AMD64 processor architecture or a Palette Virtual Cluster.
- A minimum of 2 CPU cores and 1 GB memory.
- Palette 4.0.0 or later.

### Parameters

Expand Down Expand Up @@ -452,6 +449,7 @@ information, refer to the [Spectro Proxy](frp.md) pack guide.

- An edge device with AMD64 processor architecture or a Palette Virtual Cluster.
- A minimum of 2 CPU cores and 1 GB memory.
- Palette 4.0.0 or later.

### Parameters

Expand Down Expand Up @@ -506,7 +504,7 @@ information.

In order to use K3s as part of an Edge deployment, you need to go through the EdgeForge process and specify K3s as your
intended Kubernetes distribution when you build your OS image. For more information, refer to the
[EdgeForge Workflow](../clusters/edge/edgeforge-workflow/) guide.
[EdgeForge Workflow](../clusters/edge/edgeforge-workflow/edgeforge-workflow.md) guide.

:::

Expand Down Expand Up @@ -590,6 +588,7 @@ information, refer to the [Spectro Proxy](frp.md) pack guide.

- An edge device with AMD64 processor architecture or a virtual cluster.
- A minimum of 2 CPU cores and 1 GB memory.
- Palette 4.0.0 or later.

### Parameters

Expand Down Expand Up @@ -644,7 +643,7 @@ information.

In order to use K3s as part of an Edge deployment, you need to go through the EdgeForge process and specify K3s as your
intended Kubernetes distribution when you build your OS image. For more information, refer to the
[EdgeForge Workflow](../clusters/edge/edgeforge-workflow/) guide.
[EdgeForge Workflow](../clusters/edge/edgeforge-workflow/edgeforge-workflow.md) guide.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/integrations/oidc-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ thin layer that sits on top of OAuth 2.0 that adds login and profile information

## References

https://aws.amazon.com/blogs/containers/introducing-oidc-identity-provider-authentication-amazon-eks/
[AWS OIDC EKS Blog](https://aws.amazon.com/blogs/containers/introducing-oidc-identity-provider-authentication-amazon-eks/)
8 changes: 0 additions & 8 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@ const redirects = [
from: `/devx/virtual-clusters/`,
to: `/devx/palette-virtual-clusters/`,
},
{
from: `/integrations/ubuntu-k3s/`,
to: `/integrations/ubuntu/`,
},
{
from: `/integrations/oidc-eks`,
to: `/integrations/kubernetes`,
},
{
from: `/clusters/palette-virtual-clusters/add-virtual-cluster-to-host-cluster/`,
to: `/clusters/palette-virtual-clusters/deploy-virtual-cluster/`,
Expand Down

0 comments on commit 9415961

Please sign in to comment.