このコンテンツは選択した言語では利用できません。

Chapter 10. Uninstalling a cluster on IBM Cloud


You can remove a cluster that you deployed to IBM Cloud®.

10.1. Removing a cluster that uses installer-provisioned infrastructure

You can remove a cluster that uses installer-provisioned infrastructure that you provisioned from your cloud platform.

Note

After uninstallation, check your cloud provider for any resources that were not removed properly, especially with user-provisioned infrastructure clusters. Some resources might exist because either the installation program did not create the resource or could not access the resource.

Prerequisites

  • You have a copy of the installation program that you used to deploy the cluster.
  • You have the files that the installation program generated when you created your cluster.
  • You have configured the ccoctl binary.
  • You have installed the IBM Cloud® CLI and installed or updated the VPC infrastructure service plugin. For more information see "Prerequisites" in the IBM Cloud® CLI documentation.

Procedure

  1. If the following conditions are met, this step is required:

    • The installer created a resource group as part of the installation process.
    • You or one of your applications created persistent volume claims (PVCs) after the cluster was deployed.

      In which case, the PVCs are not removed when uninstalling the cluster, which might prevent the resource group from being successfully removed. To prevent a failure:

      1. Log in to the IBM Cloud® using the CLI.
      2. To list the PVCs, run the following command:

        $ ibmcloud is volumes --resource-group-name <infrastructure_id>
        Copy to Clipboard Toggle word wrap

        For more information about listing volumes, see the IBM Cloud® CLI documentation.

      3. To delete the PVCs, run the following command:

        $ ibmcloud is volume-delete --force <volume_id>
        Copy to Clipboard Toggle word wrap

        For more information about deleting volumes, see the IBM Cloud® CLI documentation.

  2. Export the API key that was created as part of the installation process.

    $ export IC_API_KEY=<api_key>
    Copy to Clipboard Toggle word wrap
    Note

    You must set the variable name exactly as specified. The installation program expects the variable name to be present to remove the service IDs that were created when the cluster was installed.

  3. From the directory that has the installation program on the computer that you used to install the cluster, run the following command:

    $ ./openshift-install destroy cluster \
    --dir <installation_directory> --log-level info
    Copy to Clipboard Toggle word wrap

    where:

    <installation_directory>
    Specify the path to the directory that you stored the installation files in.
    --log-level info

    To view different details, specify warn, debug, or error instead of info.

    Note

    You must specify the directory that includes the cluster definition files for your cluster. The installation program requires the metadata.json file in this directory to delete the cluster.

  4. Remove the manual CCO credentials that were created for the cluster:

    $ ccoctl ibmcloud delete-service-id \
        --credentials-requests-dir <path_to_credential_requests_directory> \
        --name <cluster_name>
    Copy to Clipboard Toggle word wrap
    Note

    If your cluster uses Technology Preview features that are enabled by the TechPreviewNoUpgrade feature set, you must include the --enable-tech-preview parameter.

  5. Optional: Delete the <installation_directory> directory and the OpenShift Container Platform installation program.
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2026 Red Hat
トップに戻る