Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Now, 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.
Custom vRouter settings¶
TechPreview
To specify custom settings for the Tungsten Fabric vRouter nodes, for example,
to change the name of the tunnel network interface or enable debug level
logging on some subset of nodes, use the nodes settings in the
TFOperator custom resource.
For example, to enable debug level logging on a specific node or multiple nodes:
spec:
nodes:
<CUSTOMSPEC-NAME>:
labels:
name: <NODE-LABEL>
value: <NODE-LABEL-VALUE>
nodeVRouter:
enabled: true
envSettings:
agent:
env:
- name: LOG_LEVEL
value: SYS_DEBUG