Schema version: 1

  • ca
    string

    The certificate authority public key of the certificate used by the commander server.

    This parameter is ignored if the HTTP protocol is used to connect to the commander.

    Default:

  • commanderUrl
    string
    The URL of the commander server.

    Example:


    commanderUrl: https://commander.dev/agent_api/00000000-0000-0000-0000-000000000000
    
  • insecureSkipVerify
    boolean

    Skip verification of the certificate used by the commander server.

    This parameter is ignored if the HTTP protocol is used to connect to the commander.

    Default: false

    Example:


    insecureSkipVerify: true
    
  • logLevel
    string
    Log level.

    Default: info

    Allowed values: error, warn, info, debug, trace

  • nodeSelector
    object

    The same as in the Pods’ spec.nodeSelector parameter in Kubernetes.

    If the parameter is omitted or false, it will be determined automatically.

  • tolerations
    array of objects

    The same as in the Pods’ spec.tolerations parameter in Kubernetes;

    If the parameter is omitted or false, it will be determined automatically.

    • tolerations.effect
      string
    • tolerations.key
      string
    • tolerations.operator
      string
    • tolerations.tolerationSeconds
      integer
    • tolerations.value
      string