Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1518156 Details for
Bug 1654044
OCP 3.11: pods end up in CrashLoopBackOff state after a rolling reboot of the node
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
sdn pod log output
logs (text/plain), 221.04 KB, created by
Marius Cornea
on 2019-01-03 14:11:48 UTC
(
hide
)
Description:
sdn pod log output
Filename:
MIME Type:
Creator:
Marius Cornea
Created:
2019-01-03 14:11:48 UTC
Size:
221.04 KB
patch
obsolete
>[root@openshift-master-0 ~]# oc get pods --all-namespaces | grep CrashLoopBackOff | head -1 >openshift-monitoring alertmanager-main-0 2/3 CrashLoopBackOff 127 10h >[root@openshift-master-0 ~]# oc describe pods alertmanager-main-0 -n openshift-monitoring | grep Node: >Node: openshift-infra-1/172.17.1.12 >[root@openshift-master-0 ~]# oc -n openshift-sdn get pods -o wide | grep openshift-infra-1 >ovs-2xxvz 1/1 Running 1 10h 172.17.1.12 openshift-infra-1 <none> >sdn-4kk6p 1/1 Running 1 10h 172.17.1.12 openshift-infra-1 <none> >[root@openshift-master-0 ~]# oc logs -n openshift-sdn sdn-4kk6p >2019/01/03 03:46:28 socat[10033] E connect(5, AF=1 "/var/run/openshift-sdn/cni-server.sock", 40): No such file or directory >User "sa" set. >Context "default-context" modified. >which: no openshift-sdn in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) >I0103 03:46:29.953239 9682 start_network.go:200] Reading node configuration from /etc/origin/node/node-config.yaml >I0103 03:46:29.956057 9682 start_network.go:207] Starting node networking openshift-infra-1 (v3.11.51) >W0103 03:46:29.956207 9682 server.go:195] WARNING: all flags other than --config, --write-config-to, and --cleanup are deprecated. Please begin using a config file ASAP. >I0103 03:46:29.956256 9682 feature_gate.go:230] feature gates: &{map[]} >I0103 03:46:29.957733 9682 transport.go:160] Refreshing client certificate from store >I0103 03:46:29.957765 9682 certificate_store.go:131] Loading cert/key pair from "/etc/origin/node/certificates/kubelet-client-current.pem". >I0103 03:46:29.977668 9682 node.go:147] Initializing SDN node of type "redhat/openshift-ovs-subnet" with configured hostname "openshift-infra-1" (IP ""), iptables sync period "30s" >I0103 03:46:29.979326 9682 node.go:289] Starting openshift-sdn network plugin >I0103 03:46:30.136617 9682 sdn_controller.go:139] [SDN setup] full SDN setup required (local subnet gateway CIDR not found) >I0103 03:46:30.498173 9682 node.go:348] Starting openshift-sdn pod manager >E0103 03:46:30.545581 9682 cniserver.go:148] failed to remove old pod info socket: remove /var/run/openshift-sdn: device or resource busy >E0103 03:46:30.545639 9682 cniserver.go:151] failed to remove contents of socket directory: remove /var/run/openshift-sdn: device or resource busy >W0103 03:46:30.560857 9682 util_unix.go:75] Using "/var/run/dockershim.sock" as endpoint is deprecated, please consider using full url format "unix:///var/run/dockershim.sock". >W0103 03:46:31.823333 9682 node.go:367] will restart pod 'openshift-monitoring/alertmanager-main-0' due to update failure on restart: could not parse ofport "": strconv.Atoi: parsing "": invalid syntax >W0103 03:46:31.838837 9682 node.go:367] will restart pod 'openshift-monitoring/kube-state-metrics-7588654c69-mzq92' due to update failure on restart: could not parse ofport "": strconv.Atoi: parsing "": invalid syntax >W0103 03:46:31.904371 9682 node.go:367] will restart pod 'openshift-monitoring/prometheus-operator-769776d47-rgljl' due to update failure on restart: could not parse ofport "": strconv.Atoi: parsing "": invalid syntax >I0103 03:46:32.239464 9682 node.go:392] openshift-sdn network plugin ready >I0103 03:46:32.248522 9682 network.go:95] Using iptables Proxier. >I0103 03:46:32.251714 9682 network.go:131] Tearing down userspace rules. >I0103 03:46:32.279799 9682 proxier.go:189] Setting proxy IP to 172.17.1.12 and initializing iptables >I0103 03:46:32.310817 9682 proxy.go:82] Starting multitenant SDN proxy endpoint filter >I0103 03:46:32.310956 9682 config.go:202] Starting service config controller >I0103 03:46:32.310978 9682 controller_utils.go:1025] Waiting for caches to sync for service config controller >I0103 03:46:32.316166 9682 config.go:102] Starting endpoints config controller >I0103 03:46:32.316178 9682 controller_utils.go:1025] Waiting for caches to sync for endpoints config controller >I0103 03:46:32.316194 9682 network.go:239] Started Kubernetes Proxy on 0.0.0.0 >I0103 03:46:32.317221 9682 network.go:53] Starting DNS on 127.0.0.1:53 >I0103 03:46:32.319459 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/heketi-registry:heketi to [10.128.4.4:8080] >I0103 03:46:32.319549 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for test-app-0/mysql:mysql to [10.128.4.6:3306] >I0103 03:46:32.319568 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/glusterfs-registry-endpoints: to [172.17.3.13:1 172.17.3.22:1 172.17.3.29:1] >I0103 03:46:32.319595 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.6:9094 10.131.0.9:9094] >I0103 03:46:32.319612 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-template-service-broker/apiserver: to [10.128.0.14:8443 10.129.0.13:8443 10.130.0.11:8443] >I0103 03:46:32.319628 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/docker-registry:5000-tcp to [10.131.0.10:5000] >I0103 03:46:32.319646 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/heketi-db-registry-endpoints: to [172.17.3.13:1 172.17.3.22:1 172.17.3.29:1] >I0103 03:46:32.319680 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/kubernetes:dns to [172.17.1.11:8053 172.17.1.22:8053 172.17.1.40:8053] >I0103 03:46:32.319690 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/kubernetes:https to [172.17.1.11:8443 172.17.1.22:8443 172.17.1.40:8443] >I0103 03:46:32.319700 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/kubernetes:dns-tcp to [172.17.1.11:8053 172.17.1.22:8053 172.17.1.40:8053] >I0103 03:46:32.319722 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for glusterfs/heketi-db-storage-endpoints: to [172.17.3.19:1 172.17.3.27:1 172.17.3.31:1] >I0103 03:46:32.319765 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for kube-system/kubelet:http-metrics to [172.17.1.11:10255 172.17.1.12:10255 172.17.1.16:10255 172.17.1.21:10255 172.17.1.22:10255 172.17.1.26:10255 172.17.1.32:10255 172.17.1.33:10255 172.17.1.40:10255] >I0103 03:46:32.319798 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for kube-system/kubelet:cadvisor to [172.17.1.11:4194 172.17.1.12:4194 172.17.1.16:4194 172.17.1.21:4194 172.17.1.22:4194 172.17.1.26:4194 172.17.1.32:4194 172.17.1.33:4194 172.17.1.40:4194] >I0103 03:46:32.319815 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for kube-system/kubelet:https-metrics to [172.17.1.11:10250 172.17.1.12:10250 172.17.1.16:10250 172.17.1.21:10250 172.17.1.22:10250 172.17.1.26:10250 172.17.1.32:10250 172.17.1.33:10250 172.17.1.40:10250] >I0103 03:46:32.319862 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.6:9093 10.131.0.9:9093] >I0103 03:46:32.319872 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.6:6783 10.131.0.9:6783] >I0103 03:46:32.319896 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.4:3000] >I0103 03:46:32.319921 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.5:9091 10.131.0.7:9091] >I0103 03:46:32.319936 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for kube-system/kube-controllers:http-metrics to [172.17.1.11:8444 172.17.1.22:8444 172.17.1.40:8444] >I0103 03:46:32.319954 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-console/console:https to [10.128.0.10:8443 10.130.0.15:8443] >I0103 03:46:32.319968 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/cluster-monitoring-operator:http to [10.131.0.8:8080] >I0103 03:46:32.319985 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.5:9091 10.131.0.7:9091] >I0103 03:46:32.320004 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-web-console/webconsole:https to [10.128.0.9:8443 10.129.0.16:8443] >I0103 03:46:32.320038 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/registry-console:registry-console to [10.129.0.12:9090] >I0103 03:46:32.320050 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for glusterfs/heketi-storage:heketi to [10.130.0.14:8080] >I0103 03:46:32.320093 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for kube-service-catalog/apiserver:secure to [10.128.0.13:6443 10.129.0.14:6443 10.130.0.12:6443] >I0103 03:46:32.320113 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:46:32.320141 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for test-app-0/cakephp-mysql-persistent:web to [10.130.2.7:8080] >I0103 03:46:32.320159 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for test-app-0/glusterfs-dynamic-96d04250-0f08-11e9-960a-5254002d9f6e: to [172.17.3.19:1 172.17.3.27:1 172.17.3.31:1] >I0103 03:46:32.320181 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/router:1936-tcp to [172.17.1.21:1936 172.17.1.32:1936] >I0103 03:46:32.320188 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/router:80-tcp to [172.17.1.21:80 172.17.1.32:80] >I0103 03:46:32.320210 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for default/router:443-tcp to [172.17.1.21:443 172.17.1.32:443] >I0103 03:46:32.320246 9682 roundrobin.go:276] LoadBalancerRR: Setting endpoints for kube-service-catalog/controller-manager:secure to [10.128.0.11:6443 10.129.0.15:6443 10.130.0.13:6443] >I0103 03:46:32.339533 9682 server.go:76] Monitoring dnsmasq to point cluster queries to 127.0.0.1 >I0103 03:46:32.339648 9682 logs.go:49] skydns: ready for queries on cluster.local. for tcp://127.0.0.1:53 [rcache 0] >I0103 03:46:32.339668 9682 logs.go:49] skydns: ready for queries on cluster.local. for udp://127.0.0.1:53 [rcache 0] >I0103 03:46:32.411118 9682 controller_utils.go:1032] Caches are synced for service config controller >I0103 03:46:32.411499 9682 proxier.go:623] Not syncing iptables until Services and Endpoints have been received from master >I0103 03:46:32.416351 9682 controller_utils.go:1032] Caches are synced for endpoints config controller >I0103 03:46:32.416398 9682 service.go:309] Adding new service port "default/router:80-tcp" at 172.30.230.121:80/TCP >I0103 03:46:32.416412 9682 service.go:309] Adding new service port "default/router:443-tcp" at 172.30.230.121:443/TCP >I0103 03:46:32.416420 9682 service.go:309] Adding new service port "default/router:1936-tcp" at 172.30.230.121:1936/TCP >I0103 03:46:32.416428 9682 service.go:309] Adding new service port "openshift-monitoring/prometheus-k8s:web" at 172.30.249.10:9091/TCP >I0103 03:46:32.416437 9682 service.go:309] Adding new service port "default/heketi-registry:heketi" at 172.30.252.89:8080/TCP >I0103 03:46:32.416445 9682 service.go:309] Adding new service port "test-app-0/mysql:mysql" at 172.30.168.234:3306/TCP >I0103 03:46:32.416452 9682 service.go:309] Adding new service port "openshift-ansible-service-broker/asb:port-1338" at 172.30.218.88:1338/TCP >I0103 03:46:32.416460 9682 service.go:309] Adding new service port "openshift-ansible-service-broker/asb:port-1337" at 172.30.218.88:1337/TCP >I0103 03:46:32.416468 9682 service.go:309] Adding new service port "default/glusterfs-registry-endpoints:" at 172.30.242.91:1/TCP >I0103 03:46:32.416480 9682 service.go:309] Adding new service port "default/heketi-db-registry-endpoints:" at 172.30.129.54:1/TCP >I0103 03:46:32.416489 9682 service.go:309] Adding new service port "kube-service-catalog/apiserver:secure" at 172.30.250.4:443/TCP >I0103 03:46:32.416497 9682 service.go:309] Adding new service port "openshift-monitoring/alertmanager-main:web" at 172.30.29.4:9094/TCP >I0103 03:46:32.416504 9682 service.go:309] Adding new service port "default/docker-registry:5000-tcp" at 172.30.131.135:5000/TCP >I0103 03:46:32.416513 9682 service.go:309] Adding new service port "test-app-0/glusterfs-dynamic-96d04250-0f08-11e9-960a-5254002d9f6e:" at 172.30.236.62:1/TCP >I0103 03:46:32.416528 9682 service.go:309] Adding new service port "test-app-0/cakephp-mysql-persistent:web" at 172.30.232.226:8080/TCP >I0103 03:46:32.416553 9682 service.go:309] Adding new service port "default/registry-console:registry-console" at 172.30.1.195:9000/TCP >I0103 03:46:32.416563 9682 service.go:309] Adding new service port "glusterfs/heketi-storage:heketi" at 172.30.134.166:8080/TCP >I0103 03:46:32.416572 9682 service.go:309] Adding new service port "openshift-web-console/webconsole:https" at 172.30.34.171:443/TCP >I0103 03:46:32.416581 9682 service.go:309] Adding new service port "glusterfs/heketi-db-storage-endpoints:" at 172.30.205.255:1/TCP >I0103 03:46:32.416589 9682 service.go:309] Adding new service port "kube-service-catalog/controller-manager:secure" at 172.30.23.27:443/TCP >I0103 03:46:32.416597 9682 service.go:309] Adding new service port "openshift-template-service-broker/apiserver:" at 172.30.26.96:443/TCP >I0103 03:46:32.416606 9682 service.go:309] Adding new service port "openshift-monitoring/grafana:https" at 172.30.4.194:3000/TCP >I0103 03:46:32.416621 9682 service.go:309] Adding new service port "openshift-console/console:https" at 172.30.76.177:443/TCP >I0103 03:46:32.416629 9682 service.go:309] Adding new service port "default/kubernetes:dns" at 172.30.0.1:53/UDP >I0103 03:46:32.416636 9682 service.go:309] Adding new service port "default/kubernetes:dns-tcp" at 172.30.0.1:53/TCP >I0103 03:46:32.416642 9682 service.go:309] Adding new service port "default/kubernetes:https" at 172.30.0.1:443/TCP >I0103 03:46:32.416752 9682 proxier.go:637] Stale udp service default/kubernetes:dns -> 172.30.0.1 >I0103 03:46:33.684400 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:46:33.684440 9682 roundrobin.go:240] Delete endpoint 172.17.1.12:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:46:51.561418 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/kube-state-metrics:https-main to [10.128.2.11:8443] >I0103 03:46:51.561463 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/kube-state-metrics:https-self to [10.128.2.11:9443] >I0103 03:46:51.950051 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:1936-tcp to [172.17.1.12:1936 172.17.1.21:1936 172.17.1.32:1936] >I0103 03:46:51.950671 9682 roundrobin.go:240] Delete endpoint 172.17.1.12:1936 for service "default/router:1936-tcp" >I0103 03:46:51.950868 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:80-tcp to [172.17.1.12:80 172.17.1.21:80 172.17.1.32:80] >I0103 03:46:51.950965 9682 roundrobin.go:240] Delete endpoint 172.17.1.12:80 for service "default/router:80-tcp" >I0103 03:46:51.951045 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:443-tcp to [172.17.1.12:443 172.17.1.21:443 172.17.1.32:443] >I0103 03:46:51.951210 9682 roundrobin.go:240] Delete endpoint 172.17.1.12:443 for service "default/router:443-tcp" >I0103 03:46:52.347783 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operator:http to [10.128.2.10:8080] >I0103 03:46:53.749933 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-ansible-service-broker/asb:port-1338 to [10.128.2.8:1338] >I0103 03:46:53.749979 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-ansible-service-broker/asb:port-1337 to [10.128.2.8:1337] >I0103 03:47:32.124759 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:1936-tcp to [172.17.1.12:1936 172.17.1.21:1936] >I0103 03:47:32.124803 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:1936 for service "default/router:1936-tcp" >I0103 03:47:32.124819 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:80-tcp to [172.17.1.12:80 172.17.1.21:80] >I0103 03:47:32.124827 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:80 for service "default/router:80-tcp" >I0103 03:47:32.124835 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:443-tcp to [172.17.1.12:443 172.17.1.21:443] >I0103 03:47:32.124842 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:443 for service "default/router:443-tcp" >I0103 03:47:32.131232 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 03:47:32.147929 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:47:32.147964 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:47:32.152111 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.131.0.9:9094] >I0103 03:47:32.152146 9682 roundrobin.go:240] Delete endpoint 10.129.2.6:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 03:47:32.152196 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.131.0.9:9093] >I0103 03:47:32.152212 9682 roundrobin.go:240] Delete endpoint 10.129.2.6:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 03:47:32.152228 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.131.0.9:6783] >I0103 03:47:32.152240 9682 roundrobin.go:240] Delete endpoint 10.129.2.6:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 03:47:32.166402 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 03:47:32.166443 9682 roundrobin.go:240] Delete endpoint 10.129.2.5:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 03:47:32.170119 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 03:47:32.170152 9682 roundrobin.go:240] Delete endpoint 10.129.2.5:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 03:47:37.377871 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.131.0.9:9094] >I0103 03:47:37.377902 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 03:47:37.378363 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.131.0.9:9093] >I0103 03:47:37.378423 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 03:47:37.378443 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.131.0.9:6783] >I0103 03:47:37.378454 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 03:47:38.452025 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.131.0.9:9094] >I0103 03:47:38.452060 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 03:47:38.452119 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.131.0.9:9093] >I0103 03:47:38.452133 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 03:47:38.452142 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.131.0.9:6783] >I0103 03:47:38.452152 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 03:48:19.397120 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.131.0.9:9093] >I0103 03:48:19.397157 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 03:48:19.397173 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.131.0.9:6783] >I0103 03:48:19.397181 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 03:48:19.397232 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.131.0.9:9094] >I0103 03:48:19.397242 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 03:48:20.465632 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.131.0.9:9094] >I0103 03:48:20.465671 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 03:48:20.470610 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.131.0.9:9093] >I0103 03:48:20.470650 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 03:48:20.470673 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.131.0.9:6783] >I0103 03:48:20.470685 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 03:48:36.940364 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:48:36.940432 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:48:54.825095 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:1936-tcp to [172.17.1.12:1936 172.17.1.21:1936 172.17.1.32:1936] >I0103 03:48:54.825139 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:1936 for service "default/router:1936-tcp" >I0103 03:48:54.825165 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:80-tcp to [172.17.1.12:80 172.17.1.21:80 172.17.1.32:80] >I0103 03:48:54.825178 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:80 for service "default/router:80-tcp" >I0103 03:48:54.825191 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for default/router:443-tcp to [172.17.1.12:443 172.17.1.21:443 172.17.1.32:443] >I0103 03:48:54.825202 9682 roundrobin.go:240] Delete endpoint 172.17.1.32:443 for service "default/router:443-tcp" >I0103 03:48:58.375007 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 03:48:58.375043 9682 roundrobin.go:240] Delete endpoint 10.129.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 03:48:58.375060 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 03:48:58.375067 9682 roundrobin.go:240] Delete endpoint 10.129.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 03:48:58.375108 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 03:48:58.375116 9682 roundrobin.go:240] Delete endpoint 10.129.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 03:49:37.263936 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:49:37.263977 9682 roundrobin.go:240] Delete endpoint 172.17.1.16:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:49:37.290346 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for test-app-0/cakephp-mysql-persistent:web >I0103 03:50:30.930038 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:50:30.930080 9682 roundrobin.go:240] Delete endpoint 172.17.1.16:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:51:12.346542 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:51:12.346589 9682 roundrobin.go:240] Delete endpoint 172.17.1.26:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:51:46.428047 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 03:51:46.428083 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 03:51:46.428127 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 03:51:46.428136 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 03:51:47.500255 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 03:51:47.500297 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 03:51:47.508632 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 03:51:47.508666 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 03:52:01.773598 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:52:01.773663 9682 roundrobin.go:240] Delete endpoint 172.17.1.26:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:52:42.408470 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for default/heketi-registry:heketi >I0103 03:52:42.429189 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.40:9100] >I0103 03:52:42.429236 9682 roundrobin.go:240] Delete endpoint 172.17.1.33:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:52:42.476564 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for test-app-0/mysql:mysql >I0103 03:53:47.783980 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/node-exporter:https to [172.17.1.11:9100 172.17.1.12:9100 172.17.1.16:9100 172.17.1.21:9100 172.17.1.22:9100 172.17.1.26:9100 172.17.1.32:9100 172.17.1.33:9100 172.17.1.40:9100] >I0103 03:53:47.784037 9682 roundrobin.go:240] Delete endpoint 172.17.1.33:9100 for service "openshift-monitoring/node-exporter:https" >I0103 03:54:48.392306 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 03:54:48.392340 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 03:54:49.974573 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 03:57:02.326026 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:57:02.326470 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:57:02.326667 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:57:02.326913 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:57:02.327153 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:59:02.349240 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:59:02.349695 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:59:02.349923 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:59:02.350128 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:59:02.350343 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 03:59:44.474519 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 03:59:44.474579 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 03:59:44.478533 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 03:59:44.478573 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 03:59:45.536896 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 03:59:45.536949 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 03:59:45.537005 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 03:59:45.537029 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 04:02:18.970811 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:02:18.970818 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:02:18.970832 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:02:18.970843 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:02:18.970852 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:04:46.650473 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:04:46.650561 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:04:46.650738 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:04:46.650872 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:04:46.650965 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:07:42.736555 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:07:42.736610 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:07:42.736889 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:07:42.737084 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:07:42.737149 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:09:42.794675 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:09:42.794866 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:09:42.795264 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:09:42.795524 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:09:42.795671 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:14:46.663936 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:14:46.664359 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:14:46.664612 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:14:46.664929 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:14:46.664971 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:15:09.397117 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 04:15:09.397158 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 04:15:11.623351 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 04:17:16.004829 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:17:16.005562 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:17:16.005872 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:17:16.006125 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:17:16.006384 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:18:18.405407 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 04:18:18.405447 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 04:18:18.409780 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 04:18:18.409808 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 04:18:18.409824 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 04:18:18.409832 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 04:18:19.460766 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 04:18:19.460808 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 04:18:19.460830 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 04:18:19.460843 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 04:18:19.460901 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 04:18:19.460916 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 04:20:19.460922 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:20:19.461289 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:20:19.461500 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:20:19.461711 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:20:19.461927 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:22:40.424912 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:22:40.425355 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:22:40.425572 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:22:40.425776 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:22:40.425959 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:24:46.670925 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:24:46.670931 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:24:46.670947 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:24:46.670958 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:24:46.670968 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:25:23.462856 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 04:25:23.462893 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 04:25:23.462931 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 04:25:23.462940 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 04:25:24.526152 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 04:25:24.526193 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 04:25:24.526548 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 04:25:24.526565 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 04:28:03.759812 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:28:03.759848 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:28:03.759979 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:28:03.760252 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:28:03.760256 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:30:03.817646 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:30:03.818102 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:30:03.818324 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:30:03.818559 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:30:03.818794 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:34:46.672849 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:34:46.672915 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:34:46.673107 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:34:46.673526 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:34:46.673526 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:36:46.742822 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:36:46.742869 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:36:46.743097 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:36:46.743290 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:36:46.743465 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:38:49.550659 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:38:49.551358 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:38:49.551571 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:38:49.551780 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:38:49.551989 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:40:49.618641 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:40:49.619325 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:40:49.619572 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:40:49.619797 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:40:49.620023 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:40:56.463526 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 04:40:56.463570 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 04:40:56.463958 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 04:40:56.463979 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 04:40:57.543726 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 04:40:57.543772 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 04:40:57.543822 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 04:40:57.543831 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 04:44:46.685380 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:44:46.685742 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:44:46.685997 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:44:46.686104 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:44:46.686012 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:46:10.488812 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 04:46:10.488943 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 04:46:10.492921 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 04:46:10.492968 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 04:46:11.544497 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 04:46:11.544553 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 04:46:11.546053 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 04:46:11.546075 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 04:49:02.377713 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 04:49:02.377767 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 04:49:02.377785 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 04:49:02.377794 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 04:49:02.377835 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 04:49:02.377844 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 04:49:03.422282 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 04:49:03.422322 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 04:49:03.423534 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 04:49:03.423557 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 04:49:03.423570 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 04:49:03.423578 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 04:51:53.750818 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:51:53.751228 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:51:53.751415 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:51:53.751562 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:51:53.751763 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:54:58.382260 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:54:58.382841 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:54:58.383068 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:54:58.383272 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:54:58.383462 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:56:37.379551 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 04:56:37.379601 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 04:56:38.568679 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 04:58:44.817935 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:58:44.818353 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:58:44.818538 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:58:44.818712 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 04:58:44.818909 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:00:44.869298 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:00:44.869649 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:00:44.869963 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:00:44.870229 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:00:44.870233 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:01:41.410327 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 05:01:41.410410 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 05:01:42.998183 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 05:04:46.693136 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:04:46.693205 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:04:46.693404 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:04:46.693658 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:04:46.693660 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:06:46.773723 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:06:46.773821 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:06:46.773971 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:06:46.774138 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:06:46.774167 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:09:32.422803 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:09:32.423164 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:09:32.423355 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:09:32.423520 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:09:32.423743 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:11:23.443526 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:11:23.443567 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:11:23.451610 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:11:23.451640 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:11:24.507602 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 05:11:24.507642 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:11:24.508386 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 05:11:24.508406 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:16:27.453064 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:16:27.453122 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:16:27.460422 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:16:27.460495 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:16:28.520112 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 05:16:28.520206 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:16:28.520716 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 05:16:28.520732 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:17:03.402560 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 05:17:03.402631 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 05:17:04.590270 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 05:21:31.417650 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:21:31.417695 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:21:31.425315 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:21:31.425365 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:21:32.481633 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 05:21:32.481678 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:21:32.481960 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 05:21:32.482034 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:22:08.390236 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 05:22:08.390281 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 05:22:09.579162 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 05:27:12.382169 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 05:27:12.382210 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 05:27:13.573512 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 05:31:23.512230 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:31:23.512708 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:31:23.513043 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:31:23.513700 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:31:23.514029 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:34:46.695874 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:34:46.695992 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:34:46.696184 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:34:46.696453 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:34:46.696656 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:35:17.387106 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 05:35:17.387154 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 05:35:17.387180 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 05:35:17.387194 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 05:35:17.387253 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 05:35:17.387268 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 05:35:18.435010 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 05:35:18.435045 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 05:35:18.435544 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 05:35:18.435573 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 05:35:18.435592 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 05:35:18.435619 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 05:36:53.404095 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:36:53.404135 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:36:53.406044 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:36:53.406087 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:36:54.465303 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 05:36:54.465347 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:36:54.465495 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 05:36:54.465513 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:37:33.367109 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 05:37:33.367150 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 05:37:34.558677 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 05:39:40.301764 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:39:40.301861 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:39:40.301991 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:39:40.302120 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:39:40.302284 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:40:18.401036 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 05:40:18.401070 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 05:40:18.401115 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 05:40:18.401124 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 05:40:18.401135 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 05:40:18.401142 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 05:40:19.440556 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 05:40:19.440626 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 05:40:19.440697 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 05:40:19.440711 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 05:40:19.440787 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 05:40:19.440802 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 05:42:19.441696 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:42:19.442059 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:42:19.442184 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:42:19.442341 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:42:19.442524 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:42:34.384781 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 05:42:34.384831 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 05:42:35.574452 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 05:45:03.519641 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:45:03.519775 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:45:03.520183 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:45:03.520420 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:45:03.520886 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:47:01.409039 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:47:01.409104 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:47:01.410915 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:47:01.410939 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:47:02.466631 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 05:47:02.466671 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:47:02.467676 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 05:47:02.467701 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:52:12.372010 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:52:12.372051 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:52:12.376671 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 05:52:12.376703 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:52:13.428646 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 05:52:13.428683 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 05:52:13.429272 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 05:52:13.429292 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 05:56:22.583941 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:56:22.584404 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:56:22.584599 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:56:22.584799 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:56:22.585009 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:58:22.610419 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:58:22.610980 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:58:22.611283 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:58:22.611563 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 05:58:22.611881 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:01:13.832425 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:01:13.832949 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:01:13.833154 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:01:13.833338 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:01:13.833508 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:11:59.939843 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:11:59.939894 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:11:59.940095 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:11:59.940319 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:11:59.940356 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:14:46.719475 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:14:46.720009 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:14:46.720244 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:14:46.720449 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:14:46.720715 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:17:23.213325 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:17:23.213968 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:17:23.214264 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:17:23.214505 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:17:23.214730 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:19:23.273387 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:19:23.273757 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:19:23.273981 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:19:23.274171 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:19:23.274398 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:29:34.331209 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:29:34.331840 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:29:34.332080 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:29:34.332308 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:29:34.332527 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:31:34.355527 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:31:34.356395 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:31:34.356758 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:31:34.357103 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:31:34.357452 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:33:32.417021 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 06:33:32.417088 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 06:33:33.608018 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 06:35:39.900924 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:35:39.901342 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:35:39.901563 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:35:39.901817 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:35:39.902026 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:37:39.957390 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:37:39.958086 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:37:39.958117 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:37:39.958103 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:37:39.958613 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:38:44.415327 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 06:38:44.415386 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 06:38:45.600554 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 06:41:03.519637 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:41:03.520217 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:41:03.520459 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:41:03.520785 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:41:03.521079 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:43:53.416962 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 06:43:53.417016 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 06:43:54.602124 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 06:46:00.760565 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:46:00.760694 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:46:00.761207 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:46:00.761315 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:46:00.761549 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:48:00.827014 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:48:00.827363 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:48:00.827543 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:48:00.827714 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:48:00.827916 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:51:24.756610 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:51:24.757186 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:51:24.757430 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:51:24.757621 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:51:24.757832 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:54:46.739797 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:54:46.739872 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:54:46.740042 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:54:46.740269 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:54:46.740364 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:56:47.436018 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:56:47.436096 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:56:47.436244 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:56:47.436461 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:56:47.436465 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:56:56.517072 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 06:56:56.517120 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 06:56:56.517139 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 06:56:56.517147 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 06:56:56.517192 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 06:56:56.517204 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 06:56:57.562043 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 06:56:57.562092 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 06:56:57.564113 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 06:56:57.564139 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 06:56:57.564153 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 06:56:57.564161 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 06:58:57.567794 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:58:57.567928 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:58:57.568180 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:58:57.568208 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:58:57.568530 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 06:59:04.409438 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 06:59:04.409500 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 06:59:04.409574 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 06:59:04.409595 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 06:59:05.465618 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 06:59:05.465659 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 06:59:05.465705 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 06:59:05.465715 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:02:10.678356 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:02:10.678384 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:02:10.678522 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:02:10.678636 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:02:10.678881 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:04:46.749284 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:04:46.749580 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:04:46.749770 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:04:46.749866 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:04:46.749973 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:07:33.066449 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:07:33.066781 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:07:33.067041 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:07:33.067305 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:07:33.067449 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:09:33.135557 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:09:33.135610 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:09:33.135797 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:09:33.135948 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:09:33.135984 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:14:46.749834 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:14:46.749894 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:14:46.749860 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:14:46.750211 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:14:46.749884 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:18:20.592230 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:18:20.592761 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:18:20.593025 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:18:20.593282 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:18:20.593529 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:20:20.667314 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:20:20.667354 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:20:20.667330 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:20:20.667533 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:20:20.667344 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:24:44.431903 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:24:44.431967 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:24:44.437615 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:24:44.437665 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:24:45.513476 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 07:24:45.513514 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:24:45.517709 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 07:24:45.517765 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:26:45.518204 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:26:45.518284 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:26:45.518459 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:26:45.518742 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:26:45.518823 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:27:50.378102 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 07:27:50.378140 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 07:27:50.382539 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 07:27:50.382581 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 07:27:50.382613 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 07:27:50.382628 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 07:27:51.430209 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 07:27:51.430254 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 07:27:51.430316 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 07:27:51.430338 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 07:27:51.430353 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 07:27:51.430364 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 07:29:51.431625 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:29:51.432058 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:29:51.432330 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:29:51.432640 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:29:51.433002 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:29:52.432351 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:29:52.432445 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:29:52.443388 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:29:52.443452 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:29:53.501863 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 07:29:53.501906 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:29:53.501953 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 07:29:53.501961 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:31:53.503411 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:31:53.503844 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:31:53.504071 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:31:53.504282 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:31:53.504496 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:32:54.385161 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 07:32:54.385223 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 07:32:54.388273 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 07:32:54.388313 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 07:32:54.388337 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 07:32:54.388350 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 07:32:55.439155 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 07:32:55.439196 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 07:32:55.442148 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 07:32:55.442179 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 07:32:55.442195 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 07:32:55.442203 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 07:34:55.443220 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:34:55.443822 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:34:55.444074 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:34:55.444323 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:34:55.444345 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:36:55.515194 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:36:55.515278 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:36:55.515523 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:36:55.515779 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:36:55.515836 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:39:55.061948 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:39:55.062371 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:39:55.062650 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:39:55.062910 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:39:55.063126 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:40:25.418070 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 07:40:25.418124 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 07:40:26.603812 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 07:42:32.653600 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:42:32.653924 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:42:32.654054 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:42:32.654179 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:42:32.654445 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:44:46.772980 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:44:46.773382 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:44:46.773571 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:44:46.773736 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:44:46.773926 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:47:56.338424 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:47:56.338882 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:47:56.339063 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:47:56.339241 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:47:56.339448 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:49:56.414201 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:49:56.414291 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:49:56.414463 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:49:56.414599 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:49:56.414708 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:50:04.396223 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:50:04.396272 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:50:04.397823 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:50:04.397850 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:50:05.463159 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 07:50:05.463213 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:50:05.463263 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 07:50:05.463284 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:54:46.774243 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:54:46.774689 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:54:46.774912 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:54:46.775124 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:54:46.775288 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:55:15.383633 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:55:15.383678 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:55:15.383722 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 07:55:15.383731 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:55:16.456273 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 07:55:16.456332 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 07:55:16.456393 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 07:55:16.456440 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 07:55:58.374511 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 07:55:58.374547 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 07:55:59.563693 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 07:58:05.733826 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:58:05.733859 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:58:05.733834 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:58:05.734019 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 07:58:05.733847 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:00:05.810705 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:00:05.810777 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:00:05.810926 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:00:05.811016 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:00:05.811183 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:00:20.404007 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:00:20.404045 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:00:20.411251 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:00:20.411281 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:00:21.466630 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:00:21.466667 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:00:21.467681 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:00:21.467700 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:03:41.410078 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 08:03:41.410121 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:03:41.410140 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 08:03:41.410148 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 08:03:41.413615 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 08:03:41.413663 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:03:42.466033 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 08:03:42.466093 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:03:42.474650 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 08:03:42.474696 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:03:42.474721 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 08:03:42.474733 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 08:05:28.402875 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:05:28.402928 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:05:28.402985 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:05:28.402997 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:05:29.476224 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:05:29.476291 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:05:29.476453 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:05:29.476481 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:10:33.870738 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:10:33.871159 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:10:33.871388 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:10:33.871595 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:10:33.871846 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:10:36.431667 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:10:36.431707 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:10:36.434071 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:10:36.434119 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:10:37.492460 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:10:37.492512 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:10:37.494054 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:10:37.494083 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:14:46.778842 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:14:46.778888 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:14:46.778861 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:14:46.779287 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:14:46.779565 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:15:45.457041 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:15:45.457086 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:15:45.465592 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:15:45.465639 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:15:46.532558 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:15:46.532608 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:15:46.532659 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:15:46.532674 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:19:37.955561 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:19:37.956004 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:19:37.956204 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:19:37.956354 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:19:37.956480 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:21:38.011011 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:21:38.011473 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:21:38.011490 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:21:38.011469 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:21:38.011983 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:25:00.890472 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:25:00.891067 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:25:00.891351 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:25:00.891603 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:25:00.891877 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:27:00.965006 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:27:00.965484 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:27:00.965799 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:27:00.966072 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:27:00.966376 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:30:24.919489 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:30:24.919867 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:30:24.919901 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:30:24.920091 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:30:24.920186 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:32:24.981430 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:32:24.981773 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:32:24.981929 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:32:24.982013 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:32:24.982187 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:35:48.989206 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:35:48.989634 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:35:48.989905 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:35:48.990112 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:35:48.990340 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:36:40.409821 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 08:36:40.409884 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 08:36:41.596825 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 08:38:47.002132 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:38:47.002632 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:38:47.002852 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:38:47.003041 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:38:47.003228 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:40:47.080408 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:40:47.080761 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:40:47.081015 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:40:47.081111 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:40:47.081358 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:41:12.437260 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:41:12.437306 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:41:12.446549 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:41:12.446602 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:41:13.498778 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:41:13.498828 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:41:13.498881 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:41:13.498891 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:41:52.402979 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 08:41:52.403018 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 08:41:53.591522 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 08:44:46.791294 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:44:46.791788 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:44:46.791859 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:44:46.791999 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:44:46.792173 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:46:19.419062 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:46:19.419120 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:46:19.424798 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:46:19.425033 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:46:20.484291 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:46:20.484447 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:46:20.487568 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:46:20.487662 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:49:33.901193 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:49:33.901862 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:49:33.902117 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:49:33.902415 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:49:33.902703 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 08:49:47.398130 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 08:49:47.398177 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:49:47.401301 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 08:49:47.401350 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:49:47.401375 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 08:49:47.401388 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 08:49:48.463040 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 08:49:48.463095 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:49:48.463113 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 08:49:48.463121 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 08:49:48.463399 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 08:49:48.463443 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:51:28.463037 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:51:28.463101 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:51:28.464170 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:51:28.464207 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:51:31.053148 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:51:31.053192 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:51:31.053563 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:51:31.053578 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:54:48.490636 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 08:54:48.490690 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:54:48.490718 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 08:54:48.490736 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 08:54:48.490831 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 08:54:48.490850 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:54:49.530491 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 08:54:49.530531 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:54:49.534428 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 08:54:49.534468 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:54:49.534489 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 08:54:49.534502 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 08:56:40.396409 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:56:40.396466 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:56:40.415531 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 08:56:40.415580 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:56:41.577468 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 08:56:41.577506 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 08:56:41.577544 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 08:56:41.577553 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 08:59:50.392112 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 08:59:50.392160 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:59:50.396186 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 08:59:50.396222 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:59:50.396244 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 08:59:50.396258 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 08:59:51.437973 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 08:59:51.438023 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 08:59:51.438099 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 08:59:51.438120 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 08:59:51.438135 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 08:59:51.438147 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:01:45.441998 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:01:45.442049 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:01:45.448477 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:01:45.448509 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:01:46.497233 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 09:01:46.497271 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:01:46.502528 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 09:01:46.502572 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:04:57.386554 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 09:04:57.386608 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 09:04:57.386683 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 09:04:57.386701 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:04:57.386718 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 09:04:57.386731 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:04:58.431517 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 09:04:58.431565 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:04:58.431586 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 09:04:58.431594 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:04:58.445809 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 09:04:58.445857 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 09:06:55.415091 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:06:55.415153 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:06:55.415202 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:06:55.415212 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:06:56.475623 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 09:06:56.475672 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:06:56.475717 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 09:06:56.475726 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:10:05.452122 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 09:10:05.452170 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:10:05.452197 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 09:10:05.452211 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:10:05.458680 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 09:10:05.458722 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 09:10:06.505942 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 09:10:06.505985 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 09:10:06.507650 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 09:10:06.507681 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:10:06.507703 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 09:10:06.507717 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:12:00.489739 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:12:00.490052 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:12:00.498433 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:12:00.498469 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:12:01.549003 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 09:12:01.549056 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:12:01.549110 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 09:12:01.549132 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:19:24.017684 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:19:24.018387 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:19:24.018744 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:19:24.019046 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:19:24.019383 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:21:52.046858 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:21:52.047444 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:21:52.047717 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:21:52.048006 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:21:52.048254 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:24:46.816291 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:24:46.816783 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:24:46.816799 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:24:46.816952 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:24:46.817097 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:27:15.112036 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:27:15.112567 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:27:15.112868 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:27:15.113224 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:27:15.113509 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:29:15.169304 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:29:15.169682 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:29:15.169907 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:29:15.170084 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:29:15.170255 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:32:38.437494 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:32:38.438187 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:32:38.438505 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:32:38.438818 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:32:38.439107 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:32:49.400959 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 09:32:49.400997 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 09:32:50.598218 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 09:34:55.929345 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:34:55.929408 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:34:55.929545 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:34:55.929681 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:34:55.929910 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:36:56.007827 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:36:56.007923 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:36:56.008091 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:36:56.008385 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:36:56.008394 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:40:19.085538 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:40:19.085870 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:40:19.086189 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:40:19.086226 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:40:19.086558 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:42:19.142541 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:42:19.142931 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:42:19.143195 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:42:19.143453 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:42:19.143689 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:45:41.410031 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:45:41.410179 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:45:41.410329 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:45:41.410501 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:45:41.410543 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:46:14.404994 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 09:46:14.405072 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 09:46:14.405122 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 09:46:14.405138 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:46:14.405149 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 09:46:14.405161 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:46:15.463360 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 09:46:15.463398 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:46:15.463414 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 09:46:15.463422 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:46:15.467647 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 09:46:15.467679 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 09:47:40.436790 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:47:40.436833 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:47:40.436875 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 09:47:40.436885 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:47:41.489014 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 09:47:41.489049 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 09:47:41.489358 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 09:47:41.489373 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 09:48:18.366627 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 09:48:18.366678 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 09:48:19.558217 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 09:50:24.647332 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:50:24.647375 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:50:24.647534 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:50:24.647351 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:50:24.647367 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 09:51:21.465497 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 09:51:21.465540 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:51:21.465556 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 09:51:21.465564 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:51:21.465609 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 09:51:21.465618 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 09:51:22.533643 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 09:51:22.533676 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 09:51:22.533691 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 09:51:22.533699 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 09:51:22.533769 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 09:51:22.533780 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 10:01:43.746499 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:01:43.746947 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:01:43.747060 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:01:43.747087 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:01:43.747271 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:06:33.786880 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:06:33.787018 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:06:33.787027 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:06:33.787035 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:06:33.787042 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:08:33.824288 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:08:33.824666 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:08:33.824801 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:08:33.824975 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:08:33.825269 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:08:41.409026 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 10:08:41.409080 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 10:08:42.599055 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 10:10:47.910245 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:10:47.910831 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:10:47.910871 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:10:47.910857 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:10:47.911423 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:12:04.395852 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 10:12:04.395902 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 10:12:04.395928 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 10:12:04.395941 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 10:12:04.396004 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 10:12:04.396019 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 10:12:05.478366 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 10:12:05.478404 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 10:12:05.479207 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 10:12:05.479236 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 10:12:05.479256 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 10:12:05.479268 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 10:13:49.405415 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 10:13:49.405466 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 10:13:50.593114 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 10:19:01.398490 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 10:19:01.398529 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 10:19:02.575131 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 10:21:08.456230 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:21:08.456629 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:21:08.456942 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:21:08.457160 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:21:08.457364 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:26:33.247677 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:26:33.247905 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:26:33.247914 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:26:33.247917 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:26:33.247921 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:28:33.309383 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:28:33.309449 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:28:33.309592 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:28:33.309889 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:28:33.310203 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:28:45.458211 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 10:28:45.458251 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 10:28:45.458291 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 10:28:45.458300 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 10:28:46.517995 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 10:28:46.518033 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 10:28:46.519313 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 10:28:46.519339 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 10:31:56.713558 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:31:56.714154 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:31:56.714473 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:31:56.714815 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:31:56.714976 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:34:46.852616 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:34:46.852671 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:34:46.852985 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:34:46.853194 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:34:46.853289 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:37:20.114181 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:37:20.114785 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:37:20.115042 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:37:20.115279 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:37:20.115516 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:39:20.176367 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:39:20.176546 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:39:20.176676 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:39:20.176860 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:39:20.176915 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:42:44.192994 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:42:44.193308 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:42:44.193551 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:42:44.193604 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:42:44.193894 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:44:33.391526 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 10:44:33.391576 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 10:44:34.579453 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 10:46:40.496192 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:46:40.496620 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:46:40.496846 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:46:40.497054 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:46:40.497082 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:48:40.547422 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:48:40.547854 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:48:40.548069 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:48:40.548287 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:48:40.548491 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:52:03.655961 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:52:03.656463 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:52:03.656714 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:52:03.657006 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:52:03.657188 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:53:15.366775 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 10:53:15.366813 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 10:53:15.366860 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 10:53:15.366870 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 10:53:15.366880 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 10:53:15.366887 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 10:53:16.413460 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 10:53:16.413510 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 10:53:16.413533 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 10:53:16.413550 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 10:53:16.413608 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 10:53:16.413630 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 10:54:23.495569 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 10:54:23.495624 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 10:54:23.504209 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 10:54:23.504248 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 10:54:24.555472 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 10:54:24.555510 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 10:54:24.558771 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 10:54:24.558808 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 10:57:27.577471 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:57:27.577609 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:57:27.577743 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:57:27.577886 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:57:27.578053 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 10:58:18.434087 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 10:58:18.434129 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 10:58:18.434148 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 10:58:18.434156 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 10:58:18.434203 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 10:58:18.434216 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 10:58:19.498129 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 10:58:19.498177 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 10:58:19.498201 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 10:58:19.498225 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 10:58:19.498285 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 10:58:19.498299 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 11:00:19.499197 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:00:19.499621 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:00:19.499920 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:00:19.499941 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:00:19.500111 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:04:46.868443 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:04:46.868930 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:04:46.869154 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:04:46.869357 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:04:46.869553 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:04:53.403897 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 11:04:53.403935 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 11:04:55.483307 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 11:07:00.603231 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:07:00.603291 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:07:00.603426 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:07:00.603521 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:07:00.603697 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:09:00.642920 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:09:00.643325 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:09:00.643573 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:09:00.643941 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:09:00.644221 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:12:24.497566 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:12:24.497616 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:12:24.498109 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:12:24.498119 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:12:24.498395 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:14:46.866528 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:14:46.867017 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:14:46.867268 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:14:46.867513 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:14:46.867789 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:14:49.463836 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 11:14:49.463877 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 11:14:49.469057 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 11:14:49.469107 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 11:14:50.517772 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 11:14:50.517810 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 11:14:50.520052 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 11:14:50.520082 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 11:17:47.673657 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:17:47.673825 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:17:47.673943 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:17:47.674171 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:17:47.674176 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:19:47.740506 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:19:47.740659 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:19:47.740822 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:19:47.740938 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:19:47.741091 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:24:46.871378 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:24:46.871488 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:24:46.871627 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:24:46.871783 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:24:46.871971 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:28:34.710064 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:28:34.710201 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:28:34.710317 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:28:34.710431 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:28:34.710550 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:30:34.760226 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:30:34.760785 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:30:34.760973 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:30:34.761163 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:30:34.761334 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:34:46.879985 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:34:46.880486 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:34:46.880812 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:34:46.880954 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:34:46.881185 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:36:46.930070 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:36:46.930328 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:36:46.930564 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:36:46.930583 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:36:46.930564 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:39:21.045743 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:39:21.045843 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:39:21.045986 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:39:21.046177 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:39:21.046219 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:39:29.361201 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 11:39:29.361253 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 11:39:29.361328 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 11:39:29.361345 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 11:39:29.361361 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 11:39:29.361373 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 11:39:30.438270 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 11:39:30.438318 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 11:39:30.438342 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 11:39:30.438355 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 11:39:30.439793 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 11:39:30.439815 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 11:40:05.411678 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 11:40:05.411721 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 11:40:05.411785 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 11:40:05.411797 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 11:40:06.475269 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 11:40:06.475319 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 11:40:06.476299 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 11:40:06.476333 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 11:40:51.390713 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 11:40:51.390785 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 11:40:52.577899 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 11:44:46.876922 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:44:46.877374 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:44:46.877565 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:44:46.877836 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:44:46.878026 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:45:18.410105 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 11:45:18.410151 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 11:45:18.410547 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 11:45:18.410571 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 11:45:19.472555 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 11:45:19.472594 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 11:45:19.472637 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 11:45:19.472646 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 11:48:21.110247 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:48:21.110540 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:48:21.110723 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:48:21.110818 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:48:21.110979 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:50:21.184912 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:50:21.184969 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:50:21.185129 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:50:21.185223 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:50:21.184918 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:54:46.894256 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:54:46.894354 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:54:46.894482 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:54:46.894596 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:54:46.894860 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:56:03.494053 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 11:56:03.494095 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 11:56:04.680989 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 11:58:10.135353 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:58:10.135786 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:58:10.136033 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:58:10.136249 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 11:58:10.136501 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:00:10.232646 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:00:10.233226 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:00:10.233470 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:00:10.233693 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:00:10.233971 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:04:46.892239 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:04:46.892344 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:04:46.892499 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:04:46.892672 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:04:46.892719 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:05:54.422100 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:05:54.422155 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:05:54.429364 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:05:54.429431 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:05:55.485328 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 12:05:55.485382 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:05:55.485894 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 12:05:55.485925 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:08:58.055835 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:08:58.055898 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:08:58.056111 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:08:58.056333 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:08:58.056351 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:10:24.392624 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 12:10:24.392659 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 12:10:24.401178 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 12:10:24.401214 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 12:10:24.401230 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 12:10:24.401238 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 12:10:25.440211 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 12:10:25.440247 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 12:10:25.441597 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 12:10:25.441620 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 12:10:25.441632 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 12:10:25.441640 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 12:17:35.124190 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:17:35.124636 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:17:35.124939 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:17:35.125142 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:17:35.125379 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:19:45.739449 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:19:45.740114 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:19:45.740119 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:19:45.740479 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:19:45.740556 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:21:05.397414 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:21:05.397473 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:21:05.397540 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:21:05.397557 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:21:06.454414 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 12:21:06.454468 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:21:06.454529 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 12:21:06.454548 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:21:57.447478 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 12:21:57.447521 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 12:21:58.637228 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 12:26:14.454084 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:26:14.454137 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:26:14.454538 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:26:14.454561 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:26:15.552111 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 12:26:15.552168 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:26:15.553035 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 12:26:15.553060 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:30:50.800729 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:30:50.801045 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:30:50.801307 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:30:50.801316 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:30:50.801489 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:31:26.462079 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:31:26.462127 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:31:26.462173 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:31:26.462183 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:31:27.514706 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 12:31:27.514776 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:31:27.516688 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 12:31:27.516713 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:34:46.912911 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:34:46.913379 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:34:46.913577 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:34:46.913774 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:34:46.913950 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:36:33.394636 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:36:33.394786 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:36:33.394854 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:36:33.394872 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:36:34.447090 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 12:36:34.447148 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:36:34.447213 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 12:36:34.447236 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:39:04.516495 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:39:04.517144 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:39:04.517401 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:39:04.517645 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:39:04.517907 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:41:04.604359 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:41:04.604504 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:41:04.604657 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:41:04.604798 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:41:04.605017 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:44:46.916539 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:44:46.917105 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:44:46.917316 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:44:46.917494 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:44:46.917668 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:46:47.021461 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:46:47.021916 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:46:47.022153 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:46:47.022331 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:46:47.022541 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:49:50.601466 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:49:50.602165 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:49:50.602445 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:49:50.602697 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:49:50.602984 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:51:12.396557 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 12:51:12.396607 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 12:51:12.396653 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 12:51:12.396662 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 12:51:12.396673 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 12:51:12.396681 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 12:51:13.448212 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 12:51:13.448253 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 12:51:13.448296 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 12:51:13.448305 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 12:51:13.448315 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 12:51:13.448322 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 12:52:30.473726 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 12:52:30.474123 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 12:52:31.673938 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 12:54:46.920143 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:54:46.920220 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:54:46.920339 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:54:46.920478 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:54:46.920657 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:56:46.981654 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:56:46.981929 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:56:46.982070 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:56:46.982262 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:56:46.982272 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 12:56:59.485882 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:56:59.485935 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:56:59.489307 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 12:56:59.489340 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:57:00.549638 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 12:57:00.549689 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 12:57:00.550736 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 12:57:00.550784 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 12:57:38.411057 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 12:57:38.411103 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 12:57:39.598574 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 13:00:02.108342 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:00:02.108645 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:00:02.108789 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:00:02.109024 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:00:02.109028 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:02:02.175355 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:02:02.175868 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:02:02.176081 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:02:02.176273 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:02:02.176474 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:05:25.157289 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:05:25.157332 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:05:25.157310 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:05:25.157320 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:05:25.157324 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:07:25.249835 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:07:25.250232 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:07:25.250468 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:07:25.250692 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:07:25.250932 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:10:48.467352 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:10:48.467387 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:10:48.467520 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:10:48.467620 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:10:48.467827 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:12:17.384123 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 13:12:17.384176 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 13:12:17.384232 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 13:12:17.384247 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 13:12:18.446459 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 13:12:18.446497 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 13:12:18.447122 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 13:12:18.447141 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 13:17:52.536915 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:17:52.537280 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:17:52.537481 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:17:52.537674 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:17:52.537872 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:18:17.373625 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 13:18:17.373812 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 13:18:18.562862 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 13:20:23.279693 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:20:23.279813 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:20:23.279990 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:20:23.280140 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:20:23.280226 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:22:23.347908 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:22:23.347957 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:22:23.348107 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:22:23.348204 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:22:23.347937 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:25:47.478281 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:25:47.478688 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:25:47.479036 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:25:47.479329 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:25:47.479618 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:27:47.532316 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:27:47.532567 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:27:47.532740 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:27:47.532927 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:27:47.533152 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:31:10.716328 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:31:10.716892 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:31:10.717127 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:31:10.717336 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:31:10.717597 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:36:34.529459 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:36:34.529907 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:36:34.530139 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:36:34.530316 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:36:34.530358 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:38:04.464591 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 13:38:04.464648 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 13:38:04.476318 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 13:38:04.476354 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 13:38:05.528623 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 13:38:05.528674 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 13:38:05.528730 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 13:38:05.528770 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 13:38:43.374042 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 13:38:43.374078 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 13:38:44.559937 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 13:40:50.018860 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:40:50.018928 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:40:50.019099 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:40:50.019193 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:40:50.019355 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:43:12.480084 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 13:43:12.480133 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 13:43:12.480179 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.129.2.7:9091 10.131.0.7:9091] >I0103 13:43:12.480189 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 13:43:13.542474 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-k8s:web to [10.131.0.7:9091] >I0103 13:43:13.542531 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-k8s:web" >I0103 13:43:13.542595 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/prometheus-operated:web to [10.131.0.7:9091] >I0103 13:43:13.542610 9682 roundrobin.go:240] Delete endpoint 10.129.2.7:9091 for service "openshift-monitoring/prometheus-operated:web" >I0103 13:47:25.401433 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.128.2.9:9093 10.129.2.9:9093 10.131.0.9:9093] >I0103 13:47:25.401471 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 13:47:25.401488 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.128.2.9:6783 10.129.2.9:6783 10.131.0.9:6783] >I0103 13:47:25.401496 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 13:47:25.405960 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.128.2.9:9094 10.129.2.9:9094 10.131.0.9:9094] >I0103 13:47:25.405997 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 13:47:26.459036 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-main:web to [10.129.2.9:9094 10.131.0.9:9094] >I0103 13:47:26.459082 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9094 for service "openshift-monitoring/alertmanager-main:web" >I0103 13:47:26.459140 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:web to [10.129.2.9:9093 10.131.0.9:9093] >I0103 13:47:26.459155 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:9093 for service "openshift-monitoring/alertmanager-operated:web" >I0103 13:47:26.459171 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/alertmanager-operated:mesh to [10.129.2.9:6783 10.131.0.9:6783] >I0103 13:47:26.459182 9682 roundrobin.go:240] Delete endpoint 10.128.2.9:6783 for service "openshift-monitoring/alertmanager-operated:mesh" >I0103 13:49:26.466417 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:49:26.467040 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:49:26.467275 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:49:26.467509 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:49:26.467719 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:51:36.708121 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:51:36.708469 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:51:36.708667 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:51:36.708882 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:51:36.709057 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:54:46.944821 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:54:46.944911 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:54:46.945063 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:54:46.945195 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:54:46.945317 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:56:59.597205 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:56:59.597313 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:56:59.597485 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:56:59.597708 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:56:59.597713 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 13:58:57.487111 9682 roundrobin.go:310] LoadBalancerRR: Setting endpoints for openshift-monitoring/grafana:https to [10.129.2.8:3000] >I0103 13:58:57.487238 9682 roundrobin.go:240] Delete endpoint 10.129.2.8:3000 for service "openshift-monitoring/grafana:https" >I0103 13:58:58.646860 9682 roundrobin.go:338] LoadBalancerRR: Removing endpoints for openshift-monitoring/grafana:https >I0103 14:01:04.773074 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 14:01:04.773156 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 14:01:04.773338 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 14:01:04.773567 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >I0103 14:01:04.773599 9682 streamwatcher.go:103] Unexpected EOF during watch stream event decoding: unexpected EOF >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1654044
: 1518156 |
1520616