==================================================================================================== ========================================= Pod describe ========================================= ==================================================================================================== Name: lodemon-56989b88bb-nm2fw Namespace: xlou Priority: 0 Node: gke-xlou-cdm-default-pool-f05840a3-2nsn/10.142.0.46 Start Time: Fri, 11 Aug 2023 15:22:17 +0000 Labels: app=lodemon app.kubernetes.io/name=lodemon pod-template-hash=56989b88bb skaffold.dev/run-id=a22300d0-239e-4e44-8edf-db784dda2a3e Annotations: Status: Running IP: 10.106.45.17 IPs: IP: 10.106.45.17 Controlled By: ReplicaSet/lodemon-56989b88bb Containers: lodemon: Container ID: containerd://258c39520ce6d5864f2209c1722f5745e63a3f81d45fbaa391c1a94b6483d683 Image: gcr.io/engineeringpit/lodestar-images/lodestarbox:6c23848450de3f8e82f0a619a86abcd91fc890c6 Image ID: gcr.io/engineeringpit/lodestar-images/lodestarbox@sha256:f419b98ce988c016f788d178b318b601ed56b4ebb6e1a8df68b3ff2a986af79d Port: 8080/TCP Host Port: 0/TCP Command: python3 Args: /lodestar/scripts/lodemon_run.py -W default State: Running Started: Fri, 11 Aug 2023 15:22:36 +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-7f64p (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-7f64p: 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 46s default-scheduler Successfully assigned xlou/lodemon-56989b88bb-nm2fw to gke-xlou-cdm-default-pool-f05840a3-2nsn Normal Pulling 45s kubelet Pulling image "gcr.io/engineeringpit/lodestar-images/lodestarbox:6c23848450de3f8e82f0a619a86abcd91fc890c6" Normal Pulled 27s kubelet Successfully pulled image "gcr.io/engineeringpit/lodestar-images/lodestarbox:6c23848450de3f8e82f0a619a86abcd91fc890c6" in 17.786622385s Normal Created 27s kubelet Created container lodemon Normal Started 27s kubelet Started container lodemon ==================================================================================================== =========================================== Pod logs =========================================== ==================================================================================================== 16:22:37 INFO 16:22:37 INFO --------------------- Get expected number of pods --------------------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get deployments --selector app=am --output jsonpath={.items[*].spec.replicas} 16:22:37 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG 3 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO ---------------------------- Get pod list ---------------------------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=am --output jsonpath={.items[*].metadata.name} 16:22:37 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG am-55f77847b7-7qk7g am-55f77847b7-ngpns am-55f77847b7-q6zcv 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO -------------- Check pod am-55f77847b7-7qk7g is running -------------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-7qk7g -o=jsonpath={.status.phase} | grep "Running" 16:22:37 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG Running 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-7qk7g -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:37 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG true 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-7qk7g --output jsonpath={.status.startTime} 16:22:37 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG 2023-08-11T15:13:05Z 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO ------- Check pod am-55f77847b7-7qk7g filesystem is accessible ------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou exec am-55f77847b7-7qk7g --container openam -- ls / | grep "bin" 16:22:37 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG bin boot dev entrypoint.sh etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO ------------- Check pod am-55f77847b7-7qk7g restart count ------------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-7qk7g --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:37 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG 0 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO Pod am-55f77847b7-7qk7g has been restarted 0 times. 16:22:37 INFO 16:22:37 INFO -------------- Check pod am-55f77847b7-ngpns is running -------------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-ngpns -o=jsonpath={.status.phase} | grep "Running" 16:22:37 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG Running 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-ngpns -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:37 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG true 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-ngpns --output jsonpath={.status.startTime} 16:22:37 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG 2023-08-11T15:13:05Z 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO ------- Check pod am-55f77847b7-ngpns filesystem is accessible ------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou exec am-55f77847b7-ngpns --container openam -- ls / | grep "bin" 16:22:37 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:37 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:37 INFO [loop_until]: OK (rc = 0) 16:22:37 DEBUG --- stdout --- 16:22:37 DEBUG bin boot dev entrypoint.sh etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 16:22:37 DEBUG --- stderr --- 16:22:37 DEBUG 16:22:37 INFO 16:22:37 INFO ------------- Check pod am-55f77847b7-ngpns restart count ------------- 16:22:37 INFO 16:22:37 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-ngpns --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:37 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 0 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO Pod am-55f77847b7-ngpns has been restarted 0 times. 16:22:38 INFO 16:22:38 INFO -------------- Check pod am-55f77847b7-q6zcv is running -------------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-q6zcv -o=jsonpath={.status.phase} | grep "Running" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG Running 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-q6zcv -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG true 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-q6zcv --output jsonpath={.status.startTime} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 2023-08-11T15:13:05Z 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO ------- Check pod am-55f77847b7-q6zcv filesystem is accessible ------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou exec am-55f77847b7-q6zcv --container openam -- ls / | grep "bin" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG bin boot dev entrypoint.sh etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO ------------- Check pod am-55f77847b7-q6zcv restart count ------------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-q6zcv --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 0 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO Pod am-55f77847b7-q6zcv has been restarted 0 times. 16:22:38 INFO 16:22:38 INFO --------------------- Get expected number of pods --------------------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get deployment --selector app=idm --output jsonpath={.items[*].spec.replicas} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 2 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO ---------------------------- Get pod list ---------------------------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=idm --output jsonpath={.items[*].metadata.name} 16:22:38 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG idm-65858d8c4c-5kwbg idm-65858d8c4c-8ff69 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO -------------- Check pod idm-65858d8c4c-5kwbg is running -------------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-5kwbg -o=jsonpath={.status.phase} | grep "Running" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG Running 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-5kwbg -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG true 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-5kwbg --output jsonpath={.status.startTime} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 2023-08-11T15:13:05Z 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO ------- Check pod idm-65858d8c4c-5kwbg filesystem is accessible ------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou exec idm-65858d8c4c-5kwbg --container openidm -- ls / | grep "bin" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG Dockerfile.java-11 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO ------------ Check pod idm-65858d8c4c-5kwbg restart count ------------ 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-5kwbg --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 0 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO Pod idm-65858d8c4c-5kwbg has been restarted 0 times. 16:22:38 INFO 16:22:38 INFO -------------- Check pod idm-65858d8c4c-8ff69 is running -------------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-8ff69 -o=jsonpath={.status.phase} | grep "Running" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG Running 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-8ff69 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG true 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-8ff69 --output jsonpath={.status.startTime} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 2023-08-11T15:13:05Z 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO ------- Check pod idm-65858d8c4c-8ff69 filesystem is accessible ------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou exec idm-65858d8c4c-8ff69 --container openidm -- ls / | grep "bin" 16:22:38 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG Dockerfile.java-11 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO 16:22:38 INFO ------------ Check pod idm-65858d8c4c-8ff69 restart count ------------ 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-8ff69 --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:38 INFO [loop_until]: OK (rc = 0) 16:22:38 DEBUG --- stdout --- 16:22:38 DEBUG 0 16:22:38 DEBUG --- stderr --- 16:22:38 DEBUG 16:22:38 INFO Pod idm-65858d8c4c-8ff69 has been restarted 0 times. 16:22:38 INFO 16:22:38 INFO --------------------- Get expected number of pods --------------------- 16:22:38 INFO 16:22:38 INFO [loop_until]: kubectl --namespace=xlou get statefulsets --selector app=ds-idrepo --output jsonpath={.items[*].spec.replicas} 16:22:38 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG 3 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ---------------------------- Get pod list ---------------------------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=ds-idrepo --output jsonpath={.items[*].metadata.name} 16:22:39 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG ds-idrepo-0 ds-idrepo-1 ds-idrepo-2 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ------------------ Check pod ds-idrepo-0 is running ------------------ 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-0 -o=jsonpath={.status.phase} | grep "Running" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG Running 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-0 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG true 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-0 --output jsonpath={.status.startTime} 16:22:39 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG 2023-08-11T14:39:18Z 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ----------- Check pod ds-idrepo-0 filesystem is accessible ----------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-0 --container ds -- ls / | grep "bin" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ----------------- Check pod ds-idrepo-0 restart count ----------------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-0 --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:39 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG 0 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO Pod ds-idrepo-0 has been restarted 0 times. 16:22:39 INFO 16:22:39 INFO ------------------ Check pod ds-idrepo-1 is running ------------------ 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-1 -o=jsonpath={.status.phase} | grep "Running" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG Running 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-1 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG true 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-1 --output jsonpath={.status.startTime} 16:22:39 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG 2023-08-11T14:51:08Z 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ----------- Check pod ds-idrepo-1 filesystem is accessible ----------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-1 --container ds -- ls / | grep "bin" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ----------------- Check pod ds-idrepo-1 restart count ----------------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-1 --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:39 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG 0 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO Pod ds-idrepo-1 has been restarted 0 times. 16:22:39 INFO 16:22:39 INFO ------------------ Check pod ds-idrepo-2 is running ------------------ 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-2 -o=jsonpath={.status.phase} | grep "Running" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG Running 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-2 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG true 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-2 --output jsonpath={.status.startTime} 16:22:39 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG 2023-08-11T15:02:13Z 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ----------- Check pod ds-idrepo-2 filesystem is accessible ----------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-2 --container ds -- ls / | grep "bin" 16:22:39 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO 16:22:39 INFO ----------------- Check pod ds-idrepo-2 restart count ----------------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-2 --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:39 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:39 INFO [loop_until]: OK (rc = 0) 16:22:39 DEBUG --- stdout --- 16:22:39 DEBUG 0 16:22:39 DEBUG --- stderr --- 16:22:39 DEBUG 16:22:39 INFO Pod ds-idrepo-2 has been restarted 0 times. 16:22:39 INFO 16:22:39 INFO --------------------- Get expected number of pods --------------------- 16:22:39 INFO 16:22:39 INFO [loop_until]: kubectl --namespace=xlou get statefulsets --selector app=ds-cts --output jsonpath={.items[*].spec.replicas} 16:22:39 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG 3 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO ---------------------------- Get pod list ---------------------------- 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=ds-cts --output jsonpath={.items[*].metadata.name} 16:22:40 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG ds-cts-0 ds-cts-1 ds-cts-2 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO -------------------- Check pod ds-cts-0 is running -------------------- 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-0 -o=jsonpath={.status.phase} | grep "Running" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG Running 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-0 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG true 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-0 --output jsonpath={.status.startTime} 16:22:40 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG 2023-08-11T14:39:18Z 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO ------------- Check pod ds-cts-0 filesystem is accessible ------------- 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-0 --container ds -- ls / | grep "bin" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO ------------------ Check pod ds-cts-0 restart count ------------------ 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-0 --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:40 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG 0 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO Pod ds-cts-0 has been restarted 0 times. 16:22:40 INFO 16:22:40 INFO -------------------- Check pod ds-cts-1 is running -------------------- 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-1 -o=jsonpath={.status.phase} | grep "Running" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG Running 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-1 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG true 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-1 --output jsonpath={.status.startTime} 16:22:40 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG 2023-08-11T14:39:40Z 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO ------------- Check pod ds-cts-1 filesystem is accessible ------------- 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-1 --container ds -- ls / | grep "bin" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO ------------------ Check pod ds-cts-1 restart count ------------------ 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-1 --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:40 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG 0 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO Pod ds-cts-1 has been restarted 0 times. 16:22:40 INFO 16:22:40 INFO -------------------- Check pod ds-cts-2 is running -------------------- 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-2 -o=jsonpath={.status.phase} | grep "Running" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG Running 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-2 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG true 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-2 --output jsonpath={.status.startTime} 16:22:40 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG 2023-08-11T14:40:04Z 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO ------------- Check pod ds-cts-2 filesystem is accessible ------------- 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-2 --container ds -- ls / | grep "bin" 16:22:40 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 INFO 16:22:40 INFO ------------------ Check pod ds-cts-2 restart count ------------------ 16:22:40 INFO 16:22:40 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-2 --output jsonpath={.status.containerStatuses[*].restartCount} 16:22:40 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 16:22:40 INFO [loop_until]: OK (rc = 0) 16:22:40 DEBUG --- stdout --- 16:22:40 DEBUG 0 16:22:40 DEBUG --- stderr --- 16:22:40 DEBUG 16:22:40 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.45.17:8080 Press CTRL+C to quit