multicloud-operators-subscription
multicloud-operators-subscription copied to clipboard
Enables multicluster application delivery.
I wonder why a managedcluster needs to be labeled with its name, when its `metadata.name` could be used? https://github.com/open-cluster-management-io/multicloud-operators-subscription/blob/3a52d8ba9c4595a002b48b34cd832c5b0690f5a9/pkg/utils/placementrule/placement.go#L52 If ocm requires a managedcluster be labeled with its name for...
**Describe the bug** I followed the instructions in README in k8s 1.27.0 . But it failed with the following error: ``` I0611 15:29:57.278797 1 sync_appsubstatus.go:64] cluster: c1, appsub: default/nginx-sub, action:...
I have helm chart in a Git repo, and alongside the file "values.yaml" there is other Values files within same directory ( same helm chart directory). ```txt -- my-git-repo |___myapp/...
**Describe the bug** When I deploy a `subscription` on OCM hub, I can see the below `appsubreport` on hub: ```bash » oc get appsubreport -A NAMESPACE NAME REPORTTYPE DEPLOYED INPROGRESS...
Sometimes, we want to restrict common users(not admin) from creating some resources such as namespace and clusterole. I have seen that there is annotation `"open-cluster-management.io/user-identity"` in subscription, but subscription does...
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...
**Describe the bug** Using the ObjectBucket subscriber with public accessible buckets requires a credentials secret in place. **To Reproduce** - Create a public accessible bucket with a publicly accessible resource...
Hi ! I have one hub and a managed cluster and I am able to install packages on my managed cluster using subscription to github or helm repos. It is...
If you create a git channel and subscribe to a path that contains a Chart.yaml and values.yaml I would except OCM to be able to deploy the chart similar to...