Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 38.33 KB | None | 0 0
  1. "elasticsearchConfig":{"authPassword":".."},"fluentForwarderConfig":{"fluentServers":{"password":"..","sharedKey":".."}},"kafkaConfig":{"saslPassword":".."},"splunkConfig":{"token":".."},"syslogConfig":{"token":".."}}
  2. 2019/11/11 17:02:34 [INFO] password fields {"elasticsearchConfig":{"authPassword":".."},"fluentForwarderConfig":{"fluentServers":{"password":"..","sharedKey":".."}},"kafkaConfig":{"saslPassword":".."},"splunkConfig":{"token":".."},"syslogConfig":{"token":".."}}
  3. [rancher@TB-RANCHER01 ~]$ cat log.txt
  4. 2019/11/11 17:01:22 [INFO] Rancher version v2.2.8 is starting
  5. 2019/11/11 17:01:22 [INFO] Rancher arguments {ACMEDomains:[] AddLocal:auto Embedded:false KubeConfig: HTTPListenPort:80 HTTPSListenPort:443 K8sMode:auto Debug:false NoCACerts:false ListenConfig:<nil> AuditLogPath:/var/log/auditlog/rancher-api-audit.log AuditLogMaxage:10 AuditLogMaxsize:100 AuditLogMaxbackup:10 AuditLevel:0}
  6. 2019/11/11 17:01:22 [INFO] Listening on /tmp/log.sock
  7. 2019/11/11 17:01:22 [INFO] Running etcd --data-dir=management-state/etcd
  8. 2019/11/11 17:01:41 [INFO] Running in single server mode, will not peer connections
  9. 2019/11/11 17:01:41 [INFO] password fields {"elasticsearchConfig":{"authPassword":".."},"fluentForwarderConfig":{"fluentServers":{"password":"..","sharedKey":".."}},"kafkaConfig":{"saslPassword":".."},"splunkConfig":{"token":".."},"syslogConfig":{"token":".."}}
  10. 2019/11/11 17:01:41 [INFO] password fields {"elasticsearchConfig":{"authPassword":".."},"fluentForwarderConfig":{"fluentServers":{"password":"..","sharedKey":".."}},"kafkaConfig":{"saslPassword":".."},"splunkConfig":{"token":".."},"syslogConfig":{"token":".."}}
  11. 2019/11/11 17:01:42 [INFO] Starting API controllers
  12. 2019/11/11 17:01:42 [INFO] Listening on :443
  13. 2019/11/11 17:01:42 [INFO] Listening on :80
  14. 2019/11/11 17:01:42 [INFO] Stopping cluster agent for c-chp4w
  15. 2019/11/11 17:01:42 [INFO] Starting catalog controller
  16. 2019/11/11 17:01:42 [INFO] Starting project-level catalog controller
  17. 2019/11/11 17:01:42 [INFO] Starting cluster-level catalog controller
  18. 2019/11/11 17:01:42 [INFO] Stopping cluster agent for c-bncgq
  19. 2019/11/11 17:01:42 [ERROR] ClusterController c-bncgq failed to start user controllers for cluster c-chp4w: failed to contact server: Get https://10.0.100.161:6443/api/v1/namespaces/kube-system?timeout=30s: waiting for cluster agent to connect, failed to start user controllers for cluster c-bncgq: failed to contact server: Get https://10.0.150.160:6443/api/v1/namespaces/kube-system?timeout=30s: waiting for cluster agent to connect
  20. 2019/11/11 17:01:42 [INFO] Handling backend connection request [c-chp4w:m-3583109b880c]
  21. 2019/11/11 17:01:42 [INFO] Stopping cluster agent for c-bncgq
  22. 2019/11/11 17:01:42 [INFO] Registering project network policy
  23. 2019/11/11 17:01:42 [INFO] registering podsecuritypolicy cluster handler for cluster c-chp4w
  24. 2019/11/11 17:01:42 [INFO] registering podsecuritypolicy project handler for cluster c-chp4w
  25. 2019/11/11 17:01:42 [INFO] registering podsecuritypolicy namespace handler for cluster c-chp4w
  26. 2019/11/11 17:01:42 [INFO] registering podsecuritypolicy serviceaccount handler for cluster c-chp4w
  27. 2019/11/11 17:01:42 [INFO] registering podsecuritypolicy template handler for cluster c-chp4w
  28. 2019/11/11 17:01:42 [INFO] Starting management controllers
  29. 2019/11/11 17:01:42 [INFO] Handling backend connection request [c-chp4w]
  30. 2019/11/11 17:01:42 [INFO] Handling backend connection request [c-bncgq:m-f4336265af42]
  31. 2019/11/11 17:01:43 [INFO] Handling backend connection request [c-bncgq]
  32. 2019/11/11 17:01:44 [INFO] Registering monitoring for cluster "c-chp4w"
  33. 2019/11/11 17:01:44 [INFO] Starting cluster controllers for c-chp4w
  34. 2019/11/11 17:01:48 [INFO] Rancher version v2.2.8 is starting
  35. 2019/11/11 17:01:48 [INFO] Rancher arguments {ACMEDomains:[] AddLocal:auto Embedded:false KubeConfig: HTTPListenPort:80 HTTPSListenPort:443 K8sMode:auto Debug:false NoCACerts:false ListenConfig:<nil> AuditLogPath:/var/log/auditlog/rancher-api-audit.log AuditLogMaxage:10 AuditLogMaxsize:100 AuditLogMaxbackup:10 AuditLevel:0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement