Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. Error: AssetConfig.webconsole.config.openshift.io "" is invalid: [config.clusterInfo.consolePublicURL: Invalid value: "": must contain a scheme (e.g. https://), config.clusterInfo.consolePublicURL: Invalid value: "": must contain a host, config.clusterInfo.consolePublicURL: Invalid value: "": must have a trailing slash in path, config.clusterInfo.masterPublicURL: Invalid value: "": must contain a scheme (e.g. https://), config.clusterInfo.masterPublicURL: Invalid value: "": must contain a host]
  2. Usage:
  3. origin-web-console [flags]
  4.  
  5. Flags:
  6. --alsologtostderr log to standard error as well as files
  7. --audit-log-format string Format of saved audits. "legacy" indicates 1-line text format for each event. "json" indicates structured json format. Requires the 'AdvancedAuditing' feature gate. Known formats are legacy,json. (default "json")
  8. --audit-log-maxage int The maximum number of days to retain old audit log files based on the timestamp encoded in their filename.
  9. --audit-log-maxbackup int The maximum number of old audit log files to retain.
  10. --audit-log-maxsize int The maximum size in megabytes of the audit log file before it gets rotated.
  11. --audit-log-path string If set, all requests coming to the apiserver will be logged to this file. '-' means standard out.
  12. --audit-policy-file string Path to the file that defines the audit policy configuration. Requires the 'AdvancedAuditing' feature gate. With AdvancedAuditing, a profile is required to enable auditing.
  13. --audit-webhook-batch-buffer-size int The size of the buffer to store events before batching and sending to the webhook. Only used in batch mode. (default 10000)
  14. --audit-webhook-batch-initial-backoff duration The amount of time to wait before retrying the first failed requests. Only used in batch mode. (default 10s)
  15. --audit-webhook-batch-max-size int The maximum size of a batch sent to the webhook. Only used in batch mode. (default 400)
  16. --audit-webhook-batch-max-wait duration The amount of time to wait before force sending the batch that hadn't reached the max size. Only used in batch mode. (default 30s)
  17. --audit-webhook-batch-throttle-burst int Maximum number of requests sent at the same moment if ThrottleQPS was not utilized before. Only used in batch mode. (default 15)
  18. --audit-webhook-batch-throttle-qps float32 Maximum average number of requests per second. Only used in batch mode. (default 10)
  19. --audit-webhook-config-file string Path to a kubeconfig formatted file that defines the audit webhook configuration. Requires the 'AdvancedAuditing' feature gate.
  20. --audit-webhook-mode string Strategy for sending audit events. Blocking indicates sending events should block server responses. Batch causes the webhook to buffer and send events asynchronously. Known modes are batch,blocking. (default "batch")
  21. --config string filename containing the WebConsoleConfig
  22. --contention-profiling Enable lock contention profiling, if profiling is enabled
  23. --enable-swagger-ui Enables swagger ui on the apiserver at /swagger-ui
  24. --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
  25. --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
  26. --log_dir string If non-empty, write log files in this directory
  27. --logtostderr log to standard error instead of files (default true)
  28. --profiling Enable profiling via web interface host:port/debug/pprof/ (default true)
  29. --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
  30. -v, --v Level log level for V logs
  31. --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
  32.  
  33. F0221 20:52:24.059473 1 console.go:35] AssetConfig.webconsole.config.openshift.io "" is invalid: [config.clusterInfo.consolePublicURL: Invalid value: "": must contain a scheme (e.g. https://), config.clusterInfo.consolePublicURL: Invalid value: "": must contain a host, config.clusterInfo.consolePublicURL: Invalid value: "": must have a trailing slash in path, config.clusterInfo.masterPublicURL: Invalid value: "": must contain a scheme (e.g. https://), config.clusterInfo.masterPublicURL: Invalid value: "": must contain a host]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement