==================================================================================================== ========================================= Pod describe ========================================= ==================================================================================================== Name: lodemon-75f677b97d-6b58v Namespace: xlou Priority: 0 Node: gke-xlou-cdm-default-pool-f05840a3-s6rh/10.142.0.104 Start Time: Sun, 11 Jun 2023 18:41:52 +0000 Labels: app=lodemon app.kubernetes.io/name=lodemon pod-template-hash=75f677b97d skaffold.dev/run-id=94be0a57-447e-4f3b-be65-9f2b05fd88b8 Annotations: Status: Running IP: 10.106.46.40 IPs: IP: 10.106.46.40 Controlled By: ReplicaSet/lodemon-75f677b97d Containers: lodemon: Container ID: containerd://6e264a71989a1d7f7c5e6fc3128dddfc766a716292f64473998d7b37e7561a35 Image: gcr.io/engineeringpit/lodestar-images/lodestarbox:master-stable Image ID: gcr.io/engineeringpit/lodestar-images/lodestarbox@sha256:0e43c68f3b80d8ecf0fafa39dba0b367e5e9774eafcea31fa3e89306a12df089 Port: 8080/TCP Host Port: 0/TCP Command: python3 Args: /lodestar/scripts/lodemon_run.py -W default State: Running Started: Sun, 11 Jun 2023 18:41:53 +0000 Ready: True Restart Count: 0 Limits: cpu: 2 memory: 2Gi Requests: cpu: 1 memory: 1Gi Liveness: exec [cat /tmp/lodemon_alive] delay=20s timeout=1s period=10s #success=1 #failure=3 Readiness: exec [cat /tmp/lodemon_alive] delay=20s timeout=1s period=10s #success=1 #failure=3 Environment: SKAFFOLD_PROFILE: medium Mounts: /lodestar/config/config.yaml from config (rw,path="config.yaml") /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-qbsh5 (ro) Conditions: Type Status Initialized True Ready True ContainersReady True PodScheduled True Volumes: config: Type: ConfigMap (a volume populated by a ConfigMap) Name: lodemon-config Optional: false kube-api-access-qbsh5: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: Burstable Node-Selectors: Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s node.kubernetes.io/unreachable:NoExecute op=Exists for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 41s default-scheduler Successfully assigned xlou/lodemon-75f677b97d-6b58v to gke-xlou-cdm-default-pool-f05840a3-s6rh Normal Pulling 41s kubelet Pulling image "gcr.io/engineeringpit/lodestar-images/lodestarbox:master-stable" Normal Pulled 40s kubelet Successfully pulled image "gcr.io/engineeringpit/lodestar-images/lodestarbox:master-stable" in 216.772948ms Normal Created 40s kubelet Created container lodemon Normal Started 40s kubelet Started container lodemon ==================================================================================================== =========================================== Pod logs =========================================== ==================================================================================================== 19:41:54 INFO 19:41:54 INFO --------------------- Get expected number of pods --------------------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get deployments --selector app=am --output jsonpath={.items[*].spec.replicas} 19:41:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG 3 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO ---------------------------- Get pod list ---------------------------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=am --output jsonpath={.items[*].metadata.name} 19:41:54 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG am-7849cf7bdb-bd9j2 am-7849cf7bdb-npvzp am-7849cf7bdb-p4fns 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO -------------- Check pod am-7849cf7bdb-bd9j2 is running -------------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pods am-7849cf7bdb-bd9j2 -o=jsonpath={.status.phase} | grep "Running" 19:41:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG Running 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pods am-7849cf7bdb-bd9j2 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG true 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-7849cf7bdb-bd9j2 --output jsonpath={.status.startTime} 19:41:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG 2023-06-11T18:38:43Z 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO ------- Check pod am-7849cf7bdb-bd9j2 filesystem is accessible ------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou exec am-7849cf7bdb-bd9j2 --container openam -- ls / | grep "bin" 19:41:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG bin boot dev etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO ------------- Check pod am-7849cf7bdb-bd9j2 restart count ------------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-7849cf7bdb-bd9j2 --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG 0 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO Pod am-7849cf7bdb-bd9j2 has been restarted 0 times. 19:41:54 INFO 19:41:54 INFO -------------- Check pod am-7849cf7bdb-npvzp is running -------------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pods am-7849cf7bdb-npvzp -o=jsonpath={.status.phase} | grep "Running" 19:41:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG Running 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pods am-7849cf7bdb-npvzp -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG true 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-7849cf7bdb-npvzp --output jsonpath={.status.startTime} 19:41:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG 2023-06-11T18:38:43Z 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO ------- Check pod am-7849cf7bdb-npvzp filesystem is accessible ------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou exec am-7849cf7bdb-npvzp --container openam -- ls / | grep "bin" 19:41:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:54 INFO [loop_until]: OK (rc = 0) 19:41:54 DEBUG --- stdout --- 19:41:54 DEBUG bin boot dev etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 19:41:54 DEBUG --- stderr --- 19:41:54 DEBUG 19:41:54 INFO 19:41:54 INFO ------------- Check pod am-7849cf7bdb-npvzp restart count ------------- 19:41:54 INFO 19:41:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-7849cf7bdb-npvzp --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 0 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO Pod am-7849cf7bdb-npvzp has been restarted 0 times. 19:41:55 INFO 19:41:55 INFO -------------- Check pod am-7849cf7bdb-p4fns is running -------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods am-7849cf7bdb-p4fns -o=jsonpath={.status.phase} | grep "Running" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG Running 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods am-7849cf7bdb-p4fns -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG true 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pod am-7849cf7bdb-p4fns --output jsonpath={.status.startTime} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 2023-06-11T18:38:43Z 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ------- Check pod am-7849cf7bdb-p4fns filesystem is accessible ------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou exec am-7849cf7bdb-p4fns --container openam -- ls / | grep "bin" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG bin boot dev etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ------------- Check pod am-7849cf7bdb-p4fns restart count ------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pod am-7849cf7bdb-p4fns --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 0 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO Pod am-7849cf7bdb-p4fns has been restarted 0 times. 19:41:55 INFO 19:41:55 INFO --------------------- Get expected number of pods --------------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get deployment --selector app=idm --output jsonpath={.items[*].spec.replicas} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 2 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ---------------------------- Get pod list ---------------------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=idm --output jsonpath={.items[*].metadata.name} 19:41:55 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG idm-58dc667486-ml9mc idm-58dc667486-vrqsf 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO -------------- Check pod idm-58dc667486-ml9mc is running -------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods idm-58dc667486-ml9mc -o=jsonpath={.status.phase} | grep "Running" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG Running 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods idm-58dc667486-ml9mc -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG true 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pod idm-58dc667486-ml9mc --output jsonpath={.status.startTime} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 2023-06-11T18:38:43Z 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ------- Check pod idm-58dc667486-ml9mc filesystem is accessible ------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou exec idm-58dc667486-ml9mc --container openidm -- ls / | grep "bin" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG Dockerfile.java-11 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ------------ Check pod idm-58dc667486-ml9mc restart count ------------ 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pod idm-58dc667486-ml9mc --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 0 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO Pod idm-58dc667486-ml9mc has been restarted 0 times. 19:41:55 INFO 19:41:55 INFO -------------- Check pod idm-58dc667486-vrqsf is running -------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods idm-58dc667486-vrqsf -o=jsonpath={.status.phase} | grep "Running" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG Running 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods idm-58dc667486-vrqsf -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG true 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pod idm-58dc667486-vrqsf --output jsonpath={.status.startTime} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 2023-06-11T18:38:43Z 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ------- Check pod idm-58dc667486-vrqsf filesystem is accessible ------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou exec idm-58dc667486-vrqsf --container openidm -- ls / | grep "bin" 19:41:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG Dockerfile.java-11 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ------------ Check pod idm-58dc667486-vrqsf restart count ------------ 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pod idm-58dc667486-vrqsf --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 0 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO Pod idm-58dc667486-vrqsf has been restarted 0 times. 19:41:55 INFO 19:41:55 INFO --------------------- Get expected number of pods --------------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get statefulsets --selector app=ds-idrepo --output jsonpath={.items[*].spec.replicas} 19:41:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:55 INFO [loop_until]: OK (rc = 0) 19:41:55 DEBUG --- stdout --- 19:41:55 DEBUG 3 19:41:55 DEBUG --- stderr --- 19:41:55 DEBUG 19:41:55 INFO 19:41:55 INFO ---------------------------- Get pod list ---------------------------- 19:41:55 INFO 19:41:55 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=ds-idrepo --output jsonpath={.items[*].metadata.name} 19:41:55 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG ds-idrepo-0 ds-idrepo-1 ds-idrepo-2 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ------------------ Check pod ds-idrepo-0 is running ------------------ 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-0 -o=jsonpath={.status.phase} | grep "Running" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG Running 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-0 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG true 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-0 --output jsonpath={.status.startTime} 19:41:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG 2023-06-11T17:44:52Z 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ----------- Check pod ds-idrepo-0 filesystem is accessible ----------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-0 --container ds -- ls / | grep "bin" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ----------------- Check pod ds-idrepo-0 restart count ----------------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-0 --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG 0 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO Pod ds-idrepo-0 has been restarted 0 times. 19:41:56 INFO 19:41:56 INFO ------------------ Check pod ds-idrepo-1 is running ------------------ 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-1 -o=jsonpath={.status.phase} | grep "Running" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG Running 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-1 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG true 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-1 --output jsonpath={.status.startTime} 19:41:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG 2023-06-11T18:06:35Z 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ----------- Check pod ds-idrepo-1 filesystem is accessible ----------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-1 --container ds -- ls / | grep "bin" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ----------------- Check pod ds-idrepo-1 restart count ----------------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-1 --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG 0 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO Pod ds-idrepo-1 has been restarted 0 times. 19:41:56 INFO 19:41:56 INFO ------------------ Check pod ds-idrepo-2 is running ------------------ 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-2 -o=jsonpath={.status.phase} | grep "Running" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG Running 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-2 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG true 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-2 --output jsonpath={.status.startTime} 19:41:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG 2023-06-11T18:22:28Z 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ----------- Check pod ds-idrepo-2 filesystem is accessible ----------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-2 --container ds -- ls / | grep "bin" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ----------------- Check pod ds-idrepo-2 restart count ----------------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-2 --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG 0 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO Pod ds-idrepo-2 has been restarted 0 times. 19:41:56 INFO 19:41:56 INFO --------------------- Get expected number of pods --------------------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get statefulsets --selector app=ds-cts --output jsonpath={.items[*].spec.replicas} 19:41:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG 3 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO ---------------------------- Get pod list ---------------------------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=ds-cts --output jsonpath={.items[*].metadata.name} 19:41:56 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 19:41:56 INFO [loop_until]: OK (rc = 0) 19:41:56 DEBUG --- stdout --- 19:41:56 DEBUG ds-cts-0 ds-cts-1 ds-cts-2 19:41:56 DEBUG --- stderr --- 19:41:56 DEBUG 19:41:56 INFO 19:41:56 INFO -------------------- Check pod ds-cts-0 is running -------------------- 19:41:56 INFO 19:41:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-0 -o=jsonpath={.status.phase} | grep "Running" 19:41:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG Running 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-0 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG true 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-0 --output jsonpath={.status.startTime} 19:41:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG 2023-06-11T17:44:51Z 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO ------------- Check pod ds-cts-0 filesystem is accessible ------------- 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-0 --container ds -- ls / | grep "bin" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO ------------------ Check pod ds-cts-0 restart count ------------------ 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-0 --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG 0 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO Pod ds-cts-0 has been restarted 0 times. 19:41:57 INFO 19:41:57 INFO -------------------- Check pod ds-cts-1 is running -------------------- 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-1 -o=jsonpath={.status.phase} | grep "Running" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG Running 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-1 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG true 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-1 --output jsonpath={.status.startTime} 19:41:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG 2023-06-11T17:45:15Z 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO ------------- Check pod ds-cts-1 filesystem is accessible ------------- 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-1 --container ds -- ls / | grep "bin" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO ------------------ Check pod ds-cts-1 restart count ------------------ 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-1 --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG 0 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO Pod ds-cts-1 has been restarted 0 times. 19:41:57 INFO 19:41:57 INFO -------------------- Check pod ds-cts-2 is running -------------------- 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-2 -o=jsonpath={.status.phase} | grep "Running" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG Running 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-2 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG true 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-2 --output jsonpath={.status.startTime} 19:41:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG 2023-06-11T17:45:43Z 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO ------------- Check pod ds-cts-2 filesystem is accessible ------------- 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-2 --container ds -- ls / | grep "bin" 19:41:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO 19:41:57 INFO ------------------ Check pod ds-cts-2 restart count ------------------ 19:41:57 INFO 19:41:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-2 --output jsonpath={.status.containerStatuses[*].restartCount} 19:41:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:41:57 INFO [loop_until]: OK (rc = 0) 19:41:57 DEBUG --- stdout --- 19:41:57 DEBUG 0 19:41:57 DEBUG --- stderr --- 19:41:57 DEBUG 19:41:57 INFO Pod ds-cts-2 has been restarted 0 times. * Serving Flask app 'lodemon_run' * Debug mode: off WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:8080 * Running on http://10.106.46.40:8080 Press CTRL+C to quit 19:42:28 INFO 19:42:28 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:28 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:28 INFO [loop_until]: OK (rc = 0) 19:42:28 DEBUG --- stdout --- 19:42:28 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:28 DEBUG --- stderr --- 19:42:28 DEBUG 19:42:28 INFO 19:42:28 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:28 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:29 INFO 19:42:29 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:29 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:29 INFO [loop_until]: OK (rc = 0) 19:42:29 DEBUG --- stdout --- 19:42:29 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:29 DEBUG --- stderr --- 19:42:29 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:30 INFO 19:42:30 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:30 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:30 INFO [loop_until]: OK (rc = 0) 19:42:30 DEBUG --- stdout --- 19:42:30 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:30 DEBUG --- stderr --- 19:42:30 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:31 INFO 19:42:31 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:31 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:31 INFO [loop_until]: OK (rc = 0) 19:42:31 DEBUG --- stdout --- 19:42:31 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:31 DEBUG --- stderr --- 19:42:31 DEBUG 19:42:32 INFO 19:42:32 INFO [loop_until]: kubectl get services -o=jsonpath='{.items[?(@.metadata.labels.app=="kube-prometheus-stack-prometheus")]}' --all-namespaces 19:42:32 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:32 INFO [loop_until]: OK (rc = 0) 19:42:32 DEBUG --- stdout --- 19:42:32 DEBUG {"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"cloud.google.com/neg":"{\"ingress\":true}","meta.helm.sh/release-name":"prometheus-operator","meta.helm.sh/release-namespace":"monitoring"},"creationTimestamp":"2023-05-27T02:35:19Z","labels":{"app":"kube-prometheus-stack-prometheus","app.kubernetes.io/instance":"prometheus-operator","app.kubernetes.io/managed-by":"Helm","app.kubernetes.io/part-of":"kube-prometheus-stack","app.kubernetes.io/version":"46.4.1","chart":"kube-prometheus-stack-46.4.1","heritage":"Helm","release":"prometheus-operator","self-monitor":"true"},"managedFields":[{"apiVersion":"v1","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:meta.helm.sh/release-name":{},"f:meta.helm.sh/release-namespace":{}},"f:labels":{".":{},"f:app":{},"f:app.kubernetes.io/instance":{},"f:app.kubernetes.io/managed-by":{},"f:app.kubernetes.io/part-of":{},"f:app.kubernetes.io/version":{},"f:chart":{},"f:heritage":{},"f:release":{},"f:self-monitor":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":9090,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}},"manager":"helm","operation":"Update","time":"2023-05-27T02:35:19Z"}],"name":"prometheus-operator-kube-p-prometheus","namespace":"monitoring","resourceVersion":"7148","uid":"eb1f35e8-cd91-4a12-8fe3-2e8bdf841da5"},"spec":{"clusterIP":"10.106.49.67","clusterIPs":["10.106.49.67"],"internalTrafficPolicy":"Cluster","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","ports":[{"name":"http-web","port":9090,"protocol":"TCP","targetPort":9090}],"selector":{"app.kubernetes.io/name":"prometheus","prometheus":"prometheus-operator-kube-p-prometheus"},"sessionAffinity":"None","type":"ClusterIP"},"status":{"loadBalancer":{}}} 19:42:32 DEBUG --- stderr --- 19:42:32 DEBUG 19:42:32 INFO Initializing monitoring instance threads 19:42:32 DEBUG Monitoring instance thread list: [, , , , , , , , , , , , , , , , , , , , , , , , , , , , ] 19:42:32 INFO Starting instance threads 19:42:32 INFO 19:42:32 INFO Thread started 19:42:32 INFO [loop_until]: kubectl --namespace=xlou top node 19:42:32 INFO 19:42:32 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:32 INFO Thread started 19:42:32 INFO [loop_until]: kubectl --namespace=xlou top pods 19:42:32 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28container_cpu_usage_seconds_total%7Bnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28container_memory_usage_bytes%7Bnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28container_fs_reads_total%7Bnamespace%3D%27xlou%27%2Cjob%3D%27kubelet%27%2Cmetrics_path%3D%27/metrics/cadvisor%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28container_fs_writes_total%7Bnamespace%3D%27xlou%27%2Cjob%3D%27kubelet%27%2Cmetrics_path%3D%27/metrics/cadvisor%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28node_namespace_pod_container%3Acontainer_cpu_usage_seconds_total%3Asum_irate%29by%28node%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28node_namespace_pod_container%3Acontainer_memory_working_set_bytes%29by%28node%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28node_cpu_seconds_total%7Bmode%3D%27iowait%27%7D%5B60s%5D%29%29by%28instance%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28node_network_receive_bytes_total%7Bjob%3D%27node-exporter%27%2Cdevice%21%3D%27lo%27%7D%5B60s%5D%29%29by%28instance%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28node_network_transmit_bytes_total%7Bjob%3D%27node-exporter%27%2Cdevice%21%3D%27lo%27%7D%5B60s%5D%29%29by%28instance%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28am_cts_task_count%7Btoken_type%3D%27session%27%2Cnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28irate%28am_session_count%7Bsession_type%3D~%27authentication-.%2A%27%2Coperation%3D%27create%27%2Cnamespace%3D%27xlou%27%2Coutcome%3D%27success%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28ds_backend_db_cache_misses_internal_nodes%7Bbackend%3D%27amCts%27%2Cnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG --- status code --- 19:42:32 INFO Thread started 19:42:32 DEBUG --- status code --- 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28ds_backend_db_cache_misses_internal_nodes%7Bbackend%3D%27amIdentityStore%27%2Cnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 INFO Thread started 19:42:32 DEBUG --- status code --- 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG --- http response --- 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28ds_backend_db_cache_misses_internal_nodes%7Bbackend%3D%27cfgStore%27%2Cnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 INFO Thread started 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG --- http response --- 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (125 lines): 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (125 lines): 19:42:32 DEBUG --- http response --- 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28ds_backend_db_cache_misses_internal_nodes%7Bbackend%3D%27idmRepo%27%2Cnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 INFO Thread started 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (134 lines): 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (125 lines): 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (125 lines): 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG { 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (134 lines): 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG --- http response --- 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28am_authentication_count%7Bnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG { 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (134 lines): 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [loop_until]: OK (rc = 0) 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28am_cts_reaper_search_count%7Bnamespace%3D%27xlou%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (134 lines): 19:42:32 DEBUG { 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (134 lines): 19:42:32 DEBUG { 19:42:32 DEBUG { 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG "status": "success", 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG "data": { 19:42:32 DEBUG { 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG --- stdout --- 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28am_oauth2_grant_count%7Bnamespace%3D%27xlou%27%2Cgrant_type%3D~%27authorization-code%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 DEBUG ----- output ----- 19:42:32 INFO Thread started 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (62 lines): 19:42:32 DEBUG "data": { 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG { 19:42:32 DEBUG { 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG NAME CPU(cores) MEMORY(bytes) admin-ui-7657fd47d8-xl9bm 1m 4Mi am-7849cf7bdb-bd9j2 18m 4408Mi am-7849cf7bdb-npvzp 26m 3185Mi am-7849cf7bdb-p4fns 28m 2804Mi ds-cts-0 14m 369Mi ds-cts-1 15m 381Mi ds-cts-2 14m 330Mi ds-idrepo-0 35m 3277Mi ds-idrepo-1 32m 3295Mi ds-idrepo-2 46m 3234Mi end-user-ui-5c589c665b-tgm8n 1m 3Mi idm-58dc667486-ml9mc 12m 3378Mi idm-58dc667486-vrqsf 12m 3472Mi lodemon-75f677b97d-6b58v 374m 60Mi login-ui-55f8bc5458-nxdzc 1m 3Mi overseer-0-5b849496f7-qmtsz 10m 15Mi 19:42:32 DEBUG { 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28ds_backend_ttl_entries_deleted_count%7Bnamespace%3D%27xlou%27%2Cbackend%3D~%27amCts%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 DEBUG { 19:42:32 INFO Thread started 19:42:32 DEBUG "data": { 19:42:32 DEBUG { 19:42:32 DEBUG "data": { 19:42:32 DEBUG "data": { 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "data": { 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG --- stderr --- 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG "status": "success", 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28ds_replication_replica_remote_replicas_receive_delay_seconds+%7Bnamespace%3D%27xlou%27%2Cdomain_name%3D%27ou%3Dtokens%27%7D%5B60s%5D%29%29by%28pod%29&time=1686508952" 19:42:32 INFO Thread started 19:42:32 DEBUG "resultType": "vector", Exception in thread Thread-23: Traceback (most recent call last): File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "resultType": "vector", self.run() 19:42:32 DEBUG { File "/usr/local/lib/python3.9/threading.py", line 910, in run 19:42:32 DEBUG "result": [ self._target(*self._args, **self._kwargs) File "/home/jenkins/lodestar/shared/lib/monitoring/lodemon_service.py", line 144, in execute_monitoring_instance_in_loop 19:42:32 DEBUG --- http response --- instance.run() File "/home/jenkins/lodestar/shared/lib/monitoring/monitoring.py", line 284, in run 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): 19:42:32 INFO [http_cmd]: http status code OK if self.prom_data['functions']: KeyError: 'functions' 19:42:32 DEBUG { 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "data": { 19:42:32 DEBUG "data": { 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): 19:42:32 DEBUG 19:42:32 DEBUG "data": { 19:42:32 INFO [loop_until]: OK (rc = 0) 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG "data": { 19:42:32 INFO Thread started 19:42:32 DEBUG "result": [ Exception in thread Thread-24: Traceback (most recent call last): 19:42:32 DEBUG "data": { File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner 19:42:32 DEBUG "result": [ self.run() File "/usr/local/lib/python3.9/threading.py", line 910, in run 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG { self._target(*self._args, **self._kwargs) File "/home/jenkins/lodestar/shared/lib/monitoring/lodemon_service.py", line 144, in execute_monitoring_instance_in_loop 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): instance.run() 19:42:32 DEBUG --- status code --- File "/home/jenkins/lodestar/shared/lib/monitoring/monitoring.py", line 284, in run 19:42:32 DEBUG ----- output ----- if self.prom_data['functions']: 19:42:32 DEBUG --- status code --- KeyError: 'functions' 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG --- stdout --- 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG { 19:42:32 INFO Thread started 19:42:32 DEBUG "resultType": "vector", Exception in thread Thread-25: Traceback (most recent call last): File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner 19:42:32 DEBUG { self.run() 19:42:32 DEBUG { File "/usr/local/lib/python3.9/threading.py", line 910, in run 19:42:32 DEBUG "data": { self._target(*self._args, **self._kwargs) 19:42:32 DEBUG "metric": { File "/home/jenkins/lodestar/shared/lib/monitoring/lodemon_service.py", line 144, in execute_monitoring_instance_in_loop 19:42:32 DEBUG --- status code --- instance.run() 19:42:32 DEBUG ----- output ----- File "/home/jenkins/lodestar/shared/lib/monitoring/monitoring.py", line 284, in run 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG { if self.prom_data['functions']: KeyError: 'functions' 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG "pod": "admin-ui-7657fd47d8-xl9bm" 19:42:32 DEBUG { 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "result": [ 19:42:32 DEBUG { 19:42:32 DEBUG "result": [ 19:42:32 DEBUG NAME CPU(cores) CPU% MEMORY(bytes) MEMORY% gke-xlou-cdm-default-pool-f05840a3-5mhf 75m 0% 4426Mi 7% gke-xlou-cdm-default-pool-f05840a3-6hll 83m 0% 4116Mi 7% gke-xlou-cdm-default-pool-f05840a3-83ll 89m 0% 5340Mi 9% gke-xlou-cdm-default-pool-f05840a3-8bck 81m 0% 4384Mi 7% gke-xlou-cdm-default-pool-f05840a3-b4tr 91m 0% 3895Mi 6% gke-xlou-cdm-default-pool-f05840a3-m0lk 218m 1% 2976Mi 5% gke-xlou-cdm-default-pool-f05840a3-s6rh 311m 1% 1174Mi 2% gke-xlou-cdm-ds-32e4dcb1-015h 69m 0% 1059Mi 1% gke-xlou-cdm-ds-32e4dcb1-0hks 67m 0% 1078Mi 1% gke-xlou-cdm-ds-32e4dcb1-5msf 102m 0% 3873Mi 6% gke-xlou-cdm-ds-32e4dcb1-jr09 86m 0% 3938Mi 6% gke-xlou-cdm-ds-32e4dcb1-vg18 71m 0% 995Mi 1% gke-xlou-cdm-ds-32e4dcb1-vhcr 92m 0% 3939Mi 6% gke-xlou-cdm-frontend-a8771548-h3n6 108m 0% 975Mi 1% 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "result": [ 19:42:32 INFO Thread started 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "pod": "admin-ui-7657fd47d8-xl9bm" 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG { 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG }, 19:42:32 DEBUG "metric": { 19:42:32 DEBUG { 19:42:32 DEBUG { 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG { 19:42:32 DEBUG --- stderr --- 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG { 19:42:32 DEBUG "node": "gke-xlou-cdm-default-pool-f05840a3-s6rh" 19:42:32 DEBUG { 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28node_disk_read_bytes_total%7Bjob%3D%27node-exporter%27%2Cdevice%3D~%27nvme.%2B%7Crbd.%2B%7Csd.%2B%7Cvd.%2B%7Cxvd.%2B%7Cdasd.%2B%27%7D%29%29by%28node%29&time=1686508952" 19:42:32 DEBUG "pod": "admin-ui-7657fd47d8-xl9bm" 19:42:32 INFO Thread started 19:42:32 DEBUG "pod": "admin-ui-7657fd47d8-xl9bm" 19:42:32 DEBUG "result": [ 19:42:32 DEBUG }, 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): 19:42:32 DEBUG "data": { 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (35 lines): 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "node": "gke-xlou-cdm-default-pool-f05840a3-s6rh" 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "data": { 19:42:32 DEBUG "metric": { 19:42:32 DEBUG 19:42:32 DEBUG { 19:42:32 DEBUG "metric": { 19:42:32 DEBUG }, 19:42:32 DEBUG "metric": { 19:42:32 DEBUG }, 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28avg_over_time%28node_disk_written_bytes_total%7Bjob%3D%27node-exporter%27%2Cdevice%3D~%27nvme.%2B%7Crbd.%2B%7Csd.%2B%7Cvd.%2B%7Cxvd.%2B%7Cdasd.%2B%27%7D%5B60s%5D%29%29by%28node%29&time=1686508952" 19:42:32 DEBUG }, 19:42:32 INFO Thread started Exception in thread Thread-28: 19:42:32 DEBUG { Traceback (most recent call last): File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner 19:42:32 DEBUG "value": [ 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (62 lines): self.run() File "/usr/local/lib/python3.9/threading.py", line 910, in run 19:42:32 DEBUG "data": { 19:42:32 DEBUG ----- output ----- self._target(*self._args, **self._kwargs) File "/home/jenkins/lodestar/shared/lib/monitoring/lodemon_service.py", line 144, in execute_monitoring_instance_in_loop 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG ----- output ----- instance.run() File "/home/jenkins/lodestar/shared/lib/monitoring/monitoring.py", line 284, in run 19:42:32 DEBUG --- http response --- if self.prom_data['functions']: 19:42:32 DEBUG KeyError: 'functions' 19:42:32 DEBUG }, 19:42:32 DEBUG "instance": "10.142.0.100:9100" 19:42:32 DEBUG "pod": "am-7849cf7bdb-bd9j2" 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "pod": "am-7849cf7bdb-bd9j2" 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG "instance": "10.142.0.100:9100" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "instance": "10.142.0.100:9100" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "value": [ 19:42:32 INFO Thread started 19:42:32 DEBUG "metric": { 19:42:32 DEBUG 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG { 19:42:32 DEBUG "result": [ 19:42:32 DEBUG { 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (53 lines): 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG }, 19:42:32 DEBUG }, 19:42:32 DEBUG "result": [ 19:42:32 DEBUG }, 19:42:32 DEBUG "data": { 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 INFO [http_cmd]: curl --insecure -L --request GET "http://prometheus-operator-kube-p-prometheus.monitoring.svc.cluster.local:9090/api/v1/query?query=sum%28rate%28node_disk_io_time_seconds_total%7Bjob%3D%27node-exporter%27%2Cdevice%3D~%27nvme.%2B%7Crbd.%2B%7Csd.%2B%7Cvd.%2B%7Cxvd.%2B%7Cdasd.%2B%27%7D%5B60s%5D%29%29by%28instance%29&time=1686508952" 19:42:32 DEBUG "pod": "ds-cts-2" 19:42:32 INFO Thread started 19:42:32 ERROR [http_cmd]: ERROR 19:42:32 DEBUG 19:42:32 DEBUG { 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG { 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "value": [ 19:42:32 DEBUG { 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "value": [ 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 INFO All threads has been started 127.0.0.1 - - [11/Jun/2023 19:42:32] "GET /monitoring/start HTTP/1.1" 200 - 19:42:32 ERROR --- status code --- 19:42:32 DEBUG 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG { 19:42:32 DEBUG "data": { 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "data": { 19:42:32 DEBUG { 19:42:32 DEBUG [...] 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "metric": { 19:42:32 DEBUG 19:42:32 DEBUG "result": [ 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 ERROR http status code is 400 (expected 200) 19:42:32 DEBUG [...] 19:42:32 DEBUG "data": { 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "pod": "ds-idrepo-2" 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "pod": "ds-idrepo-2" 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG [...] 19:42:32 DEBUG --- status code --- 19:42:32 DEBUG 19:42:32 DEBUG [...] 19:42:32 DEBUG [...] 19:42:32 DEBUG 19:42:32 ERROR --- http response --- 19:42:32 DEBUG 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG "pod": "ds-idrepo-2" 19:42:32 DEBUG "result": [ 19:42:32 DEBUG }, 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "data": { 19:42:32 DEBUG 19:42:32 DEBUG [...] 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG { 19:42:32 DEBUG [...] 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG http status code is 200 (expected 200) 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 INFO [http_cmd]: http status code OK 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG { "status": "error", "errorType": "bad_data", "error": "invalid parameter \"query\": 1:10: parse error: expected type range vector in call to function \"rate\", got instant vector" } Exception in thread Thread-26: 19:42:32 DEBUG "result": [ Traceback (most recent call last): File "/home/jenkins/lodestar/shared/lib/monitoring/monitoring.py", line 298, in run 19:42:32 DEBUG }, 19:42:32 DEBUG { 19:42:32 DEBUG "value": [ response = http_cmd.get(url=url_encoded, retries=5) File "/home/jenkins/lodestar/shared/lib/utils/HttpCmd.py", line 277, in get 19:42:32 DEBUG { 19:42:32 DEBUG "resultType": "vector", return self.request_cmd(url=url, **kwargs) 19:42:32 DEBUG File "/home/jenkins/lodestar/shared/lib/utils/HttpCmd.py", line 383, in request_cmd 19:42:32 DEBUG 19:42:32 DEBUG [...] check_response(response, expected_status=expected_status, expected_string=expected_string, 19:42:32 DEBUG [...] File "/home/jenkins/lodestar/shared/lib/utils/HttpCmd.py", line 241, in check_response 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "metric": { check_http_status(http_result=http_result, expected_status=expected_status, verbose=verbose) File "/home/jenkins/lodestar/shared/lib/utils/HttpCmd.py", line 204, in check_http_status 19:42:32 DEBUG 19:42:32 DEBUG [...] raise FailException(message='[http_cmd] request returns wrong status code', shared.lib.utils.exception.FailException: [http_cmd] request returns wrong status code During handling of the above exception, another exception occurred: 19:42:32 DEBUG Traceback (most recent call last): 19:42:32 DEBUG --- http response --- File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner 19:42:32 DEBUG [...] 19:42:32 DEBUG self.run() 19:42:32 DEBUG File "/usr/local/lib/python3.9/threading.py", line 910, in run 19:42:32 DEBUG --- status code --- self._target(*self._args, **self._kwargs) File "/home/jenkins/lodestar/shared/lib/monitoring/lodemon_service.py", line 144, in execute_monitoring_instance_in_loop 19:42:32 DEBUG 19:42:32 DEBUG instance.run() File "/home/jenkins/lodestar/shared/lib/monitoring/monitoring.py", line 314, in run 19:42:32 DEBUG { self.logger(f'Query: {query} failed with: {e}') 19:42:32 DEBUG "value": [ TypeError: 'LodestarLogger' object is not callable 19:42:32 DEBUG "metric": { 19:42:32 DEBUG 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "pod": "end-user-ui-5c589c665b-tgm8n" 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "pod": "am-7849cf7bdb-bd9j2" 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG { "status": "success", "data": { "resultType": "vector", "result": [ { "metric": {}, "value": [ 1686508952, "562428641280" ] } ] } } Exception in thread Thread-27: 19:42:32 DEBUG Traceback (most recent call last): File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner 19:42:32 DEBUG self.run() 19:42:32 DEBUG File "/usr/local/lib/python3.9/threading.py", line 910, in run 19:42:32 DEBUG http status code is 200 (expected 200) self._target(*self._args, **self._kwargs) 19:42:32 DEBUG [...] File "/home/jenkins/lodestar/shared/lib/monitoring/lodemon_service.py", line 144, in execute_monitoring_instance_in_loop 19:42:32 DEBUG "pod": "end-user-ui-5c589c665b-tgm8n" 19:42:32 DEBUG "metric": { instance.run() File "/home/jenkins/lodestar/shared/lib/monitoring/monitoring.py", line 302, in run 19:42:32 DEBUG 19:42:32 DEBUG "pod": "am-7849cf7bdb-bd9j2" component_name = metric["metric"][f'{component}'] KeyError: 'node' 19:42:32 DEBUG 19:42:32 DEBUG "pod": "am-7849cf7bdb-bd9j2" 19:42:32 DEBUG { 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "node": "gke-xlou-cdm-frontend-a8771548-h3n6" 19:42:32 DEBUG 19:42:32 DEBUG "pod": "end-user-ui-5c589c665b-tgm8n" 19:42:32 DEBUG "pod": "end-user-ui-5c589c665b-tgm8n" 19:42:32 DEBUG --- http response --- 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG "pod": "ds-cts-2" 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG "metric": { 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "node": "gke-xlou-cdm-ds-32e4dcb1-5msf" 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "pod": "am-7849cf7bdb-npvzp" 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG }, 19:42:32 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (134 lines): 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG [...] 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "pod": "ds-cts-2" 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG }, 19:42:32 DEBUG "instance": "10.142.0.99:9100" 19:42:32 DEBUG }, 19:42:32 DEBUG [...] 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG "instance": "10.142.0.99:9100" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "instance": "10.142.0.99:9100" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "value": [ 19:42:32 DEBUG ----- output ----- 19:42:32 DEBUG 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG "value": [ 19:42:32 DEBUG [...] 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG "0" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "pod": "am-7849cf7bdb-npvzp" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG }, 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG }, 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG { 19:42:32 DEBUG "pod": "ds-idrepo-1" 19:42:32 DEBUG "0" 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG ] 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG }, 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "0.035248342269917805" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "0.000028166726472027897" 19:42:32 DEBUG "0" 19:42:32 DEBUG "status": "success", 19:42:32 DEBUG }, 19:42:32 DEBUG ] 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG "4518080512" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "6747.966666666667" 19:42:32 DEBUG 19:42:32 DEBUG [...] 19:42:32 DEBUG "0" 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG ] 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG "data": { 19:42:32 DEBUG "value": [ 19:42:32 DEBUG } 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG [...] 19:42:32 DEBUG "pod": "ds-idrepo-1" 19:42:32 DEBUG [...] 19:42:32 DEBUG 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG ] 19:42:32 DEBUG "pod": "ds-idrepo-1" 19:42:32 DEBUG 19:42:32 DEBUG ] 19:42:32 DEBUG "0" 19:42:32 DEBUG } 19:42:32 DEBUG "10527.833333333334" 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG "resultType": "vector", 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG ] 19:42:32 DEBUG [...] 19:42:32 DEBUG "pod": "ds-idrepo-1" 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG "0" 19:42:32 DEBUG } 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG "result": [ 19:42:32 DEBUG "0" 19:42:32 DEBUG } 19:42:32 DEBUG 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG 19:42:32 DEBUG [...] 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG "value": [ 19:42:32 DEBUG 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG { 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG 19:42:32 DEBUG "value": [ 19:42:32 DEBUG 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG "pod": "am-7849cf7bdb-npvzp" 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG "metric": { 19:42:32 DEBUG } 19:42:32 DEBUG 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG "pod": "am-7849cf7bdb-npvzp" 19:42:32 DEBUG "0" 19:42:32 DEBUG "pod": "am-7849cf7bdb-npvzp" 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG "0" 19:42:32 DEBUG }, 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG "instance": "10.142.0.100:9100" 19:42:32 DEBUG ] 19:42:32 DEBUG "pod": "ds-idrepo-1" 19:42:32 DEBUG "0" 19:42:32 DEBUG }, 19:42:32 DEBUG ] 19:42:32 DEBUG }, 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG "value": [ 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG }, 19:42:32 DEBUG } 19:42:32 DEBUG }, 19:42:32 DEBUG ] 19:42:32 DEBUG "value": [ 19:42:32 DEBUG } 19:42:32 DEBUG "value": [ 19:42:32 DEBUG "pod": "ds-idrepo-1" 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG "value": [ 19:42:32 DEBUG } 19:42:32 DEBUG "value": [ 19:42:32 DEBUG } 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG ] 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG }, 19:42:32 DEBUG ] 19:42:32 DEBUG "0" 19:42:32 DEBUG 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG ] 19:42:32 DEBUG "0.2" 19:42:32 DEBUG } 19:42:32 DEBUG "0" 19:42:32 DEBUG "value": [ 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG 19:42:32 DEBUG "0" 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG "0" 19:42:32 DEBUG ] 19:42:32 DEBUG [...] 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG 19:42:32 DEBUG } 19:42:32 DEBUG } 19:42:32 DEBUG "instance": "10.142.0.99:9100" 19:42:32 DEBUG } 19:42:32 DEBUG }, 19:42:32 DEBUG "value": [ 19:42:32 DEBUG 1686508952, 19:42:32 DEBUG "0.00023333333333350008" 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG ] 19:42:32 DEBUG } 19:42:32 DEBUG }