This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Description
I register Hub Cluster to itself, as "cluster-local". I want to distribute an application from github to some Managed Clusters and Hub Cluster by subscription. But, If I create Subscription CR with placement which contains "cluster-local" in Hub Cluster, the parent Subscription CR will be overrode to Subscription with local placement. After overriding, if I update the application yaml in github, subscription will can not reconcile the change to Managed Clusters.
I see ACM can distribution an application locally to hub cluster. So, @qiujian16 @mikeshng Could you give me some advice?