Este conteúdo não está disponível no idioma selecionado.

Chapter 15. Disabling Multicloud Object Gateway external service after deploying OpenShift Data Foundation


When you deploy OpenShift Data Foundation, public IPs are created even when OpenShift is installed as a private cluster. However, you can disable the Multicloud Object Gateway (MCG) load balancer usage by using the disableLoadBalancerService variable in the storagecluster CRD. This restricts MCG from creating any public resources for private clusters and helps to disable the NooBaa service EXTERNAL-IP.

Procedure

  • Run the following command and add the disableLoadBalancerService varialbe in the storagecluster YAML to set the service to ClusterIP:

    $ oc edit storagecluster -n openshift-storage <storagecluster_name>
    [...]
    spec:
      arbiter: {}
      encryption:
        kms: {}
      externalStorage: {}
      managedResources:
        cephBlockPools: {}
        cephCluster: {}
        cephConfig: {}
        cephDashboard: {}
        cephFilesystems: {}
        cephNonResilientPools: {}
        cephObjectStoreUsers: {}
        cephObjectStores: {}
        cephRBDMirror: {}
        cephToolbox: {}
      mirroring: {}
      multiCloudGateway:
        disableLoadBalancerService: true       <--------------- Add this
        endpoints:
    [...]
    Copy to Clipboard Toggle word wrap
    Note

    To undo the changes and set the service to LoadBalancer, set the disableLoadBalancerService variable to false or remove that line completely.

Voltar ao topo
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2025 Red Hat