Skip to content

Commit 2cef360

Browse files
authored
Merge pull request #763 from EnterpriseDB/DOCS-3414
DOCS-3414- removed ROSA references in LTS and added in IR
2 parents 77a57b3 + 993bd9a commit 2cef360

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Whether deployed in the cloud or on-premises, Hybrid Manager ensures **observabi
5050

5151
## Start here
5252

53-
- [Install Hybrid Manager](./install) → A detailed guide to walk you through a full HMinstallation.
53+
- [Install Hybrid Manager](./install) → A detailed guide to walk you through a full HM installation.
5454
- [Sovereign Data and AI Factory](./system) → Sovereign Data and AI Factory hardware
5555
- [Using Hybrid Manager](./using_hybrid_manager) → backup/restore, monitoring, migrations, cluster creation, multi-DC deployment and more
5656
- [AI Factory](./ai-factory) → sovereign GenAI pipelines, model serving, and retrieval systems

product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/install/environment_prep.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To implement the [object storage requirement](./sys_reqs), you must create a sec
168168

169169
Select the configuration matching your provider:
170170

171-
#### AWS IAM (EKS or ROSA)
171+
#### AWS IAM (EKS)
172172

173173
```yaml
174174
apiVersion: v1

product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/install/sys_reqs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Choose the authentication method supported by your provider:
562562

563563
| Provider | Auth Method | Example Use Case |
564564
| :--- | :--- | :--- |
565-
| **AWS (EKS/ROSA)** | Workload Identity (IAM) | Native AWS integration (Recommended). |
565+
| **AWS (EKS)** | Workload Identity (IAM) | Native AWS integration (Recommended). |
566566
| **AWS (Other K8s)** | Static Keys | Generic Kubernetes connecting to AWS S3. |
567567
| **Azure Blob** | Static Keys | Connect via Connection String/Key. |
568568
| **GCP Storage** | Static Keys | Base64-encoded Service Account JSON. |

product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/overview/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Hybrid Manager was created to meet these demands. It extends Kubernetes capabili
4141

4242
## Supported environments
4343

44-
Hybrid Manager runs on Kubernetes and supports these common enterprise cloud platforms:
44+
Hybrid Manager runs on Kubernetes and supports these common managed Kubernetes cloud services:
4545

4646
- Amazon Elastic Kubernetes Service (EKS)
4747
- Google Kubernetes Engine (GKE)
4848

49-
HM also supports on-premises hosting platforms:
49+
HM also supports on-premises Kubernetes platforms:
5050

5151
- Red Hat OpenShift (RHOS)
5252
- SUSE Rancher RKE2

product_docs/docs/edb-postgres-ai/preview/hybrid-manager/install/environment_prep.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To implement the [object storage requirement](./sys_reqs), you must create a sec
168168

169169
Select the configuration matching your provider:
170170

171-
#### AWS IAM (EKS or ROSA)
171+
#### AWS IAM (EKS/ROSA)
172172

173173
```yaml
174174
apiVersion: v1

product_docs/docs/edb-postgres-ai/preview/hybrid-manager/install/k8s_install.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ Select the guide below that matches the **Kubernetes flavor** you selected in Ph
116116

117117
| Provider | Official documentation | EDB Knowledge Base | Key considerations |
118118
| :--- | :--- | :--- | :--- |
119-
| **Azure (AKS)** | [**Tutorial - Create an Azure Kubernetes Service (AKS) cluster](https://learn.microsoft.com/en-us/azure/aks/tutorial-kubernetes-deploy-cluster) | [**HM on Azure Guide**]https://knowledge.enterprisedb.com/hc/en-us/articles/24863144589980-Guidance-on-AKS-for-Hybrid-Manager)
119+
| **Azure (AKS)** | [**Tutorial - Create an Azure Kubernetes Service (AKS) cluster**](https://learn.microsoft.com/en-us/azure/aks/tutorial-kubernetes-deploy-cluster) | [**HM on Azure Guide**]https://knowledge.enterprisedb.com/hc/en-us/articles/24863144589980-Guidance-on-AKS-for-Hybrid-Manager)
120120
| **AWS (EKS)** | [**Creating an EKS cluster**](https://docs.aws.amazon.com/eks/latest/userguide/create-cluster.html) | [**HM on EKS Guide**](https://knowledge.enterprisedb.com/hc/en-us/articles/24212491501468-Guidance-on-AWS-for-Hybrid-Manager) | Requires IAM OIDC provider, EBS CSI driver, and LoadBalancer Controller. |
121121
| **Google Cloud (GKE)** | [**Creating a regional cluster**](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-regional-cluster) | [**HM on GKE Guide**](https://knowledge.enterprisedb.com/hc/en-us/articles/24212699192732-Guidance-on-GCP-for-Hybrid-Manager) | Requires Workload Identity enabled and specific VPC firewall rules. |
122+
| **Red Hat OpenShift on AWS (ROSA)** | [**Get started with ROSA**](https://docs.aws.amazon.com/rosa/latest/userguide/getting-started.html)** | [**HM on OpenShift Guide**](https://knowledge.enterprisedb.com/hc/en-us/articles/24212799018780-Guidance-on-RHOS-for-Hybrid-Manager)
122123

123124
### Private cloud and on-premises
124125

product_docs/docs/edb-postgres-ai/preview/hybrid-manager/overview/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ Hybrid Manager was created to meet these demands. It extends Kubernetes capabili
4141

4242
## Supported environments
4343

44-
Hybrid Manager runs on Kubernetes and supports these common enterprise cloud platforms:
44+
Hybrid Manager runs on Kubernetes and supports these common managed Kubernetes cloud services:
4545

4646
- Microsoft Azure Kubernetes Service (AKS)
4747
- Amazon Elastic Kubernetes Service (EKS)
48+
- Red Hat OpenShift on AWS (ROSA)
4849
- Google Kubernetes Engine (GKE)
4950

50-
HM also supports on-premises hosting platforms:
51+
HM also supports on-premises Kubernetes platforms:
5152

5253
- Red Hat OpenShift (RHOS)
5354
- SUSE Rancher RKE2

0 commit comments

Comments
 (0)