From 8b0e42dc2b09380ace872bce455baef6f31836dd Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 8 Nov 2023 13:41:19 -0700 Subject: [PATCH] docs: merge master --- docs/docs-content/clusters/public-cloud/aws/architecture.md | 1 + docs/docs-content/clusters/public-cloud/aws/aws.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/docs-content/clusters/public-cloud/aws/architecture.md b/docs/docs-content/clusters/public-cloud/aws/architecture.md index 027aa8b170..3b27c09729 100644 --- a/docs/docs-content/clusters/public-cloud/aws/architecture.md +++ b/docs/docs-content/clusters/public-cloud/aws/architecture.md @@ -46,6 +46,7 @@ Palette also supports deploying and managing AWS Elastic Kubernetes Service (EKS You can disable the OIDC associate provider if the service provider restricts the cluster deployment with the OIDC associate provider in the enabled state. Customize the EKS Kubernetes pack YAML values with the following option: ```yaml +managedControlPlane: disableAssociateOIDCProvider: true ``` diff --git a/docs/docs-content/clusters/public-cloud/aws/aws.md b/docs/docs-content/clusters/public-cloud/aws/aws.md index eb5d08a757..4094e3fa46 100644 --- a/docs/docs-content/clusters/public-cloud/aws/aws.md +++ b/docs/docs-content/clusters/public-cloud/aws/aws.md @@ -29,6 +29,9 @@ To learn more about Palette and AWS clusters, check out the following resources: - [Create and Manage AWS EKS Cluster](eks.md) +- [Enable Secrets Encryption for EKS Cluster](enable-secrets-encryption-kms-key.md) + + - [Cluster Management Day Two Operations](../../cluster-management/cluster-management.md)