airbytehq / airbytehq/airbyte

Failed to create pod rce-postgres-check

Aperta
#73,365 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub
area/platform autoteam community needs-triage team/compose team/platform-move type/bug
Lingua principale
Python
Stelle
22.1k
Fork
5.3k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

### Helm Chart Version

airbyte-2.0.19

### What step the error happened?

1) Create new Postgres source and click "Set up source"

### Relevant information

Airbyte is trying to create some pod during the CHECKING process of a new Postgres source, but it fails with a completely uninformative error. I have no idea what this pod is, as I've never seen it before. My RBAC looks like this:

```hcl
resource "kubernetes_role_v1" "airbyte_admin" {
provider = kubernetes

metadata {
name = "airbyte-admin"
namespace = kubernetes_namespace_v1.airbyte.metadata[0].name
}
rule {
api_groups = [""]
resources = ["configmaps", "endpoints", "pods", "pods/log", "pods/exec", "pods/attach", "pods/status", "secrets"]
verbs = ["get", "list", "watch", "create", "update", "patch", "delete"]
}
rule {
api_groups = [""]
resources = ["serviceaccounts"]
verbs = ["get", "list", "watch", "use"]
}
rule {
api_groups = ["batch"]
resources = ["jobs"]
verbs = ["get", "list", "watch", "create", "update", "patch", "delete"]
}
}
```

It seems like it has all the permissions to create a pod, but that doesn't help. Initially, I thought the issue was that the pod is trying to be created in the spot-arm64 Karpenter pool (my default pool), but all Airbyte components have nodeSelector and affinity assigned. I don't know if airbyte/workload-init-container:2.0.1 copies the selector settings to the new pod?

### Relevant log output

```shell
1771265351724 2026-02-16T18:09:11.724Z Caused by: java.io.IOException: Canceled
1771265351724 2026-02-16T18:09:11.724Z Caused by: java.io.InterruptedIOException: timeout
1771265351724 2026-02-16T18:09:11.724Z Caused by: java.io.IOException: timeout
1771265351724 2026-02-16T18:09:11.724Z Caused by: io.fabric8.kubernetes.client.KubernetesClientException: Operation: [patch] for kind: [Pod] with name: [rce-postgres-check-d3fa7433-7913-47b4-9b1b-a7f46bdc8314-0-pwieu] in namespace: [airbyte] failed.
1771265351724 2026-02-16T18:09:11.724Z Caused by: io.airbyte.workers.exception.KubeClientException: Failed to create pod rce-postgres-check-d3fa7433-7913-47b4-9b1b-a7f46bdc8314-0-pwieu.
```

---
**Internal Tracking:** https://github.com/airbytehq/oncall/issues/11306

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.