--Task-- name: Deploy_or_discover_overseer enabled: True class_name: DeployOrDiscoverOverseerTask source_name: controller source_namespace: >default< target_name: controller target_namespace: >default< start: 0.0 stop: None timeout: no timeout loop: False interval: None dependencies: ['Discover_Tenant'] wait_for: [] preceding_task: None options: {} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock task will be executed on controller (localhost) 2025-09-19 15:33:41 - INFO: Interval for this Task has changed to 5s (5 seconds) 2025-09-19 15:33:41 - INFO: interval was set to Task default because it was unset, based on self.timeout value because task is allowed to stop by itself ________________________________________________________________________________ [2025-09-19 15:33:41] Deploy_or_discover_overseer step1 : Discover or deploy overseer ________________________________________________________________________________ 2025-09-19 15:33:42,077 INFO 2025-09-19 15:33:42,077 INFO [loop_until]: kubectl --namespace=xlou get deployments -l "release=overseer" -o name 2025-09-19 15:33:42,077 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-19 15:33:42,390 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:42,391 DEBUG --- stdout --- 2025-09-19 15:33:42,391 DEBUG deployment.apps/overseer-0 2025-09-19 15:33:42,391 DEBUG --- stderr --- 2025-09-19 15:33:42,391 DEBUG Discover overseer pod: overseer-0 2025-09-19 15:33:42,558 INFO 2025-09-19 15:33:42,558 INFO --------------------- Get expected number of pods --------------------- 2025-09-19 15:33:42,559 INFO 2025-09-19 15:33:42,559 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployments --selector app=overseer-0 --output jsonpath={.items[*].spec.replicas} 2025-09-19 15:33:42,559 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-19 15:33:42,842 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:42,843 DEBUG --- stdout --- 2025-09-19 15:33:42,843 DEBUG 1 2025-09-19 15:33:42,843 DEBUG --- stderr --- 2025-09-19 15:33:42,843 DEBUG 2025-09-19 15:33:42,843 INFO 2025-09-19 15:33:42,843 INFO ------------- Reloading pod list for product "overseer-0" ------------- 2025-09-19 15:33:42,843 INFO 2025-09-19 15:33:42,843 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-09-19 15:33:42,843 INFO [loop_until]: (max_time=360.0, interval=10, expected_rc=[0] 2025-09-19 15:33:43,156 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-09-19 15:33:43,156 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:43,156 DEBUG --- stdout --- 2025-09-19 15:33:43,156 DEBUG overseer-0-57d79d468-khs5t 2025-09-19 15:33:43,156 DEBUG --- stderr --- 2025-09-19 15:33:43,156 DEBUG 2025-09-19 15:33:43,156 INFO 2025-09-19 15:33:43,156 INFO ----------- Check pod overseer-0-57d79d468-khs5t is running ----------- 2025-09-19 15:33:43,156 INFO 2025-09-19 15:33:43,156 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods overseer-0-57d79d468-khs5t -o=jsonpath={.status.phase} | grep "Running" 2025-09-19 15:33:43,156 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 2025-09-19 15:33:43,452 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-19 15:33:43,452 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:43,452 DEBUG --- stdout --- 2025-09-19 15:33:43,452 DEBUG Running 2025-09-19 15:33:43,452 DEBUG --- stderr --- 2025-09-19 15:33:43,452 DEBUG 2025-09-19 15:33:43,452 INFO 2025-09-19 15:33:43,452 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods overseer-0-57d79d468-khs5t -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 2025-09-19 15:33:43,452 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 2025-09-19 15:33:43,730 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-19 15:33:43,730 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:43,730 DEBUG --- stdout --- 2025-09-19 15:33:43,730 DEBUG true 2025-09-19 15:33:43,730 DEBUG --- stderr --- 2025-09-19 15:33:43,730 DEBUG 2025-09-19 15:33:43,730 INFO 2025-09-19 15:33:43,730 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod overseer-0-57d79d468-khs5t --output jsonpath={.status.startTime} 2025-09-19 15:33:43,730 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-19 15:33:44,004 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:44,004 DEBUG --- stdout --- 2025-09-19 15:33:44,004 DEBUG 2025-09-11T01:04:50Z 2025-09-19 15:33:44,004 DEBUG --- stderr --- 2025-09-19 15:33:44,004 DEBUG 2025-09-19 15:33:44,004 INFO 2025-09-19 15:33:44,005 INFO ---- Check pod overseer-0-57d79d468-khs5t filesystem is accessible ---- 2025-09-19 15:33:44,583 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-19 15:33:44,583 INFO 2025-09-19 15:33:44,583 INFO --------- Check pod overseer-0-57d79d468-khs5t restart count --------- 2025-09-19 15:33:44,584 INFO 2025-09-19 15:33:44,584 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod overseer-0-57d79d468-khs5t --output jsonpath={.status.containerStatuses[*].restartCount} 2025-09-19 15:33:44,584 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-19 15:33:44,864 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:44,864 DEBUG --- stdout --- 2025-09-19 15:33:44,864 DEBUG 0 2025-09-19 15:33:44,864 DEBUG --- stderr --- 2025-09-19 15:33:44,864 DEBUG 2025-09-19 15:33:44,864 INFO Pod overseer-0-57d79d468-khs5t has been restarted 0 times. 2025-09-19 15:33:44,865 INFO 2025-09-19 15:33:44,865 INFO --------------------- Get expected number of pods --------------------- 2025-09-19 15:33:44,865 INFO 2025-09-19 15:33:44,865 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployments --selector app=overseer-0 --output jsonpath={.items[*].spec.replicas} 2025-09-19 15:33:44,865 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-09-19 15:33:45,152 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:45,152 DEBUG --- stdout --- 2025-09-19 15:33:45,152 DEBUG 1 2025-09-19 15:33:45,152 DEBUG --- stderr --- 2025-09-19 15:33:45,152 DEBUG 2025-09-19 15:33:45,152 INFO 2025-09-19 15:33:45,152 INFO -------------- Waiting for 1 expected pod(s) to be ready -------------- 2025-09-19 15:33:45,153 INFO 2025-09-19 15:33:45,153 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployments overseer-0 --output jsonpath="ready:{.status.readyReplicas} replicas:{.status.replicas}" | grep "ready:1 replicas:1" 2025-09-19 15:33:45,153 INFO [loop_until]: (max_time=900, interval=30, expected_rc=[0] 2025-09-19 15:33:45,459 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-09-19 15:33:45,459 INFO [loop_until]: OK (rc = 0) 2025-09-19 15:33:45,459 DEBUG --- stdout --- 2025-09-19 15:33:45,459 DEBUG ready:1 replicas:1 2025-09-19 15:33:45,459 DEBUG --- stderr --- 2025-09-19 15:33:45,459 DEBUG 2025-09-19 15:33:45,460 INFO Livecheck to https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com 2025-09-19 15:33:45,460 INFO [http_cmd]: curl --insecure -L --request GET "https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com" 2025-09-19 15:33:45,719 INFO [http_cmd]: http status code OK 2025-09-19 15:33:45,719 DEBUG --- status code --- 2025-09-19 15:33:45,719 DEBUG http status code is 200 (expected 200) 2025-09-19 15:33:45,719 DEBUG --- http response --- 2025-09-19 15:33:45,719 DEBUG