Skip to content

Instantly share code, notes, and snippets.

@tobru
Last active April 9, 2018 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobru/a0595aace60410933a3a416a23f96ae1 to your computer and use it in GitHub Desktop.
Save tobru/a0595aace60410933a3a416a23f96ae1 to your computer and use it in GitHub Desktop.
OpenShift 3.7 on ARM (OrangePI)
tobru@orangepiwin:~$ uname -a
Linux orangepiwin 3.10.107-pine64 #9 SMP PREEMPT Fri Apr 6 09:05:49 CEST 2018 aarch64 aarch64 aarch64 GNU/Linux
tobru@orangepiwin:~$ free -m
total used free shared buff/cache available
Mem: 1988 621 51 37 1314 1264
Swap: 0 0 0
tobru@orangepiwin:~$ cat /proc/cpuinfo
Processor : AArch64 Processor rev 4 (aarch64)
processor : 0
processor : 1
processor : 2
processor : 3
Features : fp asimd aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: AArch64
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : sun50iw1p1
tobru@orangepiwin:~$ openshift version
openshift v3.7.1+c2ce2c0-1
kubernetes v1.7.6+a08f5eeb62
etcd 3.2.8
tobru@orangepiwin:~$ openshift start --write-config=etc/openshift
Wrote master config to: etc/openshift/master/master-config.yaml
tobru@orangepiwin:~$ openshift start etcd --config=etc/openshift/master/master-config.yaml
W0407 21:10:33.864124 28462 start_etcd.go:107] assetConfig.loggingPublicURL: Invalid value: "": required to view aggregated container logs in the console
W0407 21:10:33.864399 28462 start_etcd.go:107] assetConfig.metricsPublicURL: Invalid value: "": required to view cluster metrics in the console
2018-04-07 21:10:33.864858 I | embed: peerTLS: cert = etc/openshift/master/etcd.server.crt, key = etc/openshift/master/etcd.server.key, ca = etc/openshift/master/ca.crt, trusted-ca = , client-cert-auth = true
2018-04-07 21:10:33.868926 I | embed: listening for peers on https://0.0.0.0:7001
2018-04-07 21:10:33.869512 I | embed: listening for client requests on 0.0.0.0:4001
2018-04-07 21:10:33.900061 I | etcdserver: name = openshift.local
2018-04-07 21:10:33.900459 I | etcdserver: data dir = /home/tobru/openshift.local.etcd
2018-04-07 21:10:33.900650 I | etcdserver: member dir = /home/tobru/openshift.local.etcd/member
2018-04-07 21:10:33.900816 I | etcdserver: heartbeat = 100ms
2018-04-07 21:10:33.900990 I | etcdserver: election = 1000ms
2018-04-07 21:10:33.901152 I | etcdserver: snapshot count = 100000
2018-04-07 21:10:33.901317 I | etcdserver: advertise client URLs = https://192.168.25.158:4001
2018-04-07 21:10:33.902444 I | etcdserver: restarting member 7eb6eff550f56f65 in cluster c815e86b1ec0d05c at commit index 4
2018-04-07 21:10:33.903062 I | raft: 7eb6eff550f56f65 became follower at term 2
2018-04-07 21:10:33.903260 I | raft: newRaft 7eb6eff550f56f65 [peers: [], term: 2, commit: 4, applied: 0, lastindex: 4, lastterm: 2]
2018-04-07 21:10:33.915307 W | auth: simple token is not cryptographically signed
2018-04-07 21:10:33.928001 I | etcdserver: starting server... [version: 3.2.8, cluster version: to_be_decided]
2018-04-07 21:10:33.928518 I | embed: ClientTLS: cert = etc/openshift/master/etcd.server.crt, key = etc/openshift/master/etcd.server.key, ca = etc/openshift/master/ca.crt, trusted-ca = , client-cert-auth = true
2018-04-07 21:10:33.930391 I | etcdserver/membership: added member 7eb6eff550f56f65 [https://192.168.25.158:7001] to cluster c815e86b1ec0d05c
2018-04-07 21:10:33.930955 N | etcdserver/membership: set the initial cluster version to 3.2
2018-04-07 21:10:33.931172 I | etcdserver/api: enabled capabilities for version 3.2
2018-04-07 21:10:34.704243 I | raft: 7eb6eff550f56f65 is starting a new election at term 2
2018-04-07 21:10:34.704549 I | raft: 7eb6eff550f56f65 became candidate at term 3
2018-04-07 21:10:34.704636 I | raft: 7eb6eff550f56f65 received MsgVoteResp from 7eb6eff550f56f65 at term 3
2018-04-07 21:10:34.704716 I | raft: 7eb6eff550f56f65 became leader at term 3
2018-04-07 21:10:34.704753 I | raft: raft.node: 7eb6eff550f56f65 elected leader 7eb6eff550f56f65 at term 3
2018-04-07 21:10:34.705572 I | embed: ready to serve client requests
I0407 21:10:34.705903 28462 run.go:81] Started etcd at 192.168.25.158:4001
2018-04-07 21:10:34.706123 I | etcdserver: published {Name:openshift.local ClientURLs:[https://192.168.25.158:4001]} to cluster c815e86b1ec0d05c
2018-04-07 21:10:34.707642 I | embed: serving client requests on [::]:4001
2018-04-07 21:10:34.984773 I | etcdserver/api/v3rpc: Failed to dial 0.0.0.0:4001: connection error: desc = "transport: remote error: tls: bad certificate"; please retry.
tobru@orangepiwin:~$ openshift start master api --config=etc/openshift/master/master-config.yaml
W0407 21:10:47.872577 28502 start_master.go:290] Warning: assetConfig.loggingPublicURL: Invalid value: "": required to view aggregated container logs in the console, master start will continue.
W0407 21:10:47.872844 28502 start_master.go:290] Warning: assetConfig.metricsPublicURL: Invalid value: "": required to view cluster metrics in the console, master start will continue.
I0407 21:11:12.626421 28502 start_master.go:530] Starting master on 0.0.0.0:8443 (v3.7.1+c2ce2c0-1)
I0407 21:11:12.626614 28502 start_master.go:531] Public master address is https://192.168.25.158:8443
I0407 21:11:12.626763 28502 start_master.go:538] Using images from "openshift/origin-<component>:v3.7.1"
W0407 21:11:12.929674 28502 run_components.go:49] Binding DNS on port 8053 instead of 53, which may not be resolvable from all clients
W0407 21:11:12.930354 28502 server.go:85] Unable to keep dnsmasq up to date, 0.0.0.0:8053 must point to port 53
I0407 21:11:12.930825 28502 logs.go:41] skydns: ready for queries on cluster.local. for tcp4://0.0.0.0:8053 [rcache 0]
I0407 21:11:12.930925 28502 logs.go:41] skydns: ready for queries on cluster.local. for udp4://0.0.0.0:8053 [rcache 0]
I0407 21:11:13.031415 28502 run_components.go:75] DNS listening at 0.0.0.0:8053
I0407 21:11:32.600484 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:32.600638 28502 master.go:329] Starting OAuth2 API at /oauth
I0407 21:11:32.624639 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:32.624767 28502 master.go:329] Starting OAuth2 API at /oauth
I0407 21:11:32.638649 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:32.638787 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:32.691543 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
W0407 21:11:32.691693 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
[restful] 2018/04/07 21:11:32 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:32 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:32.864847 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:32.865033 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:32.946305 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:32.946458 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:32 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:32 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:33.383512 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:33.384020 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:33.492246 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:33.492443 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:33 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:33 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:33.971116 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:33.971290 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:34.064066 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:34.064562 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:34 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:34 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:34.534860 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:34.535034 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:34.789542 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:34.789713 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:34 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:34 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:35.354331 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:35.354854 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:35.636564 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:35.636757 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:35 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:35 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:36.216058 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:36.216580 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:36.298421 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:36.298629 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:36 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:36 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:36.718734 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:36.719321 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:36.889342 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:36.889510 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:36 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:36 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:37.310526 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:37.310696 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:37.419650 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
W0407 21:11:37.419857 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
[restful] 2018/04/07 21:11:37 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:37 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:37.936984 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:37.937157 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:38.090744 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:38.090970 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:38 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:38 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:38.902671 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:38.902862 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:39.222639 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
W0407 21:11:39.222808 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:39 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:39 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:39.952551 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:39.952698 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:40.136832 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
W0407 21:11:40.137375 28502 swagger.go:38] No API exists for predefined swagger description /oapi/v1
[restful] 2018/04/07 21:11:40 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:40 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:40.825851 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:40.826340 28502 master.go:329] Starting OAuth2 API at /oauth
I0407 21:11:40.918098 28502 openshift_apiserver.go:544] Started Origin API at /oapi/v1
W0407 21:11:41.268227 28502 swagger.go:38] No API exists for predefined swagger description /api/v1
[restful] 2018/04/07 21:11:41 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:41 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:43.489608 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:43.489777 28502 master.go:329] Starting OAuth2 API at /oauth
W0407 21:11:43.966333 28502 genericapiserver.go:371] Skipping API autoscaling/v2alpha1 because it has no resources.
W0407 21:11:44.068009 28502 genericapiserver.go:371] Skipping API rbac.authorization.k8s.io/v1alpha1 because it has no resources.
[restful] 2018/04/07 21:11:44 log.go:33: [restful/swagger] listing is available at https://192.168.25.158:8443/swaggerapi
[restful] 2018/04/07 21:11:44 log.go:33: [restful/swagger] https://192.168.25.158:8443/swaggerui/ is mapped to folder /swagger-ui/
I0407 21:11:49.866480 28502 master.go:320] Starting Web Console https://192.168.25.158:8443/console/
I0407 21:11:49.866616 28502 master.go:329] Starting OAuth2 API at /oauth
I0407 21:11:49.939280 28502 serve.go:85] Serving securely on 0.0.0.0:8443
I0407 21:11:49.963968 28502 tprregistration_controller.go:147] Starting tpr-autoregister controller
I0407 21:11:50.001178 28502 crd_finalizer.go:248] Starting CRDFinalizer
I0407 21:11:50.003053 28502 openshift_apiserver.go:642] Using default project node label selector:
I0407 21:11:50.003395 28502 customresource_discovery_controller.go:152] Starting DiscoveryController
I0407 21:11:50.003563 28502 naming_controller.go:284] Starting NamingConditionController
I0407 21:11:50.017431 28502 apiservice_controller.go:113] Starting APIServiceRegistrationController
I0407 21:11:50.017573 28502 cache.go:32] Waiting for caches to sync for APIServiceRegistrationController controller
I0407 21:11:50.018480 28502 autoregister_controller.go:141] Starting autoregister controller
I0407 21:11:50.019133 28502 cache.go:32] Waiting for caches to sync for autoregister controller
I0407 21:11:50.025163 28502 available_controller.go:256] Starting AvailableConditionController
I0407 21:11:50.025334 28502 cache.go:32] Waiting for caches to sync for AvailableConditionController controller
I0407 21:11:50.026029 28502 controller_utils.go:1025] Waiting for caches to sync for tpr-autoregister controller
I0407 21:11:50.036950 28502 clusterquotamapping.go:160] Starting ClusterQuotaMappingController controller
I0407 21:11:50.851492 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59852: EOF
I0407 21:11:51.787260 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59884: EOF
I0407 21:11:51.798469 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59876: EOF
I0407 21:11:52.409076 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59877: EOF
I0407 21:11:52.847340 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59885: EOF
I0407 21:11:52.959564 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59886: EOF
I0407 21:11:53.026769 28502 controller_utils.go:1032] Caches are synced for tpr-autoregister controller
I0407 21:11:53.125291 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59887: EOF
I0407 21:11:53.138466 28502 cache.go:39] Caches are synced for APIServiceRegistrationController controller
I0407 21:11:53.138615 28502 cache.go:39] Caches are synced for autoregister controller
I0407 21:11:53.144235 28502 cache.go:39] Caches are synced for AvailableConditionController controller
I0407 21:11:53.167432 28502 openshift_apiserver.go:681] Created default security context constraint privileged
I0407 21:11:53.248930 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59888: EOF
I0407 21:11:53.310452 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59889: EOF
I0407 21:11:53.352170 28502 openshift_apiserver.go:681] Created default security context constraint nonroot
I0407 21:11:53.448964 28502 openshift_apiserver.go:681] Created default security context constraint hostmount-anyuid
I0407 21:11:53.476593 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59890: EOF
I0407 21:11:53.504594 28502 openshift_apiserver.go:681] Created default security context constraint hostaccess
I0407 21:11:53.527988 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/cluster-admin
I0407 21:11:53.574133 28502 openshift_apiserver.go:681] Created default security context constraint restricted
W0407 21:11:53.636887 28502 lease_endpoint_reconciler.go:176] Resetting endpoints for master service "kubernetes" to [192.168.25.158]
I0407 21:11:53.646897 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/sudoer
I0407 21:11:53.650976 28502 openshift_apiserver.go:681] Created default security context constraint anyuid
I0407 21:11:53.718486 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59891: EOF
I0407 21:11:53.740092 28502 openshift_apiserver.go:681] Created default security context constraint hostnetwork
I0407 21:11:53.741410 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:scope-impersonation
E0407 21:11:53.752524 28502 autoregister_controller.go:195] v1.authentication.k8s.io failed with : Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1.authentication.k8s.io": the object has been modified; please apply your changes to the latest version and try again
E0407 21:11:53.821848 28502 available_controller.go:289] v1.authorization.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1.authorization.k8s.io": the object has been modified; please apply your changes to the latest version and try again
I0407 21:11:53.854675 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/cluster-reader
E0407 21:11:53.863044 28502 available_controller.go:289] v1beta1.authorization.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1beta1.authorization.k8s.io": the object has been modified; please apply your changes to the latest version and try again
I0407 21:11:53.979119 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/cluster-debugger
I0407 21:11:53.987780 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59892: EOF
I0407 21:11:54.090208 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:build-strategy-docker
I0407 21:11:54.171579 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59893: EOF
I0407 21:11:54.171762 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:build-strategy-custom
I0407 21:11:54.244625 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:build-strategy-source
I0407 21:11:54.287650 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:image-pullers in openshift-infra
I0407 21:11:54.292866 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:build-strategy-jenkinspipeline
E0407 21:11:54.325733 28502 cache.go:295] error synchronizing: clusterrole.rbac.authorization.k8s.io "system:image-puller" not found
E0407 21:11:54.327384 28502 cache.go:332] error synchronizing: clusterrole.rbac.authorization.k8s.io "system:image-puller" not found
I0407 21:11:54.341304 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/storage-admin
I0407 21:11:54.380520 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:image-builders in openshift-infra
I0407 21:11:54.409085 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/admin
I0407 21:11:54.429289 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59894: EOF
I0407 21:11:54.455575 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:deployers in openshift-infra
I0407 21:11:54.464927 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:image-pullers in default
I0407 21:11:54.514885 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:image-pullers in openshift
I0407 21:11:54.531494 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/edit
I0407 21:11:54.566562 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:image-builders in default
I0407 21:11:54.583360 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:image-builders in openshift
I0407 21:11:54.591050 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/view
I0407 21:11:54.591264 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59895: EOF
I0407 21:11:54.634662 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:deployers in default
I0407 21:11:54.641323 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/basic-user
I0407 21:11:54.652292 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:deployers in openshift
I0407 21:11:54.680291 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/self-access-reviewer
I0407 21:11:54.722457 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/self-provisioner
I0407 21:11:54.762710 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/cluster-status
I0407 21:11:54.784066 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59896: EOF
I0407 21:11:54.787966 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:image-auditor
I0407 21:11:54.809730 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:image-puller
I0407 21:11:54.833517 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:image-pusher
I0407 21:11:54.866044 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:image-builder
I0407 21:11:54.892067 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:image-pruner
I0407 21:11:54.915588 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:image-signer
I0407 21:11:54.940996 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:deployer
I0407 21:11:54.963031 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:master
I0407 21:11:54.984058 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59897: EOF
I0407 21:11:54.993216 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:oauth-token-deleter
I0407 21:11:55.016616 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:router
I0407 21:11:55.038313 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:registry
I0407 21:11:55.061179 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:node-proxier
I0407 21:11:55.094009 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:node-admin
I0407 21:11:55.115841 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:node-reader
I0407 21:11:55.160735 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:node
I0407 21:11:55.187267 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59898: EOF
I0407 21:11:55.208329 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:sdn-reader
I0407 21:11:55.239392 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:sdn-manager
I0407 21:11:55.282519 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:webhook
I0407 21:11:55.323874 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:discovery
I0407 21:11:55.363414 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:persistent-volume-provisioner
I0407 21:11:55.397493 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/registry-admin
I0407 21:11:55.400304 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59899: EOF
I0407 21:11:55.445318 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/registry-editor
I0407 21:11:55.506823 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/registry-viewer
I0407 21:11:55.581339 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:templateservicebroker-client
I0407 21:11:55.607213 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:replication-controller
I0407 21:11:55.647670 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:endpoint-controller
I0407 21:11:55.670250 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:replicaset-controller
I0407 21:11:55.677289 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59900: EOF
I0407 21:11:55.692528 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:garbage-collector-controller
I0407 21:11:55.714483 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:job-controller
I0407 21:11:55.737201 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:hpa-controller
I0407 21:11:55.759298 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:daemonset-controller
I0407 21:11:55.781500 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:disruption-controller
I0407 21:11:55.804072 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:namespace-controller
I0407 21:11:55.826913 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59901: EOF
I0407 21:11:55.828123 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:gc-controller
I0407 21:11:55.849513 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:certificate-signing-controller
I0407 21:11:55.882378 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:statefulset-controller
I0407 21:11:55.906324 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:build-controller
I0407 21:11:55.929892 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:deploymentconfig-controller
I0407 21:11:55.952405 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:deployment-controller
I0407 21:11:55.978219 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:build-controller
I0407 21:11:56.002096 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:build-config-change-controller
I0407 21:11:56.017621 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59902: EOF
I0407 21:11:56.027096 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:deployer-controller
I0407 21:11:56.051961 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:deploymentconfig-controller
I0407 21:11:56.077206 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:template-instance-controller
I0407 21:11:56.101470 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:origin-namespace-controller
I0407 21:11:56.123787 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:serviceaccount-controller
I0407 21:11:56.146121 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:serviceaccount-pull-secrets-controller
I0407 21:11:56.168911 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:image-trigger-controller
I0407 21:11:56.191289 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:service-serving-cert-controller
I0407 21:11:56.223304 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59903: EOF
I0407 21:11:56.223674 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:image-import-controller
I0407 21:11:56.249494 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:sdn-controller
I0407 21:11:56.276773 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:cluster-quota-reconciliation-controller
I0407 21:11:56.301568 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:unidling-controller
I0407 21:11:56.332430 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:service-ingress-ip-controller
I0407 21:11:56.355983 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:pv-recycler-controller
I0407 21:11:56.378208 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:resourcequota-controller
I0407 21:11:56.401543 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:horizontal-pod-autoscaler
I0407 21:11:56.436422 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59904: EOF
I0407 21:11:56.437556 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:openshift:controller:template-service-broker
I0407 21:11:56.461960 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:attachdetach-controller
I0407 21:11:56.484698 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:cronjob-controller
I0407 21:11:56.507711 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:daemon-set-controller
I0407 21:11:56.531913 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:deployment-controller
I0407 21:11:56.559356 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:disruption-controller
I0407 21:11:56.582066 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:endpoint-controller
I0407 21:11:56.607682 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:generic-garbage-collector
I0407 21:11:56.631527 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:horizontal-pod-autoscaler
I0407 21:11:56.636799 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59905: EOF
I0407 21:11:56.663208 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:job-controller
I0407 21:11:56.686014 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:namespace-controller
I0407 21:11:56.710583 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:node-controller
I0407 21:11:56.736661 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:persistent-volume-binder
I0407 21:11:56.760837 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:pod-garbage-collector
I0407 21:11:56.791418 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:replicaset-controller
I0407 21:11:56.818221 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:replication-controller
I0407 21:11:56.833521 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59906: EOF
I0407 21:11:56.841293 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:resourcequota-controller
I0407 21:11:56.864659 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:route-controller
I0407 21:11:56.894446 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:service-account-controller
I0407 21:11:56.918402 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:service-controller
I0407 21:11:56.941838 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:statefulset-controller
I0407 21:11:56.966514 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:ttl-controller
I0407 21:11:56.990549 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:controller:certificate-controller
I0407 21:11:57.020794 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:basic-user
I0407 21:11:57.031940 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59907: EOF
I0407 21:11:57.044502 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:heapster
I0407 21:11:57.069996 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:node-problem-detector
I0407 21:11:57.094101 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:node-bootstrapper
I0407 21:11:57.123959 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:auth-delegator
I0407 21:11:57.150132 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:kube-aggregator
I0407 21:11:57.174595 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:kube-controller-manager
I0407 21:11:57.200018 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:kube-scheduler
I0407 21:11:57.222571 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59908: EOF
I0407 21:11:57.234980 28502 storage_rbac.go:192] created clusterrole.rbac.authorization.k8s.io/system:kube-dns
I0407 21:11:57.258916 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:masters
I0407 21:11:57.283043 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:node-admins
I0407 21:11:57.307770 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/cluster-admins
I0407 21:11:57.339956 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/cluster-readers
I0407 21:11:57.365768 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/basic-users
I0407 21:11:57.390685 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/self-access-reviewers
I0407 21:11:57.413621 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/self-provisioners
I0407 21:11:57.439518 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59909: EOF
I0407 21:11:57.440726 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:oauth-token-deleters
I0407 21:11:57.472888 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/cluster-status-binding
I0407 21:11:57.499756 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:node-proxiers
I0407 21:11:57.523194 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:sdn-readers
I0407 21:11:57.548319 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:webhooks
I0407 21:11:57.573523 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:discovery-binding
I0407 21:11:57.596078 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:build-strategy-docker-binding
I0407 21:11:57.617633 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:build-strategy-source-binding
I0407 21:11:57.642612 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:build-strategy-jenkinspipeline-binding
I0407 21:11:57.654212 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59910: EOF
I0407 21:11:57.666576 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:node-bootstrapper
I0407 21:11:57.701069 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:scope-impersonation
I0407 21:11:57.726659 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:nodes
I0407 21:11:57.752964 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:attachdetach-controller
I0407 21:11:57.778292 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:cronjob-controller
I0407 21:11:57.806158 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:daemon-set-controller
I0407 21:11:57.829929 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:deployment-controller
I0407 21:11:57.848323 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59911: EOF
I0407 21:11:57.855069 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:disruption-controller
I0407 21:11:57.881716 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:endpoint-controller
I0407 21:11:57.917608 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:generic-garbage-collector
I0407 21:11:57.942177 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:horizontal-pod-autoscaler
I0407 21:11:57.966167 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:job-controller
I0407 21:11:57.988870 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:namespace-controller
I0407 21:11:58.023941 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:node-controller
I0407 21:11:58.044352 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59912: EOF
I0407 21:11:58.048531 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:persistent-volume-binder
I0407 21:11:58.071204 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:pod-garbage-collector
I0407 21:11:58.094762 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:replicaset-controller
I0407 21:11:58.124106 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:replication-controller
I0407 21:11:58.149670 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:resourcequota-controller
I0407 21:11:58.171277 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:route-controller
I0407 21:11:58.193544 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:service-account-controller
I0407 21:11:58.216740 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:service-controller
I0407 21:11:58.227656 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59913: EOF
I0407 21:11:58.244622 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:statefulset-controller
I0407 21:11:58.266099 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:ttl-controller
I0407 21:11:58.288033 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:controller:certificate-controller
I0407 21:11:58.319597 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:build-controller
I0407 21:11:58.355759 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:build-config-change-controller
I0407 21:11:58.378066 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:deployer-controller
I0407 21:11:58.400930 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:deploymentconfig-controller
I0407 21:11:58.422820 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:template-instance-controller
I0407 21:11:58.436279 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59914: EOF
I0407 21:11:58.444074 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/admin
I0407 21:11:58.479759 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:origin-namespace-controller
I0407 21:11:58.501538 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:serviceaccount-controller
I0407 21:11:58.523897 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:serviceaccount-pull-secrets-controller
I0407 21:11:58.545687 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:image-trigger-controller
I0407 21:11:58.567399 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:service-serving-cert-controller
I0407 21:11:58.592698 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:image-import-controller
I0407 21:11:58.615315 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:sdn-controller
I0407 21:11:58.638785 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59915: EOF
I0407 21:11:58.639669 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:cluster-quota-reconciliation-controller
I0407 21:11:58.660467 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:unidling-controller
I0407 21:11:58.691318 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:service-ingress-ip-controller
I0407 21:11:58.712620 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:pv-recycler-controller
I0407 21:11:58.733009 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:resourcequota-controller
I0407 21:11:58.756870 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:horizontal-pod-autoscaler
I0407 21:11:58.783390 28502 storage_rbac.go:218] updated clusterrolebinding.rbac.authorization.k8s.io/system:controller:horizontal-pod-autoscaler with additional subjects: [{ServiceAccount horizontal-pod-autoscaler openshift-infra}]
I0407 21:11:58.812810 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:openshift:controller:template-service-broker
I0407 21:11:58.835630 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/cluster-admin
I0407 21:11:58.852777 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59916: EOF
I0407 21:11:58.859104 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:discovery
I0407 21:11:58.882200 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:basic-user
I0407 21:11:58.918796 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:node-proxier
I0407 21:11:58.942876 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:kube-controller-manager
I0407 21:11:58.965181 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:kube-dns
I0407 21:11:58.987411 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:kube-scheduler
I0407 21:11:59.008824 28502 storage_rbac.go:220] created clusterrolebinding.rbac.authorization.k8s.io/system:node
I0407 21:11:59.026159 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59917: EOF
I0407 21:11:59.056303 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/extension-apiserver-authentication-reader in kube-system
I0407 21:11:59.094168 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/system:controller:bootstrap-signer in kube-system
I0407 21:11:59.140197 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/system:controller:cloud-provider in kube-system
I0407 21:11:59.176990 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/system:controller:token-cleaner in kube-system
I0407 21:11:59.214700 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/system::leader-locking-kube-controller-manager in kube-system
I0407 21:11:59.247139 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59918: EOF
I0407 21:11:59.261197 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/system::leader-locking-kube-scheduler in kube-system
I0407 21:11:59.298979 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/system:controller:bootstrap-signer in kube-public
I0407 21:11:59.336295 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/shared-resource-viewer in openshift
I0407 21:11:59.376491 28502 storage_rbac.go:251] created role.rbac.authorization.k8s.io/system:node-config-reader in openshift-node
I0407 21:11:59.415125 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:node-config-reader in openshift-node
I0407 21:11:59.453411 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system::leader-locking-kube-controller-manager in kube-system
I0407 21:11:59.455184 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59919: EOF
I0407 21:11:59.489765 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system::leader-locking-kube-scheduler in kube-system
I0407 21:11:59.528489 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:controller:bootstrap-signer in kube-system
I0407 21:11:59.568224 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:controller:cloud-provider in kube-system
I0407 21:11:59.614288 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:controller:token-cleaner in kube-system
I0407 21:11:59.636175 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59920: EOF
I0407 21:11:59.724860 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/system:controller:bootstrap-signer in kube-public
I0407 21:11:59.774987 28502 storage_rbac.go:281] created rolebinding.rbac.authorization.k8s.io/shared-resource-viewers in openshift
I0407 21:11:59.834093 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59921: EOF
I0407 21:12:00.034409 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59922: EOF
I0407 21:12:00.239777 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59923: EOF
I0407 21:12:00.447568 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59924: EOF
I0407 21:12:00.629070 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59925: EOF
I0407 21:12:00.832204 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59926: EOF
I0407 21:12:01.033955 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59927: EOF
I0407 21:12:01.255658 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59928: EOF
I0407 21:12:01.434954 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59929: EOF
I0407 21:12:01.650164 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59930: EOF
I0407 21:12:01.849340 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59931: EOF
I0407 21:12:02.047956 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59932: EOF
I0407 21:12:02.241643 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59933: EOF
I0407 21:12:02.450388 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59934: EOF
I0407 21:12:02.651021 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59935: EOF
I0407 21:12:02.849373 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59936: EOF
I0407 21:12:03.049803 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59937: EOF
I0407 21:12:03.250657 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59938: EOF
I0407 21:12:03.453349 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59939: EOF
I0407 21:12:03.637399 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59940: EOF
I0407 21:12:03.852427 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59941: EOF
I0407 21:12:04.039313 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59942: EOF
I0407 21:12:04.263837 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59943: EOF
I0407 21:12:04.439657 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59944: EOF
I0407 21:12:04.651028 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59945: EOF
I0407 21:12:04.851086 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59946: EOF
I0407 21:12:05.051249 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59947: EOF
I0407 21:12:05.251122 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59948: EOF
I0407 21:12:05.453211 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59949: EOF
I0407 21:12:05.641792 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59950: EOF
I0407 21:12:05.839657 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59951: EOF
I0407 21:12:06.052010 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59952: EOF
I0407 21:12:06.255066 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59953: EOF
I0407 21:12:06.453813 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59954: EOF
I0407 21:12:06.640842 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59955: EOF
I0407 21:12:06.853130 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59956: EOF
I0407 21:12:07.053581 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59957: EOF
I0407 21:12:07.251591 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59958: EOF
I0407 21:12:07.446467 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59959: EOF
I0407 21:12:07.642382 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59960: EOF
I0407 21:12:07.842320 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59961: EOF
I0407 21:12:08.057471 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59962: EOF
I0407 21:12:08.255532 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59963: EOF
I0407 21:12:08.457548 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59964: EOF
I0407 21:12:08.652305 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59965: EOF
I0407 21:12:08.843778 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59966: EOF
I0407 21:12:09.052227 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59967: EOF
I0407 21:12:09.256676 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59968: EOF
I0407 21:12:09.459472 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59969: EOF
I0407 21:12:09.656581 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59970: EOF
I0407 21:12:09.859665 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59971: EOF
I0407 21:12:10.057987 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59972: EOF
I0407 21:12:10.260380 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59973: EOF
I0407 21:12:10.452926 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59974: EOF
I0407 21:12:10.652173 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59975: EOF
I0407 21:12:10.858279 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59976: EOF
I0407 21:12:11.060118 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59977: EOF
I0407 21:12:11.246996 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59978: EOF
I0407 21:12:11.447396 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59979: EOF
I0407 21:12:11.649480 28502 logs.go:41] http: TLS handshake error from 127.0.0.1:59980: EOF
F0407 21:12:11.723006 28502 start_api.go:67] tls: DialWithDialer timed out
@vielmetti
Copy link

Looks similar in some ways to openshift/openshift-ansible#6106

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