The pivot job remains in a non-ready state despite the completion of the associated pod

See on https://gitlab.com/sylva-projects/sylva-core/-/jobs/10913874445 (MR recently rebased to main) and https://gitlab.com/sylva-projects/sylva-core/-/jobs/10911503013 (nightly capo pipeline)

I suspect that can be due to the recent merge of !4700 (merged) <<<< need to be confirmed

Quick analysis

At the end of the bootstrap phase :

🗑 Delete bootstrap cluster
error: timed out waiting for the condition on jobs/pivot
Cannot delete bootstrap cluster as 'pivot' Kustomization is not ready.
To delete the bootstrap cluster, you can re-run apply.sh anytime after fixing this.

Job:

sylva-system   pivot                            Running    0/1           20m        20m   run-script              registry.gitlab.com/sylva-projects/sylva-elements/container-images/kube-job:v1.3.0   batch.kubernetes.io/controller-uid=70849c40-8746-48a8-9101-8dc7446256d9

Pivot pods :

sylva-system                pivot-22qzd                                                            0/1     Error       0          14m     100.100.0.29   bootstrap-1966752203-rke2-capo-control-plane   <none>           <none>
sylva-system                pivot-99xps                                                            0/1     Error       0          14m     100.100.0.30   bootstrap-1966752203-rke2-capo-control-plane   <none>           <none>
sylva-system                pivot-j4kbz                                                            0/1     Error       0          12m     100.100.0.31   bootstrap-1966752203-rke2-capo-control-plane   <none>           <none>
sylva-system                pivot-lpw9m                                                            0/1     Error       0          4m48s   100.100.0.33   bootstrap-1966752203-rke2-capo-control-plane   <none>           <none>
sylva-system        >>>     pivot-nks6v                                                            0/1     Completed   0          20m     100.100.0.27   bootstrap-1966752203-rke2-capo-control-plane   <none>           <none> <<<<<<<<<<
sylva-system                pivot-qwz4j                                                            0/1     Error       0          10m     100.100.0.32   bootstrap-1966752203-rke2-capo-control-plane   <none>           <none>
sylva-system                pivot-zgp4h                                                            0/1     Error       0          15m     100.100.0.28   bootstrap-1966752203-rke2-capo-control-plane 

Exctract of logs pivot-nks6v which is completed. All logs are good no error :

...
-- All done
==== END logs for container run-script of pod sylva-system/pivot-nks6v ====

Pod status of pivot-nks6v :

    message: Pod was active on the node longer than the specified deadline
    phase: Failed
    podIP: 100.100.0.27
    podIPs:
    - ip: 100.100.0.27
    qosClass: BestEffort
    reason: DeadlineExceeded <<<<<<<
    startTime: "2025-08-05T07:47:00Z"
Edited Aug 05, 2025 by Remi Le Trocquer
Assignee Loading
Time tracking Loading