Skip to content

Instantly share code, notes, and snippets.

@harpratap
Last active September 6, 2019 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harpratap/d5a7c762e8b1e5e1808698f04b47739d to your computer and use it in GitHub Desktop.
Save harpratap/d5a7c762e8b1e5e1808698f04b47739d to your computer and use it in GitHub Desktop.
Istio proxy sidecar log failing when trying to upgrade
2019-09-06T03:22:23.845465Z info FLAG: --applicationPorts="[80]"
2019-09-06T03:22:23.845501Z info FLAG: --binaryPath="/usr/local/bin/envoy"
2019-09-06T03:22:23.845507Z info FLAG: --concurrency="2"
2019-09-06T03:22:23.845528Z info FLAG: --configPath="/etc/istio/proxy"
2019-09-06T03:22:23.845533Z info FLAG: --connectTimeout="10s"
2019-09-06T03:22:23.845537Z info FLAG: --controlPlaneAuthPolicy="NONE"
2019-09-06T03:22:23.845542Z info FLAG: --controlPlaneBootstrap="true"
2019-09-06T03:22:23.845554Z info FLAG: --customConfigFile=""
2019-09-06T03:22:23.845558Z info FLAG: --datadogAgentAddress=""
2019-09-06T03:22:23.845562Z info FLAG: --disableInternalTelemetry="false"
2019-09-06T03:22:23.845566Z info FLAG: --discoveryAddress="istio-pilot.istio-system:15010"
2019-09-06T03:22:23.845570Z info FLAG: --dnsRefreshRate="300s"
2019-09-06T03:22:23.845587Z info FLAG: --domain="istio-harry.svc.cluster.local"
2019-09-06T03:22:23.845591Z info FLAG: --drainDuration="45s"
2019-09-06T03:22:23.845606Z info FLAG: --envoyMetricsServiceAddress=""
2019-09-06T03:22:23.845611Z info FLAG: --help="false"
2019-09-06T03:22:23.845616Z info FLAG: --id=""
2019-09-06T03:22:23.845620Z info FLAG: --ip=""
2019-09-06T03:22:23.845624Z info FLAG: --lightstepAccessToken=""
2019-09-06T03:22:23.845628Z info FLAG: --lightstepAddress=""
2019-09-06T03:22:23.845633Z info FLAG: --lightstepCacertPath=""
2019-09-06T03:22:23.845637Z info FLAG: --lightstepSecure="false"
2019-09-06T03:22:23.845641Z info FLAG: --log_as_json="false"
2019-09-06T03:22:23.845647Z info FLAG: --log_caller=""
2019-09-06T03:22:23.845652Z info FLAG: --log_output_level="default:info"
2019-09-06T03:22:23.845656Z info FLAG: --log_rotate=""
2019-09-06T03:22:23.845660Z info FLAG: --log_rotate_max_age="30"
2019-09-06T03:22:23.845665Z info FLAG: --log_rotate_max_backups="1000"
2019-09-06T03:22:23.845669Z info FLAG: --log_rotate_max_size="104857600"
2019-09-06T03:22:23.845673Z info FLAG: --log_stacktrace_level="default:none"
2019-09-06T03:22:23.845681Z info FLAG: --log_target="[stdout]"
2019-09-06T03:22:23.845687Z info FLAG: --mixerIdentity=""
2019-09-06T03:22:23.845703Z info FLAG: --parentShutdownDuration="1m0s"
2019-09-06T03:22:23.845708Z info FLAG: --pilotIdentity=""
2019-09-06T03:22:23.845714Z info FLAG: --proxyAdminPort="15000"
2019-09-06T03:22:23.845718Z info FLAG: --proxyComponentLogLevel="misc:error"
2019-09-06T03:22:23.845723Z info FLAG: --proxyLogLevel="error"
2019-09-06T03:22:23.845728Z info FLAG: --serviceCluster="httpbin.istio-harry"
2019-09-06T03:22:23.845733Z info FLAG: --serviceregistry="Kubernetes"
2019-09-06T03:22:23.845737Z info FLAG: --statsdUdpAddress=""
2019-09-06T03:22:23.845742Z info FLAG: --statusPort="15020"
2019-09-06T03:22:23.845746Z info FLAG: --templateFile=""
2019-09-06T03:22:23.845750Z info FLAG: --trust-domain=""
2019-09-06T03:22:23.845755Z info FLAG: --zipkinAddress="zipkin.istio-system:9411"
2019-09-06T03:22:23.845774Z info Version root@1a067c3a-98fa-11e9-95c6-bef141052020-docker.io/istio-1.2.2-cd4a148f37dc386986d6a6d899778849e686beea-Clean
2019-09-06T03:22:23.845890Z info Obtained private IP [192.168.47.73]
2019-09-06T03:22:23.845948Z info Proxy role: &model.Proxy{ClusterID:"", Type:"sidecar", IPAddresses:[]string{"192.168.47.73", "192.168.47.73"}, ID:"httpbin-6f76b74dbf-8z5gh.istio-harry", Locality:(*core.Locality)(nil), DNSDomain:"istio-harry.svc.cluster.local", TrustDomain:"cluster.local", PilotIdentity:"", MixerIdentity:"", ConfigNamespace:"", Metadata:map[string]string{}, SidecarScope:(*model.SidecarScope)(nil), ServiceInstances:[]*model.ServiceInstance(nil), WorkloadLabels:model.LabelsCollection(nil)}
2019-09-06T03:22:23.845963Z info PilotSAN []string(nil)
2019-09-06T03:22:23.846381Z info Effective config: binaryPath: /usr/local/bin/envoy
concurrency: 2
configPath: /etc/istio/proxy
connectTimeout: 10s
discoveryAddress: istio-pilot.istio-system:15010
drainDuration: 45s
parentShutdownDuration: 60s
proxyAdminPort: 15000
serviceCluster: httpbin.istio-harry
statNameLength: 189
tracing:
zipkin:
address: zipkin.istio-system:9411
2019-09-06T03:22:23.846395Z info Monitored certs: []string{"/etc/certs/cert-chain.pem", "/etc/certs/key.pem", "/etc/certs/root-cert.pem"}
2019-09-06T03:22:23.846411Z info PilotSAN []string(nil)
2019-09-06T03:22:23.846510Z info Starting proxy agent
2019-09-06T03:22:23.846549Z info Opening status port 15020
2019-09-06T03:22:23.846743Z info Received new config, resetting budget
2019-09-06T03:22:23.846812Z info Reconciling retry (budget 10)
2019-09-06T03:22:23.846814Z info watching /etc/certs for changes
2019-09-06T03:22:23.846902Z info Epoch 0 starting
2019-09-06T03:22:25.025828Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:22:25.025874Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:22:25.025885Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:22:25.850195Z info Envoy command: [-c /etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster httpbin.istio-harry --service-node sidecar~192.168.47.73~httpbin-6f76b74dbf-8z5gh.istio-harry~istio-harry.svc.cluster.local --max-obj-name-len 189 --local-address-ip-version v4 --allow-unknown-fields -l error --component-log-level misc:error --concurrency 2]
2019-09-06T03:22:26.028740Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:22:26.028769Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:22:26.035786Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:27.977806Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:29.978407Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:31.977787Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:33.977488Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:35.026039Z info watchFileEvents: notifying
2019-09-06T03:22:35.977693Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:37.977946Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:40.046530Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:41.977737Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:43.977799Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:45.977817Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:47.977806Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:49.978050Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 1 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:51.977755Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:53.977729Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:55.977735Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:57.977883Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:22:59.977810Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:01.977837Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:03.977907Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:05.977742Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:07.977787Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:09.977888Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:11.977790Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:13.977856Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:15.977686Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:17.977825Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:19.977856Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:21.977687Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:23.977843Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:25.977788Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:27.977674Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:29.977778Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:31.981252Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:33.977618Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:35.977743Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:37.977891Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:39.977674Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:41.977738Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:43.977786Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:45.977702Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:47.977967Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:49.977602Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:50.746322Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:23:50.746370Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:23:51.977785Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:53.977733Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:55.977857Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:57.977822Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:23:59.977715Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:00.746537Z info watchFileEvents: notifying
2019-09-06T03:24:01.977776Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:03.977809Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:05.977876Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:07.977818Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:09.977601Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:11.977882Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:13.977763Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 2 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:15.977864Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:17.977713Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:19.977959Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:21.977774Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:23.978552Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:25.977813Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:27.977644Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:29.977668Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:31.977812Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:33.977717Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:35.977747Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:37.977901Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:39.977864Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:41.977728Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:43.977771Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:45.977778Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:47.977772Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:49.977797Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:51.977760Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:53.977838Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:55.977727Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:57.977824Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:24:58.725071Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:24:58.725125Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:24:59.977716Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:01.977840Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:03.977781Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:05.977852Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:07.977896Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:08.725285Z info watchFileEvents: notifying
2019-09-06T03:25:09.977559Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:11.977663Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:13.977729Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:15.977776Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:17.977837Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:19.977731Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:21.977890Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:23.977774Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:25.977790Z info Envoy proxy is NOT ready: config not received from Pilot (is Pilot running?): cds updates: 3 successful, 0 rejected; lds updates: 0 successful, 0 rejected
2019-09-06T03:25:27.979675Z info Envoy proxy is ready
2019-09-06T03:26:17.726784Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:26:17.726853Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:26:17.726865Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:26:27.727023Z info watchFileEvents: notifying
2019-09-06T03:27:47.656481Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:27:47.656584Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:27:47.656612Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:27:57.656671Z info watchFileEvents: notifying
2019-09-06T03:29:12.777174Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:29:12.777234Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:29:22.777380Z info watchFileEvents: notifying
2019-09-06T03:30:31.680261Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:30:31.680331Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:30:41.680503Z info watchFileEvents: notifying
2019-09-06T03:31:42.674588Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:31:42.674632Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:31:42.674643Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:31:52.674750Z info watchFileEvents: notifying
2019-09-06T03:32:45.735447Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:32:45.735506Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:32:55.735637Z info watchFileEvents: notifying
2019-09-06T03:33:51.706588Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:33:51.706659Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:34:01.706796Z info watchFileEvents: notifying
2019-09-06T03:35:19.734645Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:35:19.734703Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:35:29.734826Z info watchFileEvents: notifying
2019-09-06T03:36:42.657039Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:36:42.657099Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:36:42.657110Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:36:52.657188Z info watchFileEvents: notifying
2019-09-06T03:37:43.716133Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:37:43.716192Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:37:43.716202Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:37:53.716374Z info watchFileEvents: notifying
2019-09-06T03:38:44.676565Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:38:44.676621Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:38:44.676632Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:38:54.676794Z info watchFileEvents: notifying
2019-09-06T03:39:53.653484Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:39:53.653540Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:40:03.653675Z info watchFileEvents: notifying
2019-09-06T03:41:19.674705Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:41:19.674783Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:41:29.674926Z info watchFileEvents: notifying
2019-09-06T03:42:42.688437Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:42:42.688509Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:42:42.688527Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:42:52.688599Z info watchFileEvents: notifying
2019-09-06T03:43:56.680407Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:43:56.680498Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:44:06.680609Z info watchFileEvents: notifying
2019-09-06T03:45:22.705759Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:45:22.705808Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:45:32.705971Z info watchFileEvents: notifying
2019-09-06T03:46:35.691747Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:46:35.691827Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:46:45.691954Z info watchFileEvents: notifying
2019-09-06T03:47:55.702662Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:47:55.702725Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:48:05.702856Z info watchFileEvents: notifying
2019-09-06T03:48:56.761651Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:48:56.761708Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:49:06.761876Z info watchFileEvents: notifying
2019-09-06T03:50:05.739696Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:50:05.739759Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:50:05.739772Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:50:15.739916Z info watchFileEvents: notifying
2019-09-06T03:51:07.712536Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:51:07.712595Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:51:17.712714Z info watchFileEvents: notifying
2019-09-06T03:52:17.693009Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:52:17.693066Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:52:27.693235Z info watchFileEvents: notifying
2019-09-06T03:53:23.665777Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:53:23.665846Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:53:33.666023Z info watchFileEvents: notifying
2019-09-06T03:54:44.674888Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:54:44.674963Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:54:54.675097Z info watchFileEvents: notifying
2019-09-06T03:55:57.669235Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:55:57.669292Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:55:57.669306Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:56:07.669470Z info watchFileEvents: notifying
2019-09-06T03:57:27.706412Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:57:27.706466Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:57:37.706638Z info watchFileEvents: notifying
2019-09-06T03:58:57.742997Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:58:57.743058Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T03:58:57.743071Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T03:59:07.743158Z info watchFileEvents: notifying
2019-09-06T04:00:25.786815Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:00:25.786876Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:00:25.786890Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:00:35.786970Z info watchFileEvents: notifying
2019-09-06T04:01:29.776638Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:01:29.776700Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:01:29.776716Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:01:39.776810Z info watchFileEvents: notifying
2019-09-06T04:02:35.669802Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:02:35.669858Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:02:45.670003Z info watchFileEvents: notifying
2019-09-06T04:04:01.711522Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:04:01.711711Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:04:11.711804Z info watchFileEvents: notifying
2019-09-06T04:05:28.667697Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:05:28.667757Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:05:28.667771Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:05:38.667861Z info watchFileEvents: notifying
2019-09-06T04:06:40.772032Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:06:40.772157Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:06:50.772232Z info watchFileEvents: notifying
2019-09-06T04:07:45.762311Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:07:45.762406Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:07:45.762419Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:07:55.762483Z info watchFileEvents: notifying
2019-09-06T04:09:03.687014Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:09:03.687074Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:09:03.687109Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:09:13.687166Z info watchFileEvents: notifying
2019-09-06T04:10:26.717837Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:10:26.717885Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:10:26.717941Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:10:36.717995Z info watchFileEvents: notifying
2019-09-06T04:11:30.704534Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:11:30.704676Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:11:40.704788Z info watchFileEvents: notifying
2019-09-06T04:12:57.761533Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:12:57.761584Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:13:07.761739Z info watchFileEvents: notifying
2019-09-06T04:14:23.608831Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:14:23.608880Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:14:33.608979Z info watchFileEvents: notifying
2019-09-06T04:15:48.665156Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:15:48.665219Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:15:58.665311Z info watchFileEvents: notifying
2019-09-06T04:17:18.716615Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:17:18.716676Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:17:28.716795Z info watchFileEvents: notifying
2019-09-06T04:18:44.670796Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:18:44.670859Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:18:44.670878Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:18:54.670948Z info watchFileEvents: notifying
2019-09-06T04:20:05.700168Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:20:05.700230Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:20:05.700246Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:20:15.700339Z info watchFileEvents: notifying
2019-09-06T04:21:21.724149Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:21:21.724209Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:21:21.724223Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:21:31.724302Z info watchFileEvents: notifying
2019-09-06T04:22:26.714323Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:22:26.714390Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:22:36.714478Z info watchFileEvents: notifying
2019-09-06T04:23:31.705124Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:23:31.705186Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:23:31.705214Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:23:41.705290Z info watchFileEvents: notifying
2019-09-06T04:24:40.712495Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:24:40.712555Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:24:50.712652Z info watchFileEvents: notifying
2019-09-06T04:25:45.696907Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:25:45.696984Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:25:45.697000Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": MODIFY|ATTRIB
2019-09-06T04:25:55.697079Z info watchFileEvents: notifying
2019-09-06T04:26:49.680393Z info watchFileEvents: "/etc/certs/..2019_09_06_04_26_49.216180517": CREATE
2019-09-06T04:26:49.680470Z info watchFileEvents: "/etc/certs/..2019_09_06_04_26_49.216180517": MODIFY|ATTRIB
2019-09-06T04:26:49.680484Z info watchFileEvents: "/etc/certs/..data_tmp": RENAME
2019-09-06T04:26:49.680514Z info watchFileEvents: "/etc/certs/..data": CREATE
2019-09-06T04:26:49.680522Z info watchFileEvents: "/etc/certs/cert-chain.pem": DELETE
2019-09-06T04:26:49.680530Z info watchFileEvents: "/etc/certs/key.pem": DELETE
2019-09-06T04:26:49.680548Z info watchFileEvents: "/etc/certs/root-cert.pem": DELETE
2019-09-06T04:26:49.680555Z info watchFileEvents: "/etc/certs/..2019_09_06_03_22_22.288631059": DELETE
2019-09-06T04:26:49.680562Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:26:49.680621Z info watchFileEvents: "/etc/certs/..2019_09_06_04_26_49.216180517": MODIFY|ATTRIB
2019-09-06T04:26:59.680544Z info watchFileEvents: notifying
2019-09-06T04:26:59.680637Z info Received new config, resetting budget
2019-09-06T04:26:59.680650Z info Reconciling retry (budget 10)
2019-09-06T04:26:59.680668Z info Epoch 1 starting
2019-09-06T04:26:59.682455Z info Envoy command: [-c /etc/istio/proxy/envoy-rev1.json --restart-epoch 1 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster httpbin.istio-harry --service-node sidecar~192.168.47.73~httpbin-6f76b74dbf-8z5gh.istio-harry~istio-harry.svc.cluster.local --max-obj-name-len 189 --local-address-ip-version v4 --allow-unknown-fields -l error --component-log-level misc:error --concurrency 2]
2019-09-06T04:27:13.453595Z warn Epoch 1 terminated with an error: signal: killed
2019-09-06T04:27:13.453634Z warn Aborting epoch 0...
2019-09-06T04:27:13.453644Z warn Aborted all epochs
2019-09-06T04:27:13.453697Z info Epoch 1: set retry delay to 200ms, budget to 9
2019-09-06T04:27:13.453722Z warn Aborting epoch 0
2019-09-06T04:27:13.453800Z info Epoch 0 aborted
2019-09-06T04:27:13.653815Z info Reconciling retry (budget 9)
2019-09-06T04:27:13.653919Z info Epoch 0 starting
2019-09-06T04:27:13.655867Z info Envoy command: [-c /etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster httpbin.istio-harry --service-node sidecar~192.168.47.73~httpbin-6f76b74dbf-8z5gh.istio-harry~istio-harry.svc.cluster.local --max-obj-name-len 189 --local-address-ip-version v4 --allow-unknown-fields -l error --component-log-level misc:error --concurrency 2]
2019-09-06T04:27:13.977561Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:15.977572Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:17.977498Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:19.977418Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:21.977555Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:23.977399Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:25.977653Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:27.977613Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:29.977520Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:31.977519Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:33.977487Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:35.977621Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:37.977510Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:39.977493Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:42.282633Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","0.0.0.0:7001","10.3.109.146:3000","10.3.23.81:9115","10.3.154.72:3000","10.3.167.50:9090","10.3.142.64:9090","10.3.65.149:3000","10.3.73.146:9115","10.3.12.98:80","10.3.83.125:6379","10.3.154.14:80","10.3.253.69:80","10.3.32.48:10902","10.3.167.50:10902","10.3.58.72:80","10.3.146.110:80","10.3.83.59:3000","10.3.38.72:10902","10.3.153.224:3000","10.3.224.191:9093","10.3.15.57:9093","0.0.0.0:9443","10.3.241.85:8080","10.3.59.71:80","10.3.173.152:80","10.3.248.232:80","10.3.131.214:443","10.3.231.222:9093","10.3.11.1:443","10.3.63.226:9090","0.0.0.0:9323","10.3.71.19:80","10.3.62.234:80","10.3.0.1:443","10.3.90.199:9115","10.3.144.84:3000","10.3.104.22:80","10.3.66.156:9090","10.3.165.46:3000","10.3.44.221:6379","10.3.148.221:14268","0.0.0.0:7600","10.3.112.145:80","10.3.41.178:3000","10.3.79.234:3000","10.3.101.103:80","10.3.84.152:80","10.3.112.209:9093","10.3.165.184:8080","10.3.35.10:3000","10.3.175.75:443","10.3.74.108:9115","10.3.123.21:9115","10.3.85.143:9090","10.3.110.242:10902","10.3.187.244:80","10.3.161.158:80","10.3.199.41:443","10.3.90.153:80","10.3.225.150:8086","10.3.147.204:80","10.3.89.243:3000","10.3.0.67:3030","10.3.57.41:3000","10.3.59.190:10902","10.3.112.141:3000","10.3.30.36:80","10.3.100.48:80","10.3.116.252:80","10.3.173.61:9115","10.3.146.136:80","10.3.148.221:14267","10.3.170.165:80","10.3.0.226:10900","10.3.223.87:10902","10.3.224.27:10902","10.3.166.151:5000","10.3.199.143:6379","10.3.214.17:80","10.3.255.55:9115","10.3.0.10:53","10.3.126.137:443","10.3.125.196:443","10.3.54.48:9093","10.3.89.233:443","10.3.155.57:3000","10.3.47.28:3000","10.3.34.100:80","10.3.148.61:80","10.3.226.174:80","10.3.62.173:80","10.3.222.41:9115","10.3.6.103:80","10.3.238.228:44134","10.3.100.214:10902","10.3.9.232:3000","10.3.32.255:80","10.3.225.253:80","10.3.137.158:5778","10.3.0.184:3000","10.3.32.169:3000","10.3.61.18:3000","10.3.164.239:80","10.3.213.52:80","10.3.200.41:80","10.3.203.71:3030","10.3.80.252:80","10.3.98.173:3000","10.3.70.197:3000","10.3.217.111:80","10.3.202.130:3030","10.3.224.27:9090","0.0.0.0:10250","10.3.176.10:15011","10.3.36.162:443","10.3.148.203:3000","10.3.167.216:3000","10.3.134.138:80","10.3.148.11:3000","10.3.246.185:80","10.3.115.225:3000","10.3.231.92:9115","10.3.52.90:9090","10.3.52.169:9093","0.0.0.0:6783","10.3.232.157:80","10.3.177.133:80","10.3.8.76:6379","0.0.0.0:9042","10.3.100.214:9090","10.3.21.116:3000","10.3.15.82:3000","10.3.179.149:80","10.3.162.231:6379","10.3.85.137:80","10.3.56.200:80","10.3.166.213:80","10.3.111.3:3000","10.3.171.167:9093","10.3.103.49:80","10.3.34.171:8080","10.3.225.116:3030","10.3.5.79:3030","10.3.125.142:3030","10.3.57.132:6379","10.3.221.198:80","10.3.72.157:443","10.3.206.72:5000","10.3.148.221:9411","10.3.136.187:3030","10.3.68.245:3000","10.3.151.192:9115","10.3.101.255:5473","10.3.215.102:80","10.3.154.140:6379","10.3.198.71:80","10.3.142.64:10902","10.3.89.10:80","10.3.59.190:9090","10.3.254.184:3000","10.3.169.218:10902","10.3.137.127:3000","10.3.108.249:9115","10.3.170.188:3030","10.3.169.218:9090","10.3.245.1:9115","10.3.164.235:80","10.3.47.113:80","10.3.196.59:8080","10.3.232.246:80","10.3.37.50:80","10.3.6.134:3000","10.3.172.252:3000","10.3.225.103:10902","10.3.238.229:80","10.3.75.163:9115","10.3.52.196:80","10.3.3.157:9093","10.3.11.219:5000","10.3.173.185:80","10.3.22.102:3000","10.3.241.250:80","10.3.201.8:3000","10.3.5.66:3000","10.3.9.59:3000","10.3.111.128:9115","10.3.232.134:80","10.3.122.177:3903","10.3.124.68:9093","10.3.187.15:80","10.3.0.128:80","10.3.35.35:80","10.3.100.62:80","10.3.42.218:59267","10.3.165.73:3000","10.3.232.254:3030","10.3.236.44:3000","10.3.240.142:6379","10.3.7.108:4222","0.0.0.0:7000","0.0.0.0:7199","10.3.124.232:80","10.3.126.137:31400","10.3.32.48:9090","10.3.86.180:3000","10.3.225.103:9090","10.3.179.128:80","10.3.10.216:443","10.3.42.218:59268","10.3.32.92:3000","10.3.231.70:44134","10.3.217.221:80","10.3.194.89:5555","10.3.210.178:3030","10.3.85.22:80","10.3.17.31:3030","10.3.165.99:3030","10.3.135.137:3000","0.0.0.0:9160","10.3.52.90:10902","10.3.253.42:3000","10.3.144.16:3000","10.3.75.63:3000","10.3.215.65:9102","10.3.88.86:80","0.0.0.0:9090","10.3.114.215:443","10.3.242.0:42422","10.3.232.218:44134","10.3.234.146:9093","0.0.0.0:8443","10.3.234.178:80","10.3.214.12:3000","10.3.244.52:9093","10.3.22.157:80","10.3.228.51:3000","10.3.26.138:80","10.3.117.17:9093","10.3.144.20:80","10.3.140.19:3000","10.3.3.98:3000","10.3.236.153:3030","10.3.229.131:80","10.3.104.46:80","10.3.97.147:80","10.3.45.252:8080","10.3.110.242:9090","0.0.0.0:2378","10.3.114.213:80","10.3.131.65:443","10.3.22.202:9093","10.3.174.106:9093","10.3.44.195:80","10.3.146.199:80","10.3.173.75:10902","10.3.255.192:80","10.3.239.186:3000","0.0.0.0:9093","10.3.158.87:80","10.3.149.71:3000","10.3.111.158:3030","10.3.38.27:3000","10.3.149.83:10902","10.3.254.126:9093","10.3.187.102:80","10.3.111.48:443","10.3.158.120:80","10.3.42.251:9093","10.3.66.156:10902","10.3.223.87:9090","10.3.105.29:9093","10.3.117.32:80","10.3.128.22:9093","10.3.39.243:80","10.3.150.214:3000","10.3.214.99:3000","10.3.160.97:3000","10.3.214.25:80","10.3.51.163:80","10.3.97.156:443","10.3.229.77:80","10.3.164.44:10900","10.3.51.0:80","10.3.173.75:9090","10.3.105.147:3030","10.3.32.177:9115","10.3.112.30:3000","10.3.149.83:9090","10.3.40.145:3000","10.3.255.62:80","10.3.120.67:80","10.3.237.204:80","10.3.58.168:80","10.3.204.162:9090","10.3.210.83:9000","10.3.131.160:3030","10.3.38.72:9090","10.3.163.166:9115","10.3.157.125:6379","10.3.122.255:443","10.3.208.226:80","10.3.238.221:80","10.3.85.143:10902","10.3.2.223:80","10.3.173.157:80","10.3.42.218:59411","0.0.0.0:5555","0.0.0.0:9901","0.0.0.0:9080","0.0.0.0:10901","0.0.0.0:8000","0.0.0.0:8060","0.0.0.0:9411","0.0.0.0:3000","0.0.0.0:80","0.0.0.0:9000","0.0.0.0:5000","0.0.0.0:10902","0.0.0.0:18080","0.0.0.0:9091","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:8080","0.0.0.0:15010","0.0.0.0:4444","0.0.0.0:10251","0.0.0.0:15014","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:44.047270Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","0.0.0.0:7001","10.3.109.146:3000","10.3.23.81:9115","10.3.154.72:3000","10.3.167.50:9090","10.3.142.64:9090","10.3.65.149:3000","10.3.73.146:9115","10.3.12.98:80","10.3.83.125:6379","10.3.154.14:80","10.3.253.69:80","10.3.32.48:10902","10.3.167.50:10902","10.3.58.72:80","10.3.146.110:80","10.3.83.59:3000","10.3.38.72:10902","10.3.153.224:3000","10.3.224.191:9093","10.3.15.57:9093","0.0.0.0:9443","10.3.241.85:8080","10.3.59.71:80","10.3.173.152:80","10.3.248.232:80","10.3.131.214:443","10.3.231.222:9093","10.3.11.1:443","10.3.63.226:9090","0.0.0.0:9323","10.3.71.19:80","10.3.62.234:80","10.3.0.1:443","10.3.90.199:9115","10.3.144.84:3000","10.3.104.22:80","10.3.66.156:9090","10.3.165.46:3000","10.3.44.221:6379","10.3.148.221:14268","0.0.0.0:7600","10.3.112.145:80","10.3.41.178:3000","10.3.79.234:3000","10.3.101.103:80","10.3.84.152:80","10.3.112.209:9093","10.3.165.184:8080","10.3.35.10:3000","10.3.175.75:443","10.3.74.108:9115","10.3.123.21:9115","10.3.85.143:9090","10.3.110.242:10902","10.3.187.244:80","10.3.161.158:80","10.3.199.41:443","10.3.90.153:80","10.3.225.150:8086","10.3.147.204:80","10.3.89.243:3000","10.3.0.67:3030","10.3.57.41:3000","10.3.59.190:10902","10.3.112.141:3000","10.3.30.36:80","10.3.100.48:80","10.3.116.252:80","10.3.173.61:9115","10.3.146.136:80","10.3.148.221:14267","10.3.170.165:80","10.3.0.226:10900","10.3.223.87:10902","10.3.224.27:10902","10.3.166.151:5000","10.3.199.143:6379","10.3.214.17:80","10.3.255.55:9115","10.3.0.10:53","10.3.126.137:443","10.3.125.196:443","10.3.54.48:9093","10.3.89.233:443","10.3.155.57:3000","10.3.47.28:3000","10.3.34.100:80","10.3.148.61:80","10.3.226.174:80","10.3.62.173:80","10.3.222.41:9115","10.3.6.103:80","10.3.238.228:44134","10.3.100.214:10902","10.3.9.232:3000","10.3.32.255:80","10.3.225.253:80","10.3.137.158:5778","10.3.0.184:3000","10.3.32.169:3000","10.3.61.18:3000","10.3.164.239:80","10.3.213.52:80","10.3.200.41:80","10.3.203.71:3030","10.3.80.252:80","10.3.98.173:3000","10.3.70.197:3000","10.3.217.111:80","10.3.202.130:3030","10.3.224.27:9090","0.0.0.0:10250","10.3.176.10:15011","10.3.36.162:443","10.3.148.203:3000","10.3.167.216:3000","10.3.134.138:80","10.3.148.11:3000","10.3.246.185:80","10.3.115.225:3000","10.3.231.92:9115","10.3.52.90:9090","10.3.52.169:9093","0.0.0.0:6783","10.3.232.157:80","10.3.177.133:80","10.3.8.76:6379","0.0.0.0:9042","10.3.100.214:9090","10.3.21.116:3000","10.3.15.82:3000","10.3.179.149:80","10.3.162.231:6379","10.3.85.137:80","10.3.56.200:80","10.3.166.213:80","10.3.111.3:3000","10.3.171.167:9093","10.3.103.49:80","10.3.34.171:8080","10.3.225.116:3030","10.3.5.79:3030","10.3.125.142:3030","10.3.57.132:6379","10.3.221.198:80","10.3.72.157:443","10.3.206.72:5000","10.3.148.221:9411","10.3.136.187:3030","10.3.68.245:3000","10.3.151.192:9115","10.3.101.255:5473","10.3.215.102:80","10.3.154.140:6379","10.3.198.71:80","10.3.142.64:10902","10.3.89.10:80","10.3.59.190:9090","10.3.254.184:3000","10.3.169.218:10902","10.3.137.127:3000","10.3.108.249:9115","10.3.170.188:3030","10.3.169.218:9090","10.3.245.1:9115","10.3.164.235:80","10.3.47.113:80","10.3.196.59:8080","10.3.232.246:80","10.3.37.50:80","10.3.6.134:3000","10.3.172.252:3000","10.3.225.103:10902","10.3.238.229:80","10.3.75.163:9115","10.3.52.196:80","10.3.3.157:9093","10.3.11.219:5000","10.3.173.185:80","10.3.22.102:3000","10.3.241.250:80","10.3.201.8:3000","10.3.5.66:3000","10.3.9.59:3000","10.3.111.128:9115","10.3.232.134:80","10.3.122.177:3903","10.3.124.68:9093","10.3.187.15:80","10.3.0.128:80","10.3.35.35:80","10.3.100.62:80","10.3.42.218:59267","10.3.165.73:3000","10.3.232.254:3030","10.3.236.44:3000","10.3.240.142:6379","10.3.7.108:4222","0.0.0.0:7000","0.0.0.0:7199","10.3.124.232:80","10.3.126.137:31400","10.3.32.48:9090","10.3.86.180:3000","10.3.225.103:9090","10.3.179.128:80","10.3.10.216:443","10.3.42.218:59268","10.3.32.92:3000","10.3.231.70:44134","10.3.217.221:80","10.3.194.89:5555","10.3.210.178:3030","10.3.85.22:80","10.3.17.31:3030","10.3.165.99:3030","10.3.135.137:3000","0.0.0.0:9160","10.3.52.90:10902","10.3.253.42:3000","10.3.144.16:3000","10.3.75.63:3000","10.3.215.65:9102","10.3.88.86:80","0.0.0.0:9090","10.3.114.215:443","10.3.242.0:42422","10.3.232.218:44134","10.3.234.146:9093","0.0.0.0:8443","10.3.234.178:80","10.3.214.12:3000","10.3.244.52:9093","10.3.22.157:80","10.3.228.51:3000","10.3.26.138:80","10.3.117.17:9093","10.3.144.20:80","10.3.140.19:3000","10.3.3.98:3000","10.3.236.153:3030","10.3.229.131:80","10.3.104.46:80","10.3.97.147:80","10.3.45.252:8080","10.3.110.242:9090","0.0.0.0:2378","10.3.114.213:80","10.3.131.65:443","10.3.22.202:9093","10.3.174.106:9093","10.3.44.195:80","10.3.146.199:80","10.3.173.75:10902","10.3.255.192:80","10.3.239.186:3000","0.0.0.0:9093","10.3.158.87:80","10.3.149.71:3000","10.3.111.158:3030","10.3.38.27:3000","10.3.149.83:10902","10.3.254.126:9093","10.3.187.102:80","10.3.111.48:443","10.3.158.120:80","10.3.42.251:9093","10.3.66.156:10902","10.3.223.87:9090","10.3.105.29:9093","10.3.117.32:80","10.3.128.22:9093","10.3.39.243:80","10.3.150.214:3000","10.3.214.99:3000","10.3.160.97:3000","10.3.214.25:80","10.3.51.163:80","10.3.97.156:443","10.3.229.77:80","10.3.164.44:10900","10.3.51.0:80","10.3.173.75:9090","10.3.105.147:3030","10.3.32.177:9115","10.3.112.30:3000","10.3.149.83:9090","10.3.40.145:3000","10.3.255.62:80","10.3.120.67:80","10.3.237.204:80","10.3.58.168:80","10.3.204.162:9090","10.3.210.83:9000","10.3.131.160:3030","10.3.38.72:9090","10.3.163.166:9115","10.3.157.125:6379","10.3.122.255:443","10.3.208.226:80","10.3.238.221:80","10.3.85.143:10902","10.3.2.223:80","10.3.173.157:80","10.3.42.218:59411","0.0.0.0:5555","0.0.0.0:9901","0.0.0.0:9080","0.0.0.0:10901","0.0.0.0:8000","0.0.0.0:8060","0.0.0.0:9411","0.0.0.0:3000","0.0.0.0:80","0.0.0.0:9000","0.0.0.0:5000","0.0.0.0:10902","0.0.0.0:18080","0.0.0.0:9091","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:8080","0.0.0.0:15010","0.0.0.0:4444","0.0.0.0:10251","0.0.0.0:15014","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:45.978032Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","0.0.0.0:7001","10.3.109.146:3000","10.3.23.81:9115","10.3.154.72:3000","10.3.167.50:9090","10.3.142.64:9090","10.3.65.149:3000","10.3.73.146:9115","10.3.12.98:80","10.3.83.125:6379","10.3.154.14:80","10.3.253.69:80","10.3.32.48:10902","10.3.167.50:10902","10.3.58.72:80","10.3.146.110:80","10.3.83.59:3000","10.3.38.72:10902","10.3.153.224:3000","10.3.224.191:9093","10.3.15.57:9093","0.0.0.0:9443","10.3.241.85:8080","10.3.59.71:80","10.3.173.152:80","10.3.248.232:80","10.3.131.214:443","10.3.231.222:9093","10.3.11.1:443","10.3.63.226:9090","0.0.0.0:9323","10.3.71.19:80","10.3.62.234:80","10.3.0.1:443","10.3.90.199:9115","10.3.144.84:3000","10.3.104.22:80","10.3.66.156:9090","10.3.165.46:3000","10.3.44.221:6379","10.3.148.221:14268","0.0.0.0:7600","10.3.112.145:80","10.3.41.178:3000","10.3.79.234:3000","10.3.101.103:80","10.3.84.152:80","10.3.112.209:9093","10.3.165.184:8080","10.3.35.10:3000","10.3.175.75:443","10.3.74.108:9115","10.3.123.21:9115","10.3.85.143:9090","10.3.110.242:10902","10.3.187.244:80","10.3.161.158:80","10.3.199.41:443","10.3.90.153:80","10.3.225.150:8086","10.3.147.204:80","10.3.89.243:3000","10.3.0.67:3030","10.3.57.41:3000","10.3.59.190:10902","10.3.112.141:3000","10.3.30.36:80","10.3.100.48:80","10.3.116.252:80","10.3.173.61:9115","10.3.146.136:80","10.3.148.221:14267","10.3.170.165:80","10.3.0.226:10900","10.3.223.87:10902","10.3.224.27:10902","10.3.166.151:5000","10.3.199.143:6379","10.3.214.17:80","10.3.255.55:9115","10.3.0.10:53","10.3.126.137:443","10.3.125.196:443","10.3.54.48:9093","10.3.89.233:443","10.3.155.57:3000","10.3.47.28:3000","10.3.34.100:80","10.3.148.61:80","10.3.226.174:80","10.3.62.173:80","10.3.222.41:9115","10.3.6.103:80","10.3.238.228:44134","10.3.100.214:10902","10.3.9.232:3000","10.3.32.255:80","10.3.225.253:80","10.3.137.158:5778","10.3.0.184:3000","10.3.32.169:3000","10.3.61.18:3000","10.3.164.239:80","10.3.213.52:80","10.3.200.41:80","10.3.203.71:3030","10.3.80.252:80","10.3.98.173:3000","10.3.70.197:3000","10.3.217.111:80","10.3.202.130:3030","10.3.224.27:9090","0.0.0.0:10250","10.3.176.10:15011","10.3.36.162:443","10.3.148.203:3000","10.3.167.216:3000","10.3.134.138:80","10.3.148.11:3000","10.3.246.185:80","10.3.115.225:3000","10.3.231.92:9115","10.3.52.90:9090","10.3.52.169:9093","0.0.0.0:6783","10.3.232.157:80","10.3.177.133:80","10.3.8.76:6379","0.0.0.0:9042","10.3.100.214:9090","10.3.21.116:3000","10.3.15.82:3000","10.3.179.149:80","10.3.162.231:6379","10.3.85.137:80","10.3.56.200:80","10.3.166.213:80","10.3.111.3:3000","10.3.171.167:9093","10.3.103.49:80","10.3.34.171:8080","10.3.225.116:3030","10.3.5.79:3030","10.3.125.142:3030","10.3.57.132:6379","10.3.221.198:80","10.3.72.157:443","10.3.206.72:5000","10.3.148.221:9411","10.3.136.187:3030","10.3.68.245:3000","10.3.151.192:9115","10.3.101.255:5473","10.3.215.102:80","10.3.154.140:6379","10.3.198.71:80","10.3.142.64:10902","10.3.89.10:80","10.3.59.190:9090","10.3.254.184:3000","10.3.169.218:10902","10.3.137.127:3000","10.3.108.249:9115","10.3.170.188:3030","10.3.169.218:9090","10.3.245.1:9115","10.3.164.235:80","10.3.47.113:80","10.3.196.59:8080","10.3.232.246:80","10.3.37.50:80","10.3.6.134:3000","10.3.172.252:3000","10.3.225.103:10902","10.3.238.229:80","10.3.75.163:9115","10.3.52.196:80","10.3.3.157:9093","10.3.11.219:5000","10.3.173.185:80","10.3.22.102:3000","10.3.241.250:80","10.3.201.8:3000","10.3.5.66:3000","10.3.9.59:3000","10.3.111.128:9115","10.3.232.134:80","10.3.122.177:3903","10.3.124.68:9093","10.3.187.15:80","10.3.0.128:80","10.3.35.35:80","10.3.100.62:80","10.3.42.218:59267","10.3.165.73:3000","10.3.232.254:3030","10.3.236.44:3000","10.3.240.142:6379","10.3.7.108:4222","0.0.0.0:7000","0.0.0.0:7199","10.3.124.232:80","10.3.126.137:31400","10.3.32.48:9090","10.3.86.180:3000","10.3.225.103:9090","10.3.179.128:80","10.3.10.216:443","10.3.42.218:59268","10.3.32.92:3000","10.3.231.70:44134","10.3.217.221:80","10.3.194.89:5555","10.3.210.178:3030","10.3.85.22:80","10.3.17.31:3030","10.3.165.99:3030","10.3.135.137:3000","0.0.0.0:9160","10.3.52.90:10902","10.3.253.42:3000","10.3.144.16:3000","10.3.75.63:3000","10.3.215.65:9102","10.3.88.86:80","0.0.0.0:9090","10.3.114.215:443","10.3.242.0:42422","10.3.232.218:44134","10.3.234.146:9093","0.0.0.0:8443","10.3.234.178:80","10.3.214.12:3000","10.3.244.52:9093","10.3.22.157:80","10.3.228.51:3000","10.3.26.138:80","10.3.117.17:9093","10.3.144.20:80","10.3.140.19:3000","10.3.3.98:3000","10.3.236.153:3030","10.3.229.131:80","10.3.104.46:80","10.3.97.147:80","10.3.45.252:8080","10.3.110.242:9090","0.0.0.0:2378","10.3.114.213:80","10.3.131.65:443","10.3.22.202:9093","10.3.174.106:9093","10.3.44.195:80","10.3.146.199:80","10.3.173.75:10902","10.3.255.192:80","10.3.239.186:3000","0.0.0.0:9093","10.3.158.87:80","10.3.149.71:3000","10.3.111.158:3030","10.3.38.27:3000","10.3.149.83:10902","10.3.254.126:9093","10.3.187.102:80","10.3.111.48:443","10.3.158.120:80","10.3.42.251:9093","10.3.66.156:10902","10.3.223.87:9090","10.3.105.29:9093","10.3.117.32:80","10.3.128.22:9093","10.3.39.243:80","10.3.150.214:3000","10.3.214.99:3000","10.3.160.97:3000","10.3.214.25:80","10.3.51.163:80","10.3.97.156:443","10.3.229.77:80","10.3.164.44:10900","10.3.51.0:80","10.3.173.75:9090","10.3.105.147:3030","10.3.32.177:9115","10.3.112.30:3000","10.3.149.83:9090","10.3.40.145:3000","10.3.255.62:80","10.3.120.67:80","10.3.237.204:80","10.3.58.168:80","10.3.204.162:9090","10.3.210.83:9000","10.3.131.160:3030","10.3.38.72:9090","10.3.163.166:9115","10.3.157.125:6379","10.3.122.255:443","10.3.208.226:80","10.3.238.221:80","10.3.85.143:10902","10.3.2.223:80","10.3.173.157:80","10.3.42.218:59411","0.0.0.0:5555","0.0.0.0:9901","0.0.0.0:9080","0.0.0.0:10901","0.0.0.0:8000","0.0.0.0:8060","0.0.0.0:9411","0.0.0.0:3000","0.0.0.0:80","0.0.0.0:9000","0.0.0.0:5000","0.0.0.0:10902","0.0.0.0:18080","0.0.0.0:9091","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:8080","0.0.0.0:15010","0.0.0.0:4444","0.0.0.0:10251","0.0.0.0:15014","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:47.984422Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","0.0.0.0:7001","10.3.109.146:3000","10.3.23.81:9115","10.3.154.72:3000","10.3.167.50:9090","10.3.142.64:9090","10.3.65.149:3000","10.3.73.146:9115","10.3.12.98:80","10.3.83.125:6379","10.3.154.14:80","10.3.253.69:80","10.3.32.48:10902","10.3.167.50:10902","10.3.58.72:80","10.3.146.110:80","10.3.83.59:3000","10.3.38.72:10902","10.3.153.224:3000","10.3.224.191:9093","10.3.15.57:9093","0.0.0.0:9443","10.3.241.85:8080","10.3.59.71:80","10.3.173.152:80","10.3.248.232:80","10.3.131.214:443","10.3.231.222:9093","10.3.11.1:443","10.3.63.226:9090","0.0.0.0:9323","10.3.71.19:80","10.3.62.234:80","10.3.0.1:443","10.3.90.199:9115","10.3.144.84:3000","10.3.104.22:80","10.3.66.156:9090","10.3.165.46:3000","10.3.44.221:6379","10.3.148.221:14268","0.0.0.0:7600","10.3.112.145:80","10.3.41.178:3000","10.3.79.234:3000","10.3.101.103:80","10.3.84.152:80","10.3.112.209:9093","10.3.165.184:8080","10.3.35.10:3000","10.3.175.75:443","10.3.74.108:9115","10.3.123.21:9115","10.3.85.143:9090","10.3.110.242:10902","10.3.187.244:80","10.3.161.158:80","10.3.199.41:443","10.3.90.153:80","10.3.225.150:8086","10.3.147.204:80","10.3.89.243:3000","10.3.0.67:3030","10.3.57.41:3000","10.3.59.190:10902","10.3.112.141:3000","10.3.30.36:80","10.3.100.48:80","10.3.116.252:80","10.3.173.61:9115","10.3.146.136:80","10.3.148.221:14267","10.3.170.165:80","10.3.0.226:10900","10.3.223.87:10902","10.3.224.27:10902","10.3.166.151:5000","10.3.199.143:6379","10.3.214.17:80","10.3.255.55:9115","10.3.0.10:53","10.3.126.137:443","10.3.125.196:443","10.3.54.48:9093","10.3.89.233:443","10.3.155.57:3000","10.3.47.28:3000","10.3.34.100:80","10.3.148.61:80","10.3.226.174:80","10.3.62.173:80","10.3.222.41:9115","10.3.6.103:80","10.3.238.228:44134","10.3.100.214:10902","10.3.9.232:3000","10.3.32.255:80","10.3.225.253:80","10.3.137.158:5778","10.3.0.184:3000","10.3.32.169:3000","10.3.61.18:3000","10.3.164.239:80","10.3.213.52:80","10.3.200.41:80","10.3.203.71:3030","10.3.80.252:80","10.3.98.173:3000","10.3.70.197:3000","10.3.217.111:80","10.3.202.130:3030","10.3.224.27:9090","0.0.0.0:10250","10.3.176.10:15011","10.3.36.162:443","10.3.148.203:3000","10.3.167.216:3000","10.3.134.138:80","10.3.148.11:3000","10.3.246.185:80","10.3.115.225:3000","10.3.231.92:9115","10.3.52.90:9090","10.3.52.169:9093","0.0.0.0:6783","10.3.232.157:80","10.3.177.133:80","10.3.8.76:6379","0.0.0.0:9042","10.3.100.214:9090","10.3.21.116:3000","10.3.15.82:3000","10.3.179.149:80","10.3.162.231:6379","10.3.85.137:80","10.3.56.200:80","10.3.166.213:80","10.3.111.3:3000","10.3.171.167:9093","10.3.103.49:80","10.3.34.171:8080","10.3.225.116:3030","10.3.5.79:3030","10.3.125.142:3030","10.3.57.132:6379","10.3.221.198:80","10.3.72.157:443","10.3.206.72:5000","10.3.148.221:9411","10.3.136.187:3030","10.3.68.245:3000","10.3.151.192:9115","10.3.101.255:5473","10.3.215.102:80","10.3.154.140:6379","10.3.198.71:80","10.3.142.64:10902","10.3.89.10:80","10.3.59.190:9090","10.3.254.184:3000","10.3.169.218:10902","10.3.137.127:3000","10.3.108.249:9115","10.3.170.188:3030","10.3.169.218:9090","10.3.245.1:9115","10.3.164.235:80","10.3.47.113:80","10.3.196.59:8080","10.3.232.246:80","10.3.37.50:80","10.3.6.134:3000","10.3.172.252:3000","10.3.225.103:10902","10.3.238.229:80","10.3.75.163:9115","10.3.52.196:80","10.3.3.157:9093","10.3.11.219:5000","10.3.173.185:80","10.3.22.102:3000","10.3.241.250:80","10.3.201.8:3000","10.3.5.66:3000","10.3.9.59:3000","10.3.111.128:9115","10.3.232.134:80","10.3.122.177:3903","10.3.124.68:9093","10.3.187.15:80","10.3.0.128:80","10.3.35.35:80","10.3.100.62:80","10.3.42.218:59267","10.3.165.73:3000","10.3.232.254:3030","10.3.236.44:3000","10.3.240.142:6379","10.3.7.108:4222","0.0.0.0:7000","0.0.0.0:7199","10.3.124.232:80","10.3.126.137:31400","10.3.32.48:9090","10.3.86.180:3000","10.3.225.103:9090","10.3.179.128:80","10.3.10.216:443","10.3.42.218:59268","10.3.32.92:3000","10.3.231.70:44134","10.3.217.221:80","10.3.194.89:5555","10.3.210.178:3030","10.3.85.22:80","10.3.17.31:3030","10.3.165.99:3030","10.3.135.137:3000","0.0.0.0:9160","10.3.52.90:10902","10.3.253.42:3000","10.3.144.16:3000","10.3.75.63:3000","10.3.215.65:9102","10.3.88.86:80","0.0.0.0:9090","10.3.114.215:443","10.3.242.0:42422","10.3.232.218:44134","10.3.234.146:9093","0.0.0.0:8443","10.3.234.178:80","10.3.214.12:3000","10.3.244.52:9093","10.3.22.157:80","10.3.228.51:3000","10.3.26.138:80","10.3.117.17:9093","10.3.144.20:80","10.3.140.19:3000","10.3.3.98:3000","10.3.236.153:3030","10.3.229.131:80","10.3.104.46:80","10.3.97.147:80","10.3.45.252:8080","10.3.110.242:9090","0.0.0.0:2378","10.3.114.213:80","10.3.131.65:443","10.3.22.202:9093","10.3.174.106:9093","10.3.44.195:80","10.3.146.199:80","10.3.173.75:10902","10.3.255.192:80","10.3.239.186:3000","0.0.0.0:9093","10.3.158.87:80","10.3.149.71:3000","10.3.111.158:3030","10.3.38.27:3000","10.3.149.83:10902","10.3.254.126:9093","10.3.187.102:80","10.3.111.48:443","10.3.158.120:80","10.3.42.251:9093","10.3.66.156:10902","10.3.223.87:9090","10.3.105.29:9093","10.3.117.32:80","10.3.128.22:9093","10.3.39.243:80","10.3.150.214:3000","10.3.214.99:3000","10.3.160.97:3000","10.3.214.25:80","10.3.51.163:80","10.3.97.156:443","10.3.229.77:80","10.3.164.44:10900","10.3.51.0:80","10.3.173.75:9090","10.3.105.147:3030","10.3.32.177:9115","10.3.112.30:3000","10.3.149.83:9090","10.3.40.145:3000","10.3.255.62:80","10.3.120.67:80","10.3.237.204:80","10.3.58.168:80","10.3.204.162:9090","10.3.210.83:9000","10.3.131.160:3030","10.3.38.72:9090","10.3.163.166:9115","10.3.157.125:6379","10.3.122.255:443","10.3.208.226:80","10.3.238.221:80","10.3.85.143:10902","10.3.2.223:80","10.3.173.157:80","10.3.42.218:59411","0.0.0.0:5555","0.0.0.0:9901","0.0.0.0:9080","0.0.0.0:10901","0.0.0.0:8000","0.0.0.0:8060","0.0.0.0:9411","0.0.0.0:3000","0.0.0.0:80","0.0.0.0:9000","0.0.0.0:5000","0.0.0.0:10902","0.0.0.0:18080","0.0.0.0:9091","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:8080","0.0.0.0:15010","0.0.0.0:4444","0.0.0.0:10251","0.0.0.0:15014","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:50.054083Z warn Epoch 0 terminated with an error: signal: killed
2019-09-06T04:27:50.054111Z warn Aborted all epochs
2019-09-06T04:27:50.054155Z info Epoch 0: set retry delay to 400ms, budget to 8
2019-09-06T04:27:50.054281Z info Envoy proxy is NOT ready: failed retrieving Envoy listeners: Get http://127.0.0.1:15000/listeners: dial tcp 127.0.0.1:15000: connect: connection refused
2019-09-06T04:27:50.454265Z info Reconciling retry (budget 8)
2019-09-06T04:27:50.454356Z info Epoch 0 starting
2019-09-06T04:27:50.456289Z info Envoy command: [-c /etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster httpbin.istio-harry --service-node sidecar~192.168.47.73~httpbin-6f76b74dbf-8z5gh.istio-harry~istio-harry.svc.cluster.local --max-obj-name-len 189 --local-address-ip-version v4 --allow-unknown-fields -l error --component-log-level misc:error --concurrency 2]
2019-09-06T04:27:51.977671Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:53.977418Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:55.986709Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:57.977587Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:27:59.977510Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:01.977583Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:03.977547Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:05.989013Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:07.685525Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:28:07.685575Z info watchFileEvents: "/etc/certs/..2019_09_06_04_26_49.216180517": MODIFY|ATTRIB
2019-09-06T04:28:07.980906Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:09.977700Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:11.979268Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:13.977470Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:15.979533Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:17.685648Z info watchFileEvents: notifying
2019-09-06T04:28:17.990723Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:19.977549Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:21.985545Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:23.977453Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:25.984606Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:27.993681Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:29.995372Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:31.977577Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:33.977672Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:35.978088Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:37.978422Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:39.978110Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:41.978114Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:43.978034Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:45.978162Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:47.978175Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:49.978225Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:51.978206Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:53.978039Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:55.978181Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:57.978479Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:28:59.978198Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:01.978167Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:03.977914Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:06.046077Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:07.978168Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:09.978014Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:11.978176Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:13.977924Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:15.978019Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:17.978122Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:19.977986Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:21.978012Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:23.977916Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:25.689852Z info watchFileEvents: "/etc/certs/..2019_09_06_04_29_25.709158641": CREATE
2019-09-06T04:29:25.689898Z info watchFileEvents: "/etc/certs/..2019_09_06_04_29_25.709158641": MODIFY|ATTRIB
2019-09-06T04:29:25.689911Z info watchFileEvents: "/etc/certs/cert-chain.pem": CREATE
2019-09-06T04:29:25.689967Z info watchFileEvents: "/etc/certs/key.pem": CREATE
2019-09-06T04:29:25.689990Z info watchFileEvents: "/etc/certs/root-cert.pem": CREATE
2019-09-06T04:29:25.690009Z info watchFileEvents: "/etc/certs/..data_tmp": RENAME
2019-09-06T04:29:25.690015Z info watchFileEvents: "/etc/certs/..data": CREATE
2019-09-06T04:29:25.690025Z info watchFileEvents: "/etc/certs/..2019_09_06_04_26_49.216180517": DELETE
2019-09-06T04:29:25.690074Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:29:25.690090Z info watchFileEvents: "/etc/certs/..2019_09_06_04_29_25.709158641": MODIFY|ATTRIB
2019-09-06T04:29:25.978101Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:27.978057Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:29.978031Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:31.978022Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:34.046208Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:35.689994Z info watchFileEvents: notifying
2019-09-06T04:29:35.690171Z info Received new config, resetting budget
2019-09-06T04:29:35.690185Z info Reconciling retry (budget 10)
2019-09-06T04:29:35.690211Z info Epoch 1 starting
2019-09-06T04:29:35.691967Z info Envoy command: [-c /etc/istio/proxy/envoy-rev1.json --restart-epoch 1 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster httpbin.istio-harry --service-node sidecar~192.168.47.73~httpbin-6f76b74dbf-8z5gh.istio-harry~istio-harry.svc.cluster.local --max-obj-name-len 189 --local-address-ip-version v4 --allow-unknown-fields -l error --component-log-level misc:error --concurrency 2]
2019-09-06T04:29:35.978157Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:37.978195Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:39.978075Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:41.978197Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:43.978089Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:45.978046Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:47.978134Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:49.978158Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:51.978069Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:53.978295Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:55.978160Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:57.978141Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:29:59.978214Z info Envoy proxy is NOT ready: 2 errors occurred:
* failed checking application ports. listeners="0.0.0.0:15090","10.3.58.168:80","10.3.240.142:6379","10.3.176.10:15011","10.3.253.69:80","10.3.169.218:10902","10.3.199.41:443","10.3.117.32:80","10.3.203.71:3030","0.0.0.0:9443","10.3.199.143:6379","10.3.0.1:443","10.3.225.116:3030","10.3.225.103:9090","10.3.225.103:10902","10.3.241.85:8080","10.3.208.226:80","10.3.147.204:80","10.3.149.71:3000","10.3.65.149:3000","10.3.0.184:3000","10.3.148.11:3000","10.3.137.127:3000","10.3.164.239:80","10.3.62.173:80","10.3.255.55:9115","10.3.75.63:3000","10.3.114.213:80","10.3.246.185:80","10.3.44.195:80","10.3.254.126:9093","10.3.225.253:80","10.3.232.157:80","10.3.136.187:3030","10.3.105.147:3030","10.3.224.27:9090","10.3.79.234:3000","10.3.32.255:80","10.3.214.17:80","10.3.210.83:9000","10.3.149.83:10902","10.3.7.108:4222","10.3.116.252:80","10.3.45.252:8080","10.3.98.173:3000","0.0.0.0:2378","10.3.52.90:9090","10.3.173.75:9090","10.3.187.15:80","10.3.22.157:80","10.3.135.137:3000","10.3.217.221:80","10.3.131.160:3030","10.3.15.57:9093","10.3.126.137:443","10.3.115.225:3000","10.3.75.163:9115","10.3.153.224:3000","10.3.237.204:80","10.3.144.20:80","10.3.122.177:3903","10.3.111.3:3000","10.3.8.76:6379","10.3.58.72:80","10.3.231.222:9093","10.3.151.192:9115","10.3.39.243:80","10.3.83.125:6379","10.3.42.218:59411","10.3.70.197:3000","10.3.38.72:10902","0.0.0.0:9090","10.3.148.221:14268","10.3.200.41:80","10.3.3.157:9093","10.3.6.134:3000","10.3.3.98:3000","0.0.0.0:8443","10.3.146.136:80","10.3.225.150:8086","10.3.2.223:80","10.3.148.221:14267","10.3.89.233:443","10.3.104.22:80","10.3.32.48:9090","10.3.38.27:3000","10.3.30.36:80","10.3.187.244:80","10.3.242.0:42422","10.3.224.27:10902","10.3.52.169:9093","10.3.17.31:3030","10.3.114.215:443","10.3.157.125:6379","10.3.52.90:10902","10.3.52.196:80","10.3.149.83:9090","10.3.165.99:3030","10.3.73.146:9115","10.3.229.77:80","10.3.255.192:80","10.3.100.214:10902","10.3.32.169:3000","10.3.232.254:3030","10.3.100.48:80","10.3.122.255:443","10.3.131.65:443","10.3.109.146:3000","10.3.173.152:80","10.3.148.221:9411","0.0.0.0:7600","10.3.85.22:80","10.3.112.141:3000","10.3.32.177:9115","10.3.223.87:9090","10.3.179.149:80","10.3.229.131:80","10.3.71.19:80","10.3.5.79:3030","10.3.174.106:9093","10.3.214.12:3000","10.3.101.255:5473","10.3.35.35:80","10.3.89.243:3000","10.3.158.120:80","10.3.85.143:10902","10.3.125.142:3030","10.3.126.137:31400","0.0.0.0:9160","10.3.158.87:80","10.3.134.138:80","10.3.0.67:3030","10.3.11.1:443","10.3.85.137:80","10.3.232.218:44134","10.3.154.72:3000","10.3.51.163:80","10.3.146.199:80","10.3.201.8:3000","10.3.21.116:3000","10.3.9.59:3000","10.3.128.22:9093","10.3.187.102:80","10.3.84.152:80","10.3.57.41:3000","10.3.42.218:59268","10.3.210.178:3030","10.3.100.214:9090","10.3.68.245:3000","10.3.5.66:3000","10.3.206.72:5000","10.3.137.158:5778","10.3.51.0:80","10.3.23.81:9115","10.3.232.134:80","10.3.196.59:8080","10.3.214.99:3000","10.3.59.71:80","10.3.148.61:80","10.3.142.64:9090","10.3.36.162:443","10.3.9.232:3000","10.3.236.153:3030","10.3.238.229:80","10.3.37.50:80","10.3.221.198:80","10.3.66.156:10902","10.3.172.252:3000","10.3.34.100:80","10.3.167.50:10902","10.3.61.18:3000","10.3.22.102:3000","10.3.15.82:3000","10.3.167.50:9090","0.0.0.0:9323","10.3.88.86:80","10.3.112.209:9093","10.3.234.178:80","10.3.40.145:3000","10.3.97.156:443","10.3.173.75:10902","10.3.204.162:9090","10.3.179.128:80","10.3.248.232:80","10.3.111.48:443","10.3.112.30:3000","10.3.32.92:3000","10.3.62.234:80","10.3.57.132:6379","10.3.173.185:80","10.3.144.16:3000","10.3.148.203:3000","10.3.59.190:9090","10.3.150.214:3000","10.3.56.200:80","10.3.90.199:9115","10.3.167.216:3000","0.0.0.0:10250","10.3.10.216:443","0.0.0.0:7000","10.3.165.184:8080","10.3.245.1:9115","10.3.66.156:9090","10.3.38.72:9090","10.3.111.128:9115","10.3.215.102:80","10.3.217.111:80","10.3.0.226:10900","10.3.202.130:3030","10.3.124.232:80","10.3.224.191:9093","10.3.213.52:80","10.3.125.196:443","10.3.22.202:9093","10.3.254.184:3000","10.3.83.59:3000","10.3.74.108:9115","10.3.155.57:3000","10.3.105.29:9093","0.0.0.0:9042","10.3.161.158:80","10.3.238.221:80","10.3.255.62:80","10.3.146.110:80","10.3.110.242:10902","10.3.165.73:3000","10.3.144.84:3000","10.3.6.103:80","10.3.241.250:80","10.3.104.46:80","10.3.47.28:3000","10.3.90.153:80","10.3.117.17:9093","10.3.231.92:9115","10.3.89.10:80","10.3.86.180:3000","10.3.123.21:9115","10.3.164.44:10900","10.3.59.190:10902","10.3.228.51:3000","10.3.226.174:80","10.3.11.219:5000","10.3.42.218:59267","10.3.120.67:80","0.0.0.0:7199","10.3.236.44:3000","10.3.165.46:3000","10.3.194.89:5555","10.3.131.214:443","10.3.154.140:6379","10.3.232.246:80","10.3.26.138:80","10.3.198.71:80","10.3.166.213:80","10.3.12.98:80","10.3.72.157:443","10.3.173.157:80","10.3.222.41:9115","10.3.112.145:80","10.3.34.171:8080","10.3.140.19:3000","10.3.54.48:9093","10.3.63.226:9090","10.3.164.235:80","10.3.215.65:9102","10.3.0.128:80","10.3.97.147:80","10.3.41.178:3000","10.3.0.10:53","0.0.0.0:9093","10.3.110.242:9090","10.3.173.61:9115","10.3.162.231:6379","10.3.100.62:80","10.3.44.221:6379","10.3.80.252:80","10.3.253.42:3000","0.0.0.0:6783","10.3.231.70:44134","10.3.177.133:80","10.3.238.228:44134","10.3.32.48:10902","10.3.160.97:3000","10.3.175.75:443","10.3.170.165:80","10.3.154.14:80","10.3.111.158:3030","10.3.234.146:9093","10.3.124.68:9093","10.3.169.218:9090","10.3.214.25:80","10.3.142.64:10902","10.3.244.52:9093","10.3.171.167:9093","10.3.103.49:80","10.3.239.186:3000","10.3.35.10:3000","10.3.85.143:9090","10.3.223.87:10902","10.3.101.103:80","0.0.0.0:7001","10.3.42.251:9093","10.3.170.188:3030","10.3.163.166:9115","10.3.166.151:5000","10.3.47.113:80","10.3.108.249:9115","0.0.0.0:8000","0.0.0.0:15010","0.0.0.0:5000","0.0.0.0:15014","0.0.0.0:10252","0.0.0.0:15004","0.0.0.0:9411","0.0.0.0:18080","0.0.0.0:10901","0.0.0.0:10251","0.0.0.0:9000","0.0.0.0:80","0.0.0.0:9080","0.0.0.0:10902","0.0.0.0:4444","0.0.0.0:8080","0.0.0.0:9091","0.0.0.0:9901","0.0.0.0:3000","0.0.0.0:5555","0.0.0.0:8060","192.168.47.73:15020","0.0.0.0:15001"
* envoy missing listener for inbound application port: 80
2019-09-06T04:30:02.091410Z info Envoy proxy is ready
2019-09-06T04:30:34.676398Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:30:34.676494Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:30:34.676510Z info watchFileEvents: "/etc/certs/..2019_09_06_04_29_25.709158641": MODIFY|ATTRIB
2019-09-06T04:30:44.676621Z info watchFileEvents: notifying
2019-09-06T04:32:01.706896Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:32:01.706993Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:32:01.707035Z info watchFileEvents: "/etc/certs/..2019_09_06_04_29_25.709158641": MODIFY|ATTRIB
2019-09-06T04:32:11.707061Z info watchFileEvents: notifying
2019-09-06T04:33:10.681285Z info watchFileEvents: "/etc/certs": MODIFY|ATTRIB
2019-09-06T04:33:10.681336Z info watchFileEvents: "/etc/certs/..2019_09_06_04_29_25.709158641": MODIFY|ATTRIB
2019-09-06T04:33:20.681469Z info watchFileEvents: notifying
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment