I have local argo set up where i started argo server and controller and it went into crash loopback state.
Following is state of pods:
[spark_argo_test]$ kubectl -n argo-events get pods
NAME READY STATUS RESTARTS AGE
argo-server-78b4844f66-fkkx9 0/1 CrashLoopBackOff 242 (3m21s ago) 20h
eventbus-controller-f8ffd4d59-px59c 1/1 Running 0 24h
eventbus-default-stan-0 2/2 Running 0 24h
eventbus-default-stan-1 2/2 Running 0 24h
eventbus-default-stan-2 2/2 Running 0 24h
events-webhook-565b76759-vfnz5 1/1 Running 0 24h
eventsource-controller-6547c66494-957fc 1/1 Running 0 24h
sensor-controller-7ffb6c5486-vl94s 1/1 Running 0 24h
sqs-es-testqueue-descap-eventsource-lq5m8-f87f7c76b-m2kdc 1/1 Running 137 (5m25s ago) 16h
workflow-controller-756c8c87ff-88tc8 0/1 CrashLoopBackOff 242 (4m15s ago) 20h
Here if we see the argo server and argo controller is in Crash loopBack state. Even if i want to see logs there is nothing which i can see in
[srivastu@a-uexsrqhp5gj1 spark_argo_test]$ kubectl -n argo-events logs argo-server-78b4844f66-fkkx9 -c main
error: container main is not valid for pod argo-server-78b4844f66-fkkx9
When deleting the pod there is no delete happening in by following command.
[srivastu@a-uexsrqhp5gj1 spark_argo_test]$ kubectl -n argo-events delete pod argo-server-78b4844f66-fkkx9
pod "argo-server-78b4844f66-fkkx9" deleted
The pod gets deleted but again it restarts after some time and it seems local minkube cluster starts the argo server again.
Can anyone please help around this