Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-12667

update addon documentation to cover disabling cluster-proxy-addon

XMLWordPrintable

    • False
    • None
    • False
    • None

      We need to add 1.4 disabling cluster-proxy-addon - the documentation should just state that if you do not need a reverse proxy to have your clusters reach RHACM you can disable the cluster-proxy-addon  through not the klusterletAddonConfig but the multiclusterhub-config - the `cluster-proxy-addon` deployments will stop if the component of the same name is disabled in MCE. Examples :

      apiVersion: operator.open-cluster-management.io/v1
      kind: MultiClusterEngine
      metadata:
        name: multiclusterengine
      spec:
        overrides:
          components:
          - name: cluster-proxy-addon
            enabled: false
      

      or

      oc patch MultiClusterEngine <multiclusterengine-name> --type=json -p='[{"op": "add", "path": "/spec/overrides/components/-","value":{"name":"cluster-proxy-addon","enabled":false}}]' 

      can be used for that purpose.

      and you can link to https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.10/html-single/clusters/index#deployed-components which does state how to enable - could instead of the examples state to change the component cluster-proxy-addon to enabled: false from the default enabled: true.

              zxue@redhat.com ZHAO XUE
              rhn-support-fdewaley Felix Dewaleyne
              Hui Chen Hui Chen
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: