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.
Access to external DNS¶
By default, the Tungsten Fabric tf-control-dns-external
service is created
to expose the Tungsten Fabric control dns
. You can disable creation of this
service through the enableDNSExternal
parameter in the TFOperator
custom resource. For example:
spec:
features:
control:
enableDNSExternal: false
spec:
controllers:
tf-control:
dns:
enableDNSExternal: false