Skip to content

Instantly share code, notes, and snippets.

@mwringe
Created August 17, 2015 19:21
Show Gist options
  • Save mwringe/5fd70dc86fb6027e84f9 to your computer and use it in GitHub Desktop.
Save mwringe/5fd70dc86fb6027e84f9 to your computer and use it in GitHub Desktop.
I0817 14:36:51.000752 12248 start_master.go:308] Starting master on 0.0.0.0:8443 (v1.0.4)
I0817 14:36:51.000805 12248 start_master.go:309] Public master address is https://192.168.122.1:8443
2015/08/17 14:36:51 etcdserver: datadir is valid for the 2.0.1 format
2015/08/17 14:36:51 etcdserver: recovered store from snapshot at index 220022
2015/08/17 14:36:51 etcdserver: name = openshift.local
2015/08/17 14:36:51 etcdserver: data dir = /home/mwringe/PROJECTS/OPENSHIFT/v1.0.4/openshift.local.etcd
2015/08/17 14:36:51 etcdserver: member dir = /home/mwringe/PROJECTS/OPENSHIFT/v1.0.4/openshift.local.etcd/member
2015/08/17 14:36:51 etcdserver: heartbeat = 100ms
2015/08/17 14:36:51 etcdserver: election = 1000ms
2015/08/17 14:36:51 etcdserver: snapshot count = 0
2015/08/17 14:36:51 etcdserver: advertise client URLs = https://192.168.122.1:4001
2015/08/17 14:36:51 etcdserver: loaded cluster information from store: openshift.local=https://192.168.122.1:7001
2015/08/17 14:36:51 etcdserver: restart member ac09168d893fe4e2 in cluster 6717f07ade2a086e at commit index 226457
2015/08/17 14:36:51 raft: ac09168d893fe4e2 became follower at term 4
2015/08/17 14:36:51 raft: newRaft ac09168d893fe4e2 [peers: [ac09168d893fe4e2], term: 4, commit: 226457, applied: 220022, lastindex: 226457, lastterm: 4]
2015/08/17 14:36:51 etcdserver: set snapshot count to default 10000
I0817 14:36:51.442897 12248 etcd.go:68] Started etcd at 192.168.122.1:4001
I0817 14:36:51.588320 12248 run_components.go:169] Using default project node label selector:
E0817 14:36:51.629079 12248 reflector.go:180] pkg/project/cache/cache.go:102: Failed to list *api.Namespace: Get https://192.168.122.1:8443/api/v1/namespaces: dial tcp 192.168.122.1:8443: connection refused
I0817 14:36:52.018182 12248 plugins.go:70] No cloud provider specified.
E0817 14:36:52.018630 12248 reflector.go:180] pkg/admission/limitranger/admission.go:102: Failed to list *api.LimitRange: Get https://192.168.122.1:8443/api/v1/limitranges: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:52.018682 12248 reflector.go:180] pkg/admission/namespace/lifecycle/admission.go:108: Failed to list *api.Namespace: Get https://192.168.122.1:8443/api/v1/namespaces: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:52.018702 12248 reflector.go:180] pkg/admission/serviceaccount/admission.go:93: Failed to list *api.ServiceAccount: Get https://192.168.122.1:8443/api/v1/serviceaccounts: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:52.018757 12248 reflector.go:180] pkg/admission/serviceaccount/admission.go:107: Failed to list *api.Secret: Get https://192.168.122.1:8443/api/v1/secrets?fieldSelector=type%3Dkubernetes.io%2Fservice-account-token: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:52.018772 12248 reflector.go:180] pkg/admission/namespace/exists/admission.go:102: Failed to list *api.Namespace: Get https://192.168.122.1:8443/api/v1/namespaces: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:52.018913 12248 reflector.go:180] pkg/security/admission/admission.go:59: Failed to list *api.SecurityContextConstraints: Get https://192.168.122.1:8443/api/v1/securitycontextconstraints: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:52.018947 12248 reflector.go:180] pkg/admission/resourcequota/admission.go:60: Failed to list *api.ResourceQuota: Get https://192.168.122.1:8443/api/v1/resourcequotas: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:52.630317 12248 reflector.go:180] pkg/project/cache/cache.go:102: Failed to list *api.Namespace: Get https://192.168.122.1:8443/api/v1/namespaces: dial tcp 192.168.122.1:8443: connection refused
2015/08/17 14:36:52 raft: ac09168d893fe4e2 is starting a new election at term 4
2015/08/17 14:36:52 raft: ac09168d893fe4e2 became candidate at term 5
2015/08/17 14:36:52 raft: ac09168d893fe4e2 received vote from ac09168d893fe4e2 at term 5
2015/08/17 14:36:52 raft: ac09168d893fe4e2 became leader at term 5
2015/08/17 14:36:52 raft.node: ac09168d893fe4e2 elected leader ac09168d893fe4e2 at term 5
2015/08/17 14:36:52 etcdserver: published {Name:openshift.local ClientURLs:[https://192.168.122.1:4001]} to cluster 6717f07ade2a086e
I0817 14:36:52.943032 12248 master.go:205] Started Kubernetes API at 0.0.0.0:8443/api/v1beta3 (deprecated)
I0817 14:36:52.943276 12248 master.go:205] Started Kubernetes API at 0.0.0.0:8443/api/v1
I0817 14:36:52.943300 12248 master.go:205] Started Origin API at 0.0.0.0:8443/osapi/v1beta3
I0817 14:36:52.943311 12248 master.go:205] Started Origin API at 0.0.0.0:8443/oapi/v1 (experimental)
I0817 14:36:52.943320 12248 master.go:205] Started OAuth2 API at 0.0.0.0:8443/oauth
I0817 14:36:52.943329 12248 master.go:205] Started Login endpoint at 0.0.0.0:8443/login
I0817 14:36:52.943338 12248 master.go:205] Started Web Console 0.0.0.0:8443/console/
I0817 14:36:52.943347 12248 master.go:205] Started Swagger Schema API at 0.0.0.0:8443/swaggerapi/
E0817 14:36:53.019302 12248 reflector.go:180] pkg/admission/limitranger/admission.go:102: Failed to list *api.LimitRange: Get https://192.168.122.1:8443/api/v1/limitranges: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:53.019611 12248 reflector.go:180] pkg/admission/resourcequota/admission.go:60: Failed to list *api.ResourceQuota: Get https://192.168.122.1:8443/api/v1/resourcequotas: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:53.019663 12248 reflector.go:180] pkg/admission/namespace/exists/admission.go:102: Failed to list *api.Namespace: Get https://192.168.122.1:8443/api/v1/namespaces: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:53.019703 12248 reflector.go:180] pkg/admission/serviceaccount/admission.go:93: Failed to list *api.ServiceAccount: Get https://192.168.122.1:8443/api/v1/serviceaccounts: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:53.019679 12248 reflector.go:180] pkg/security/admission/admission.go:59: Failed to list *api.SecurityContextConstraints: Get https://192.168.122.1:8443/api/v1/securitycontextconstraints: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:53.019723 12248 reflector.go:180] pkg/admission/serviceaccount/admission.go:107: Failed to list *api.Secret: Get https://192.168.122.1:8443/api/v1/secrets?fieldSelector=type%3Dkubernetes.io%2Fservice-account-token: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:53.019624 12248 reflector.go:180] pkg/admission/namespace/lifecycle/admission.go:108: Failed to list *api.Namespace: Get https://192.168.122.1:8443/api/v1/namespaces: dial tcp 192.168.122.1:8443: connection refused
E0817 14:36:53.193312 12248 ensure.go:155] Unable to initialize security context constraints: User "system:anonymous" cannot list all securitycontextconstraints in the cluster
I0817 14:36:53.193346 12248 ensure.go:161] No security context constraints detected, adding defaults
E0817 14:36:53.194088 12248 ensure.go:167] Unable to create default security context constraint privileged. Got error: User "system:anonymous" cannot create securitycontextconstraints at the cluster scope
E0817 14:36:53.194623 12248 ensure.go:167] Unable to create default security context constraint restricted. Got error: User "system:anonymous" cannot create securitycontextconstraints at the cluster scope
E0817 14:36:53.195131 12248 ensure.go:112] Error adding service account roles to default namespace: User "system:anonymous" cannot get namespaces in project "default"
E0817 14:36:53.195675 12248 ensure.go:46] Error creating namespace openshift-infra: User "system:anonymous" cannot create namespaces at the cluster scope
E0817 14:36:53.196201 12248 ensure.go:54] Error creating service account openshift-infra/build-controller: User "system:anonymous" cannot create serviceaccounts in project "openshift-infra"
E0817 14:36:53.196858 12248 ensure.go:54] Error creating service account openshift-infra/deployment-controller: User "system:anonymous" cannot create serviceaccounts in project "openshift-infra"
E0817 14:36:53.197542 12248 ensure.go:54] Error creating service account openshift-infra/replication-controller: User "system:anonymous" cannot create serviceaccounts in project "openshift-infra"
E0817 14:36:53.216951 12248 ensure.go:72] Could not add openshift-infra users to the [system:serviceaccount:openshift-infra:build-controller] cluster role: system:build-controller
%!(EXTRA *errors.StatusError=User "system:anonymous" cannot get clusterpolicybindings at the cluster scope)
E0817 14:36:53.217546 12248 ensure.go:72] Could not add openshift-infra users to the [system:serviceaccount:openshift-infra:deployment-controller] cluster role: system:deployment-controller
%!(EXTRA *errors.StatusError=User "system:anonymous" cannot get clusterpolicybindings at the cluster scope)
E0817 14:36:53.218081 12248 ensure.go:72] Could not add openshift-infra users to the [system:serviceaccount:openshift-infra:replication-controller] cluster role: system:replication-controller
%!(EXTRA *errors.StatusError=User "system:anonymous" cannot get clusterpolicybindings at the cluster scope)
I0817 14:36:53.218589 12248 start_master.go:382] Using images from "openshift/origin-<component>:v1.0.4"
2015/08/17 14:36:53 skydns: ready for queries on cluster.local. for tcp://0.0.0.0:53 [rcache 0]
2015/08/17 14:36:53 skydns: ready for queries on cluster.local. for udp://0.0.0.0:53 [rcache 0]
E0817 14:36:53.219751 12248 reflector.go:180] pkg/dns/serviceaccessor.go:41: Failed to list *api.Service: User "system:anonymous" cannot list all services in the cluster
I0817 14:36:53.319375 12248 run_components.go:164] DNS listening at 0.0.0.0:53
I0817 14:36:53.319464 12248 start_master.go:396] Master controllers starting (*)
I0817 14:36:53.319519 12248 run_components.go:72] Started Service Account Manager
E0817 14:36:53.320045 12248 reflector.go:180] pkg/project/auth/cache.go:166: Failed to list *api.Namespace: User "system:anonymous" cannot list all namespaces in the cluster
E0817 14:36:53.320079 12248 cache.go:206] error synchronizing: User "system:anonymous" cannot create resourceaccessreviews in project "openshift"
E0817 14:36:53.320443 12248 cache.go:224] error synchronizing: User "system:anonymous" cannot create resourceaccessreviews in project "default"
E0817 14:36:53.320594 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.ServiceAccount: User "system:anonymous" cannot list all serviceaccounts in the cluster
E0817 14:36:53.320792 12248 cache.go:224] error synchronizing: User "system:anonymous" cannot create resourceaccessreviews in project "openshift"
E0817 14:36:53.320998 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.Namespace: User "system:anonymous" cannot list all namespaces in the cluster
I0817 14:36:53.498793 12248 run_components.go:103] Started Service Account Token Manager
I0817 14:36:53.498859 12248 run_components.go:122] Started Service Account Pull Secret Controllers
E0817 14:36:53.499766 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.ServiceAccount: User "system:anonymous" cannot list all serviceaccounts in the cluster
E0817 14:36:53.501376 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.ServiceAccount: User "system:anonymous" cannot list all serviceaccounts in the cluster
E0817 14:36:53.502930 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.Secret: User "system:anonymous" cannot list all secrets in the cluster
I0817 14:36:53.503220 12248 start_node.go:177] Starting a node connected to https://192.168.122.1:8443
E0817 14:36:53.503330 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.Secret: User "system:anonymous" cannot list all secrets in the cluster
E0817 14:36:53.503803 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.Service: User "system:anonymous" cannot list services in project "default"
E0817 14:36:53.504172 12248 reflector.go:180] /usr/lib/golang/src/runtime/asm_amd64.s:2232: Failed to list *api.Secret: User "system:anonymous" cannot list all secrets in the cluster
F0817 14:36:53.504581 12248 run_components.go:354] Unable to initialize namespaces: unable to refresh the security allocation UID blocks: User "system:anonymous" cannot list all namespaces in the cluster
[root@corbeau v1.0.4]# ls
@mwringe
Copy link
Author

mwringe commented Aug 17, 2015

command used to start:
openshift start --master-config=openshift.local.config/master/master-config.yaml --node-config=openshift.local.config/node-192.168.122.1/node-config.yaml

@mwringe
Copy link
Author

mwringe commented Aug 17, 2015

@deads2k
Copy link

deads2k commented Aug 17, 2015

master-config.yaml file:

fyi, you can edit your own gist and have multiple files in a single gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment