From 84721f52647edf86113a433d30236f5907935bd1 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Mon, 28 Oct 2024 16:46:50 +0530 Subject: [PATCH] fix(docs): fix typo in clusters.md Signed-off-by: Akshay Iyyadurai Balasundaram --- docs/getting-started/core-concepts/clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/core-concepts/clusters.md b/docs/getting-started/core-concepts/clusters.md index e9fbcba0..d6959df5 100644 --- a/docs/getting-started/core-concepts/clusters.md +++ b/docs/getting-started/core-concepts/clusters.md @@ -14,6 +14,6 @@ During the [initial onboarding](../../user-guides/cluster/onboarding.md) of a cl ## Cluster registry (coming soon) -Once a Cluster is onboarded to Greenhouse a ClusterKubeConfig is generated for the Cluster based on the OIDC configuration of the Organization. This enables memebers of an Organization to access the fleet fo onboarded Clusters via the common Identity Provider. on the respective Clusters can be managed via [Greenhouse Team RBAC](./../../user-guides/team/rbac.md). +Once a Cluster is onboarded to Greenhouse a ClusterKubeConfig is generated for the Cluster based on the OIDC configuration of the Organization. This enables members of an Organization to access the fleet of onboarded Clusters via the common Identity Provider. on the respective Clusters can be managed via [Greenhouse Team RBAC](./../../user-guides/team/rbac.md). In order to make it convenient to use these ClusterKubeConfigs and to easily switch between multiple context locally there will be a CLI provided by Greenhouse.