Skip to content

Commit 92998e9

Browse files
authored
Merge pull request #5724 from kahirokunn/management-hub
KEP-4322: Fix terminology inconsistency by replacing "management cluster" with "hub cluster"
2 parents f90055d + 3c4508c commit 92998e9

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-multicluster/4322-cluster-inventory

1 file changed

+2
-2
lines changed

keps/sig-multicluster/4322-cluster-inventory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,9 +566,9 @@ using a secret if possible. Here are the three approaches:
566566

567567
#### Pull Model with Work API
568568
The ClusterInventory Consumer can leverage the [Work API](https://multicluster.sigs.k8s.io/concepts/work-api/) so that
569-
the work API agent on the Member Cluster can *pull* the necessary objects from the management cluster where the ClusterInventory
569+
the work API agent on the Member Cluster can *pull* the necessary objects from the hub cluster where the ClusterInventory
570570
Consumer operates to the Member Cluster. This approach allows the Cluster Manager to manage the RBAC for each Consumer on the
571-
management cluster, ensuring that their access is restricted to the corresponding namespaces of the ClusterProfile objects.
571+
hub cluster, ensuring that their access is restricted to the corresponding namespaces of the ClusterProfile objects.
572572

573573
#### Push Model with Identity Federation (Recommended)
574574
The ClusterInventory consumer can utilize identity federation mechanisms, such as [Azure Workload Identity Federation](https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation)

0 commit comments

Comments
 (0)