You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use the Argo CD pull model to deploy `ApplicationSet` applications and the application resource names are customized, the resource names might appear different for each cluster. When this happens, the topology does not display your application correctly.
== Local cluster is excluded as a managed cluster for pull model
@@ -115,7 +115,7 @@ For deploying applications by using the pull model, the Argo CD controllers igno
115
115
116
116
The `argocd.argoproj.io/skip-reconcile` annotation is only available in the GitOps operator version 1.9.0, or later. To prevent conflicts, wait until the hub cluster and all the managed clusters are upgraded to GitOps operator version 1.9.0 before implementing the pull model.
== Application ObjectBucket channel type cannot use allow and deny lists
153
153
154
154
You cannot specify allow and deny lists with ObjectBucket channel type in the `subscription-admin` role. In other channel types, the allow and deny lists in the subscription indicates which Kubernetes resources can be deployed, and which Kubernetes resources should not be deployed.
== Changes to the multicluster_operators_subscription image do not take effect automatically
@@ -162,7 +162,7 @@ The `application-manager` add-on that is running on the managed clusters is now
162
162
163
163
If the image that is used by the subscription operator is overrided by changing the `multicluster_operators_subscription` image in the `multicluster-hub` image manifest ConfigMap, the `application-manager` add-on on the managed clusters does not use the new image until the subscription operator pod is restarted. You need to restart the pod.
== Policy resource not deployed unless by subscription administrator
@@ -173,7 +173,7 @@ A subscription administrator needs to deploy the application subscription to cha
173
173
174
174
See link:../applications/allow_deny.adoc[Creating an allow and deny list as subscription administrator] for information. `policy.open-cluster-management.io/v1` resources that were deployed by existing application subscriptions in previous {acm-short} versions remain, but are no longer reconciled with the source repository unless the application subscriptions are deployed by a subscription administrator.
@@ -305,7 +305,7 @@ Creating more than one channel in the same namespace can cause errors with the h
305
305
306
306
For instance, namespace `charts-v1` is used by the installer as a Helm type channel, so do not create any additional channels in `charts-v1`. Ensure that you create your channel in a unique namespace. All channels need an individual namespace, except GitHub channels, which can share a namespace with another GitHub channel.
0 commit comments