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.
Key differences between TFOperator API v1alpha1 and v2¶
This section outlines the main differences between the v1alpha1 and v2 versions of the TFOperator API:
Introduction of the
featuressection:All non-default Tungsten Fabric and Tungsten Fabric Operator features can now be set in the
featuressection.Setting environment variables is no longer necessary but can still be done using the
envSettingfield in each Tungsten Fabric service section.
Relocation of
CustomSpecfrom the vRouter agent specification to the nodes section.Reorganization of the
controllerssection:The
controllerssection has been integrated into theservicessection.The
servicessection is now divided into groups:analytics,config,control,vRouter, andwebUI.Configuration of third-party services can be performed through the
analyticsorconfigsections.
Configuration of the logging levels can be performed using the
loggingfield, which is a separate field in each Tungsten Fabric services configuration.Movement of the
dataStorageClassandtfVersionfields to the upper level of the specification.Introduction of the
devOptionssection enabling the setup of experimental development-related options.