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
- logLevel
The logging level of the module
static-routing-manager
.Default:
"Info"
Allowed values:
Debug
,Info
Example:
logLevel: Info
- routingTableIDMax
The maximum value for autogenerated iproute table id in
RoutingTables
without explicitly configuredspec.ipRoutingTableID
.Default:
11000
Allowed values:
256 <= X <= 4294967295
Example:
routingTableIDMax: 21000
- routingTableIDMin
The minimal value for autogenerated iproute table id in
RoutingTables
without explicitly configuredspec.ipRoutingTableID
.Default:
10000
Allowed values:
256 <= X <= 4294967295
Example:
routingTableIDMin: 20000