Skip to content

Instantly share code, notes, and snippets.

@jdoliner
Created October 30, 2015 22:38
Show Gist options
  • Save jdoliner/4166d68f57634233f70c to your computer and use it in GitHub Desktop.
Save jdoliner/4166d68f57634233f70c to your computer and use it in GitHub Desktop.
I1030 21:46:51.476931 1 plugins.go:69] No cloud provider specified.
I1030 21:46:51.477196 1 nodecontroller.go:114] Sending events to api server.
E1030 21:46:51.477299 1 controllermanager.go:201] Failed to start service controller: ServiceController should not be run without a cloudprovider.
I1030 21:46:51.477359 1 plugins.go:180] Loaded volume plugin "kubernetes.io/host-path"
I1030 21:46:51.477376 1 plugins.go:180] Loaded volume plugin "kubernetes.io/nfs"
E1030 21:46:51.477504 1 reflector.go:136] Failed to list *api.Pod: Get http://127.0.0.1:8080/api/v1/pods: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477597 1 reflector.go:136] Failed to list *api.PersistentVolume: Get http://127.0.0.1:8080/api/v1/persistentvolumes: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477571 1 reflector.go:136] Failed to list *api.Service: Get http://127.0.0.1:8080/api/v1/services: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477605 1 reflector.go:136] Failed to list *api.Pod: Get http://127.0.0.1:8080/api/v1/pods: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477709 1 reflector.go:136] Failed to list *api.ReplicationController: Get http://127.0.0.1:8080/api/v1/replicationcontrollers: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477794 1 reflector.go:136] Failed to list *api.PersistentVolumeClaim: Get http://127.0.0.1:8080/api/v1/persistentvolumeclaims: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477844 1 nodecontroller.go:187] Error monitoring node status: Get http://127.0.0.1:8080/api/v1/nodes: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477954 1 reflector.go:136] Failed to list *api.Namespace: Get http://127.0.0.1:8080/api/v1/namespaces: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477969 1 reflector.go:136] Failed to list *api.Namespace: Get http://127.0.0.1:8080/api/v1/namespaces: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.478018 1 reflector.go:136] Failed to list *api.ServiceAccount: Get http://127.0.0.1:8080/api/v1/serviceaccounts?fieldSelector=metadata.name%3Ddefault: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.478030 1 reflector.go:136] Failed to list *api.PersistentVolume: Get http://127.0.0.1:8080/api/v1/persistentvolumes: dial tcp 127.0.0.1:8080: connection refused
E1030 21:46:51.477903 1 resource_quota_controller.go:62] Synchronization error: Get http://127.0.0.1:8080/api/v1/resourcequotas: dial tcp 127.0.0.1:8080: connection refused (&url.Error{Op:"Get", URL:"http://127.0.0.1:8080/api/v1/resourcequotas", Err:(*net.OpError)(0xc208390180)})
W1030 21:46:56.480285 1 nodecontroller.go:256] Missing timestamp for Node 127.0.0.1. Assuming now as a timestamp.
I1030 21:47:29.353171 1 replication_controller.go:316] Too few "default"/"etcd-rc" replicas, need 1, creating 1
I1030 21:47:29.359739 1 event.go:203] Event(api.ObjectReference{Kind:"ReplicationController", Namespace:"default", Name:"etcd-rc", UID:"d131057f-7f4f-11e5-b080-42010af00002", APIVersion:"v1", ResourceVersion:"34", FieldPath:""}): reason: 'successfulCreate' Created pod: etcd-rc-70dr3
I1030 21:47:29.495981 1 replication_controller.go:316] Too few "default"/"pfsd-rc" replicas, need 1, creating 1
I1030 21:47:29.500822 1 event.go:203] Event(api.ObjectReference{Kind:"ReplicationController", Namespace:"default", Name:"pfsd-rc", UID:"d1466436-7f4f-11e5-b080-42010af00002", APIVersion:"v1", ResourceVersion:"46", FieldPath:""}): reason: 'successfulCreate' Created pod: pfsd-rc-k4ckh
I1030 21:47:29.617103 1 replication_controller.go:316] Too few "default"/"roler-rc" replicas, need 1, creating 1
I1030 21:47:29.622020 1 event.go:203] Event(api.ObjectReference{Kind:"ReplicationController", Namespace:"default", Name:"roler-rc", UID:"d158ef16-7f4f-11e5-b080-42010af00002", APIVersion:"v1", ResourceVersion:"58", FieldPath:""}): reason: 'successfulCreate' Created pod: roler-rc-g9hl8
I1030 22:33:46.125801 1 replication_controller.go:316] Too few "default"/"etcd-rc" replicas, need 1, creating 1
I1030 22:33:46.139816 1 event.go:203] Event(api.ObjectReference{Kind:"ReplicationController", Namespace:"default", Name:"etcd-rc", UID:"d131057f-7f4f-11e5-b080-42010af00002", APIVersion:"v1", ResourceVersion:"40", FieldPath:""}): reason: 'successfulCreate' Created pod: etcd-rc-ywwqj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment