fleetcontroller

  1. fleetcontroller [flags]

Options

  1. --debug Turn on debug logging
  2. --debug-level int If debugging is enabled, set klog -v=X
  3. --disable-metrics disable metrics
  4. -h, --help help for fleetcontroller
  5. --kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
  6. --namespace string namespace to watch (default "cattle-fleet-system")
  7. --shard-id string only manage resources labeled with a specific shard ID
  8. --zap-devel Development Mode defaults(encoder=consoleEncoder,logLevel=Debug,stackTraceLevel=Warn). Production Mode defaults(encoder=jsonEncoder,logLevel=Info,stackTraceLevel=Error) (default true)
  9. --zap-encoder encoder Zap log encoding (one of 'json' or 'console')
  10. --zap-log-level level Zap Level to configure the verbosity of logging. Can be one of 'debug', 'info', 'error', or any integer value > 0 which corresponds to custom debug levels of increasing verbosity
  11. --zap-stacktrace-level level Zap Level at and above which stacktraces are captured (one of 'info', 'error', 'panic').
  12. --zap-time-encoding time-encoding Zap time encoding (one of 'epoch', 'millis', 'nano', 'iso8601', 'rfc3339' or 'rfc3339nano'). Defaults to 'epoch'.

SEE ALSO