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.
LCM custom resources¶
The Kubernetes LCM components handle the following custom resources (CRs):
- LCMMachine
Describes a machine that is located on a cluster. Contains the machine
type,control, orworkerStateItemsthat correspond to Ansible playbooks and miscellaneous actions, for example, downloading a file or executing a shell command.LCMMachinereflects the current state of a machine, for example, a node IP address, and eachStateItemthrough its status. MultipleLCMMachineCRs can correspond to a single cluster.- LCMCluster
Describes a MOSK cluster. In its
spec,LCMClustercontains a set ofStateItemsfor each type ofLCMMachine, which describe the actions that must be performed to deploy the cluster.LCMClusteris created by the provider usingmachineTypesof theReleaseobject. Thestatusfield ofLCMClusterreflects the status of the cluster, for example, the number of ready or requested nodes.- HelmBundle
Wrapper for Helm charts that is handled by Helm Controller.
HelmBundletracks what Helm charts must be installed on a MOSK cluster.