==================================================================================================== ========================================= Pod describe ========================================= ==================================================================================================== Name: lodemon-9c5f9bf5b-bl4rx Namespace: xlou Priority: 0 Node: gke-xlou-cdm-default-pool-f05840a3-2nsn/10.142.0.46 Start Time: Sat, 12 Aug 2023 11:01:51 +0000 Labels: app=lodemon app.kubernetes.io/name=lodemon pod-template-hash=9c5f9bf5b skaffold.dev/run-id=1c4b5d13-f000-4c58-8475-10823934f209 Annotations: Status: Running IP: 10.106.45.62 IPs: IP: 10.106.45.62 Controlled By: ReplicaSet/lodemon-9c5f9bf5b Containers: lodemon: Container ID: containerd://8c80bb428e8696ec331c832c2420fedcdea1758c903fafad212d4e639767e743 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: Sat, 12 Aug 2023 11:01:52 +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-fsdng (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-fsdng: 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 35s default-scheduler Successfully assigned xlou/lodemon-9c5f9bf5b-bl4rx to gke-xlou-cdm-default-pool-f05840a3-2nsn Normal Pulling 34s kubelet Pulling image "gcr.io/engineeringpit/lodestar-images/lodestarbox:6c23848450de3f8e82f0a619a86abcd91fc890c6" Normal Pulled 34s kubelet Successfully pulled image "gcr.io/engineeringpit/lodestar-images/lodestarbox:6c23848450de3f8e82f0a619a86abcd91fc890c6" in 223.68616ms Normal Created 34s kubelet Created container lodemon Normal Started 34s kubelet Started container lodemon ==================================================================================================== =========================================== Pod logs =========================================== ==================================================================================================== 12:01:53 INFO 12:01:53 INFO --------------------- Get expected number of pods --------------------- 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get deployments --selector app=am --output jsonpath={.items[*].spec.replicas} 12:01:53 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG 3 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO 12:01:53 INFO ---------------------------- Get pod list ---------------------------- 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=am --output jsonpath={.items[*].metadata.name} 12:01:53 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG am-55f77847b7-5g27b am-55f77847b7-6hcmp am-55f77847b7-8wqjg 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO 12:01:53 INFO -------------- Check pod am-55f77847b7-5g27b is running -------------- 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-5g27b -o=jsonpath={.status.phase} | grep "Running" 12:01:53 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:53 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG Running 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-5g27b -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:53 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:53 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG true 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-5g27b --output jsonpath={.status.startTime} 12:01:53 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG 2023-08-12T10:52:52Z 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO 12:01:53 INFO ------- Check pod am-55f77847b7-5g27b filesystem is accessible ------- 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou exec am-55f77847b7-5g27b --container openam -- ls / | grep "bin" 12:01:53 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:53 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG bin boot dev entrypoint.sh etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO 12:01:53 INFO ------------- Check pod am-55f77847b7-5g27b restart count ------------- 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-5g27b --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:53 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG 0 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO Pod am-55f77847b7-5g27b has been restarted 0 times. 12:01:53 INFO 12:01:53 INFO -------------- Check pod am-55f77847b7-6hcmp is running -------------- 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-6hcmp -o=jsonpath={.status.phase} | grep "Running" 12:01:53 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:53 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:53 INFO [loop_until]: OK (rc = 0) 12:01:53 DEBUG --- stdout --- 12:01:53 DEBUG Running 12:01:53 DEBUG --- stderr --- 12:01:53 DEBUG 12:01:53 INFO 12:01:53 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-6hcmp -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:53 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG true 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-6hcmp --output jsonpath={.status.startTime} 12:01:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG 2023-08-12T10:52:52Z 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO ------- Check pod am-55f77847b7-6hcmp filesystem is accessible ------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou exec am-55f77847b7-6hcmp --container openam -- ls / | grep "bin" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG bin boot dev entrypoint.sh etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO ------------- Check pod am-55f77847b7-6hcmp restart count ------------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-6hcmp --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG 0 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO Pod am-55f77847b7-6hcmp has been restarted 0 times. 12:01:54 INFO 12:01:54 INFO -------------- Check pod am-55f77847b7-8wqjg is running -------------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-8wqjg -o=jsonpath={.status.phase} | grep "Running" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG Running 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pods am-55f77847b7-8wqjg -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG true 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-8wqjg --output jsonpath={.status.startTime} 12:01:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG 2023-08-12T10:52:52Z 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO ------- Check pod am-55f77847b7-8wqjg filesystem is accessible ------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou exec am-55f77847b7-8wqjg --container openam -- ls / | grep "bin" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG bin boot dev entrypoint.sh etc home lib lib32 lib64 libx32 media mnt opt proc root run sbin srv sys tmp usr var 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO ------------- Check pod am-55f77847b7-8wqjg restart count ------------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pod am-55f77847b7-8wqjg --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG 0 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO Pod am-55f77847b7-8wqjg has been restarted 0 times. 12:01:54 INFO 12:01:54 INFO --------------------- Get expected number of pods --------------------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get deployment --selector app=idm --output jsonpath={.items[*].spec.replicas} 12:01:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG 2 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO ---------------------------- Get pod list ---------------------------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=idm --output jsonpath={.items[*].metadata.name} 12:01:54 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG idm-65858d8c4c-gwvpj idm-65858d8c4c-x6slf 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO -------------- Check pod idm-65858d8c4c-gwvpj is running -------------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-gwvpj -o=jsonpath={.status.phase} | grep "Running" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG Running 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-gwvpj -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG true 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-gwvpj --output jsonpath={.status.startTime} 12:01:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG 2023-08-12T10:52:52Z 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO ------- Check pod idm-65858d8c4c-gwvpj filesystem is accessible ------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou exec idm-65858d8c4c-gwvpj --container openidm -- ls / | grep "bin" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG Dockerfile.java-11 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO 12:01:54 INFO ------------ Check pod idm-65858d8c4c-gwvpj restart count ------------ 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-gwvpj --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:54 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:54 INFO [loop_until]: OK (rc = 0) 12:01:54 DEBUG --- stdout --- 12:01:54 DEBUG 0 12:01:54 DEBUG --- stderr --- 12:01:54 DEBUG 12:01:54 INFO Pod idm-65858d8c4c-gwvpj has been restarted 0 times. 12:01:54 INFO 12:01:54 INFO -------------- Check pod idm-65858d8c4c-x6slf is running -------------- 12:01:54 INFO 12:01:54 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-x6slf -o=jsonpath={.status.phase} | grep "Running" 12:01:54 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG Running 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods idm-65858d8c4c-x6slf -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG true 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-x6slf --output jsonpath={.status.startTime} 12:01:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG 2023-08-12T10:52:52Z 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ------- Check pod idm-65858d8c4c-x6slf filesystem is accessible ------- 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou exec idm-65858d8c4c-x6slf --container openidm -- ls / | grep "bin" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG Dockerfile.java-11 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ------------ Check pod idm-65858d8c4c-x6slf restart count ------------ 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pod idm-65858d8c4c-x6slf --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG 0 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO Pod idm-65858d8c4c-x6slf has been restarted 0 times. 12:01:55 INFO 12:01:55 INFO --------------------- Get expected number of pods --------------------- 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get statefulsets --selector app=ds-idrepo --output jsonpath={.items[*].spec.replicas} 12:01:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG 3 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ---------------------------- Get pod list ---------------------------- 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=ds-idrepo --output jsonpath={.items[*].metadata.name} 12:01:55 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG ds-idrepo-0 ds-idrepo-1 ds-idrepo-2 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ------------------ Check pod ds-idrepo-0 is running ------------------ 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-0 -o=jsonpath={.status.phase} | grep "Running" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG Running 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-0 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG true 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-0 --output jsonpath={.status.startTime} 12:01:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG 2023-08-12T10:19:05Z 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ----------- Check pod ds-idrepo-0 filesystem is accessible ----------- 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-0 --container ds -- ls / | grep "bin" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ----------------- Check pod ds-idrepo-0 restart count ----------------- 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-0 --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG 0 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO Pod ds-idrepo-0 has been restarted 0 times. 12:01:55 INFO 12:01:55 INFO ------------------ Check pod ds-idrepo-1 is running ------------------ 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-1 -o=jsonpath={.status.phase} | grep "Running" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG Running 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-1 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG true 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-1 --output jsonpath={.status.startTime} 12:01:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG 2023-08-12T10:30:59Z 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ----------- Check pod ds-idrepo-1 filesystem is accessible ----------- 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-1 --container ds -- ls / | grep "bin" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO ----------------- Check pod ds-idrepo-1 restart count ----------------- 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-1 --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:55 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG 0 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO Pod ds-idrepo-1 has been restarted 0 times. 12:01:55 INFO 12:01:55 INFO ------------------ Check pod ds-idrepo-2 is running ------------------ 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-2 -o=jsonpath={.status.phase} | grep "Running" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:55 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:55 INFO [loop_until]: OK (rc = 0) 12:01:55 DEBUG --- stdout --- 12:01:55 DEBUG Running 12:01:55 DEBUG --- stderr --- 12:01:55 DEBUG 12:01:55 INFO 12:01:55 INFO [loop_until]: kubectl --namespace=xlou get pods ds-idrepo-2 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:55 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG true 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-2 --output jsonpath={.status.startTime} 12:01:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG 2023-08-12T10:41:53Z 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO ----------- Check pod ds-idrepo-2 filesystem is accessible ----------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou exec ds-idrepo-2 --container ds -- ls / | grep "bin" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO ----------------- Check pod ds-idrepo-2 restart count ----------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-idrepo-2 --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG 0 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO Pod ds-idrepo-2 has been restarted 0 times. 12:01:56 INFO 12:01:56 INFO --------------------- Get expected number of pods --------------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get statefulsets --selector app=ds-cts --output jsonpath={.items[*].spec.replicas} 12:01:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG 3 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO ---------------------------- Get pod list ---------------------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pods --selector app=ds-cts --output jsonpath={.items[*].metadata.name} 12:01:56 INFO [loop_until]: (max_time=180, interval=10, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG ds-cts-0 ds-cts-1 ds-cts-2 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO -------------------- Check pod ds-cts-0 is running -------------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-0 -o=jsonpath={.status.phase} | grep "Running" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG Running 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-0 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG true 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-0 --output jsonpath={.status.startTime} 12:01:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG 2023-08-12T10:19:05Z 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO ------------- Check pod ds-cts-0 filesystem is accessible ------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-0 --container ds -- ls / | grep "bin" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO ------------------ Check pod ds-cts-0 restart count ------------------ 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-0 --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG 0 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO Pod ds-cts-0 has been restarted 0 times. 12:01:56 INFO 12:01:56 INFO -------------------- Check pod ds-cts-1 is running -------------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-1 -o=jsonpath={.status.phase} | grep "Running" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG Running 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-1 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG true 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-1 --output jsonpath={.status.startTime} 12:01:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG 2023-08-12T10:19:31Z 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO ------------- Check pod ds-cts-1 filesystem is accessible ------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-1 --container ds -- ls / | grep "bin" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO 12:01:56 INFO ------------------ Check pod ds-cts-1 restart count ------------------ 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-1 --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:56 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:56 INFO [loop_until]: OK (rc = 0) 12:01:56 DEBUG --- stdout --- 12:01:56 DEBUG 0 12:01:56 DEBUG --- stderr --- 12:01:56 DEBUG 12:01:56 INFO Pod ds-cts-1 has been restarted 0 times. 12:01:56 INFO 12:01:56 INFO -------------------- Check pod ds-cts-2 is running -------------------- 12:01:56 INFO 12:01:56 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-2 -o=jsonpath={.status.phase} | grep "Running" 12:01:56 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:57 INFO [loop_until]: OK (rc = 0) 12:01:57 DEBUG --- stdout --- 12:01:57 DEBUG Running 12:01:57 DEBUG --- stderr --- 12:01:57 DEBUG 12:01:57 INFO 12:01:57 INFO [loop_until]: kubectl --namespace=xlou get pods ds-cts-2 -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 12:01:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:57 INFO [loop_until]: OK (rc = 0) 12:01:57 DEBUG --- stdout --- 12:01:57 DEBUG true 12:01:57 DEBUG --- stderr --- 12:01:57 DEBUG 12:01:57 INFO 12:01:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-2 --output jsonpath={.status.startTime} 12:01:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:57 INFO [loop_until]: OK (rc = 0) 12:01:57 DEBUG --- stdout --- 12:01:57 DEBUG 2023-08-12T10:19:56Z 12:01:57 DEBUG --- stderr --- 12:01:57 DEBUG 12:01:57 INFO 12:01:57 INFO ------------- Check pod ds-cts-2 filesystem is accessible ------------- 12:01:57 INFO 12:01:57 INFO [loop_until]: kubectl --namespace=xlou exec ds-cts-2 --container ds -- ls / | grep "bin" 12:01:57 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 12:01:57 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 12:01:57 INFO [loop_until]: OK (rc = 0) 12:01:57 DEBUG --- stdout --- 12:01:57 DEBUG Dockerfile.java-17 bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var 12:01:57 DEBUG --- stderr --- 12:01:57 DEBUG 12:01:57 INFO 12:01:57 INFO ------------------ Check pod ds-cts-2 restart count ------------------ 12:01:57 INFO 12:01:57 INFO [loop_until]: kubectl --namespace=xlou get pod ds-cts-2 --output jsonpath={.status.containerStatuses[*].restartCount} 12:01:57 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 12:01:57 INFO [loop_until]: OK (rc = 0) 12:01:57 DEBUG --- stdout --- 12:01:57 DEBUG 0 12:01:57 DEBUG --- stderr --- 12:01:57 DEBUG 12:01: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.45.62:8080 Press CTRL+C to quit