Skip to content

Commit 4e809ce

Browse files
Adding section for aws registration (#468)
Signed-off-by: Gaurav Jaswal <[email protected]>
1 parent f68f179 commit 4e809ce

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Running on EKS
3+
weight: 4
4+
---
5+
6+
Use this solution to use AWS EKS cluster as a hub. This solution uses AWS IAM roles for authentication,
7+
hence only Managed Clusters running on EKS will be able to use this solution.
8+
9+
Refer [this](https://github.com/open-cluster-management-io/ocm/tree/main/solutions/joining-hub-and-spoke-with-aws-auth)
10+
article for detailed registration instructions.

content/en/docs/getting-started/installation/start-the-control-plane.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ weight: 1
1010
- The hub cluster should be `v1.19+`.
1111
(To run on hub cluster version between \[`v1.16`, `v1.18`\],
1212
please manually enable feature gate "V1beta1CSRAPICompatibility").
13-
- Currently the bootstrap process relies on client authentication via CSR. Therefore, if your Kubernetes distributions (like [EKS](https://github.com/aws/containers-roadmap/issues/1856)) don't support it, you can choose the [multicluster-controlplane](https://github.com/open-cluster-management-io/multicluster-controlplane) as the hub controlplane.
13+
- Currently the bootstrap process relies on client authentication via CSR. Therefore, if your Kubernetes distributions (like [EKS](https://github.com/aws/containers-roadmap/issues/1856)) don't support it, you can:
14+
- follow [this](https://open-cluster-management.io/docs/getting-started/installation/running-on-eks/) article to run OCM natively on EKS
15+
- or choose the [multicluster-controlplane](https://github.com/open-cluster-management-io/multicluster-controlplane) as the hub controlplane
1416
- Ensure [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) and [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) are installed.
1517

1618
### Network requirements

0 commit comments

Comments
 (0)