Josh Greenhalgh
01/27/2021, 5:27 PMprefect-agent-55775d5684-qml7k 1/1 Running 0 5h21m
prefect-apollo-b5d9c4cd8-82txc 1/1 Running 1 28h
prefect-graphql-5f77cd4674-wmfbj 0/1 Running 21 22h
prefect-hasura-bf4dd5d95-z2j8x 0/1 Running 24 28h
prefect-job-e63a7de9-nwrxg 1/1 Running 0 20m
prefect-postgresql-0 1/1 Running 0 28h
prefect-towel-5dc84cb477-zx2rg 1/1 Running 0 28h
prefect-ui-8bd5ff9f8-2scsz 1/1 Running 0 22h
They keep on restarting and going into CrashLoopBackOff
with errors like;
Warning Unhealthy 9m39s (x45 over 22h) kubelet Readiness probe failed: Get <http://10.40.14.208:4201/health>: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Warning Unhealthy 9m37s (x41 over 22h) kubelet Liveness probe failed: Get <http://10.40.14.208:4201/health>: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Warning Unhealthy 5m18s (x35 over 109m) kubelet Liveness probe failed: Get <http://10.40.14.208:4201/health>: dial tcp 10.40.14.208:4201: connect: connection refused
Has anybody had similar problems and did they manage to solve them?Zanie
01/27/2021, 5:51 PMJosh Greenhalgh
01/27/2021, 5:52 PMagent:
# enabled determines if the Prefect Kubernetes agent is deployed
enabled: true
prefectLabels: ['prefect-agent']
ui:
apolloApiUrl: http://***:4200/graphql
postgresql:
postgresqlPassword: ***
serviceAccount:
name: "***"
Mariia Kerimova
01/27/2021, 7:07 PMJosh Greenhalgh
01/28/2021, 11:43 AM