2023-04-25 16:58:47 +02:00
|
|
|
---
|
|
|
|
title: GKE Setup Troubleshooting
|
|
|
|
slug: /deployment/kubernetes/gke-troubleshooting
|
|
|
|
---
|
|
|
|
|
|
|
|
# GKE Setup Troubleshooting
|
|
|
|
|
|
|
|
If you came across `invalid access type while creating the pvc`, and the permission pod is stuck in "pending" state.
|
|
|
|
|
|
|
|
The above error might have occurred due to the pvc volumes not setup or pvc volumes are not mounted properly.
|
|
|
|
|
|
|
|
{% image
|
2023-05-16 08:30:15 +02:00
|
|
|
src="/images/v0.13.3/deployment/troubleshoot/dag-log.png"
|
2023-04-25 16:58:47 +02:00
|
|
|
alt="dag-log"
|
|
|
|
/%}
|
|
|
|
|
|
|
|
{% image
|
2023-05-16 08:30:15 +02:00
|
|
|
src="/images/v0.13.3/deployment/troubleshoot/permission-pod-events.png"
|
2023-04-25 16:58:47 +02:00
|
|
|
alt="permission-pod-events"
|
|
|
|
caption="Permission pod events"
|
|
|
|
/%}
|
|
|
|
|
|
|
|
Please validate:
|
|
|
|
- all the prerequisites mentioned in this [section](/deployment/kubernetes/gke)
|
|
|
|
- the configuration of `dags_pv_pvc.yml` file
|
|
|
|
- `storageClassName` field in YAML file
|