Hi,
I added the sample log entry (log-entry.yaml)
It says the instances and handlers created correctly.I run the service endpoints a couple of times and see nothing in the logs.Same with the metrics too.
Any help please.
2019-06-25T01:37:46.069161Z info Publishing 23 events
2019-06-25T01:37:46.074144Z info Built new config.Snapshot: id=‘8’
2019-06-25T01:37:46.074204Z info adapters getting kubeconfig from: “” {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.074220Z warn Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
2019-06-25T01:37:46.075302Z info adapters Waiting for kubernetes cache sync… {“adapter”: “kubernetesenv.istio-system”}
gc 151 @16515.750s 0%: 0.034+7.9+1.9 ms clock, 0.13+3.9/8.4/15+7.8 ms cpu, 17->17->8 MB, 18 MB goal, 6 P
2019-06-25T01:37:46.175504Z info adapters Cache sync successful. {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.175551Z info adapters getting kubeconfig from: “” {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.175557Z warn Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
2019-06-25T01:37:46.176593Z info Setting up event handlers
2019-06-25T01:37:46.176792Z info Starting Secrets controller
2019-06-25T01:37:46.176823Z info Waiting for informer caches to sync
2019-06-25T01:37:46.179377Z info Cleaning up handler table, with config ID:7
2019-06-25T01:37:46.179411Z info adapters deleted remote controller {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.179496Z info adapters shutting down daemon… {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.179542Z info adapters shutting down daemon… {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.179605Z info adapters shutting down daemon… {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.179809Z info adapters shutting down daemon… {“adapter”: “kubernetesenv.istio-system”}
2019-06-25T01:37:46.179426Z info adapters adapter closed all scheduled daemons and workers {“adapter”: “prometheus.istio-system”}
2019-06-25T01:37:47.179741Z info adapters adapter closed all scheduled daemons and workers {“adapter”: “kubernetesenv.istio-system”}
kubectl get pods -n istio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-657f5dd79c-nffrr 1/1 Running 0 4m
istio-cleanup-secrets-1.2.0-nzrnm 0/1 Completed 0 4m
istio-galley-9b7bbcdb7-8rb4c 1/1 Running 0 4m
istio-ingressgateway-578d68dc98-bl2nl 1/1 Running 0 4m
istio-init-crd-10-ttjfs 0/1 Completed 0 6m
istio-init-crd-11-g986d 0/1 Completed 0 6m
istio-init-crd-12-sclmj 0/1 Completed 0 6m
istio-pilot-6c598d484b-dkxjz 2/2 Running 0 4m
istio-policy-7b879f8c7c-m64qm 2/2 Running 2 4m
istio-security-post-install-1.2.0-sh9nf 0/1 Completed 0 4m
istio-sidecar-injector-5d4c9bffd6-sr9n5 1/1 Running 0 4m
istio-telemetry-848cd7967-b9tqw 2/2 Running 2 4m
prometheus-5b48f5d49-tmlwm 1/1 Running 0 4m
Thanks,
saravana