The module is not enabled by default in any bundles.
The module is configured using the ModuleConfig custom resource named static-routing-manager (learn more about setting up Deckhouse…).
Example of the ModuleConfig/static-routing-manager resource for configuring the module:
apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
name: static-routing-manager
spec:
version: 1
enabled: true
settings: # <-- Module parameters from the "Parameters" section below.
Parameters
Schema version: 1
- stringlogLevel
The logging level of the module
static-routing-manager.Default:
"Info"Allowed values:
Debug,InfoExample:
logLevel: Info - integerroutingTableIDMax
The maximum value for autogenerated iproute table id in
RoutingTableswithout explicitly configuredspec.ipRoutingTableID.Default:
11000Allowed values:
256 <= X <= 4294967295Example:
routingTableIDMax: 21000 - integerroutingTableIDMin
The minimal value for autogenerated iproute table id in
RoutingTableswithout explicitly configuredspec.ipRoutingTableID.Default:
10000Allowed values:
256 <= X <= 4294967295Example:
routingTableIDMin: 20000