Available in:  EE

parameters

Schema version: 1

  • settings
    object
    • logLevel
      string
      The logging level of the module static-routing-manager.

      Default: Info

      Allowed values: Debug, Info

      Example:


      logLevel: Info
      
    • routingTableIDMax
      integer
      The maximum value for autogenerated iproute table id in RoutingTables without explicitly configured spec.ipRoutingTableID.

      Default: 11000

      Allowed values: 256 <= X <= 4294967295

      Example:


      routingTableIDMax: 21000
      
    • routingTableIDMin
      integer
      The minimal value for autogenerated iproute table id in RoutingTables without explicitly configured spec.ipRoutingTableID.

      Default: 10000

      Allowed values: 256 <= X <= 4294967295

      Example:


      routingTableIDMin: 20000