2023-04-17 16:45: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.
|
|
|
|
|
2023-04-24 16:37:15 +05:30
|
|
|
{% image
|
|
|
|
src="/images/v1.0.0/deployment/troubleshoot/dag-log.png"
|
|
|
|
alt="dag-log" /%}
|
|
|
|
{% image
|
|
|
|
src="/images/v1.0.0/deployment/troubleshoot/permission-pod-events.png"
|
2023-04-17 16:45:47 +02:00
|
|
|
alt="permission-pod-events"
|
2023-04-24 16:37:15 +05:30
|
|
|
caption="Permission pod events" /%}
|
2023-04-17 16:45:47 +02:00
|
|
|
|
|
|
|
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
|