Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set covers all product layers, including MOSK management (formerly Container Cloud). This means everything you need is in one place. Some legacy names may remain in the code and documentation and will be updated in future releases. The separate Container Cloud documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Cluster deletion or detachment freezes¶
If you delete MOSK cluster nodes not using the MOSK management console or API, the cluster deletion or detachment may hang with the Deleting message remaining in the cluster status.
To apply the issue resolution:
Expand the menu of the tab with your username.
Click
Download kubeconfig
to downloadkubeconfig
of your management cluster.Log in to any local machine with
kubectl
installed.Copy the downloaded
kubeconfig
to this machine.Run the following command:
kubectl --kubeconfig <mgmtClusterKubeconfigPath> edit -n <projectName> cluster <MOSKClusterName>
Edit the opened
kubeconfig
by removing the following lines:finalizers: - cluster.cluster.k8s.io
Manually clean up the resources of the nodes that you have previously deleted not using the MOSK management console.