mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-16 05:30:39 +00:00

* Add: JWT validation troubleshooting * Add: GKE troubleshooting * Add: GKE troubleshooting * Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update jwt-troubleshooting.md * Update openmetadata-docs/content/deployment/kubernetes/gke-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> * Update openmetadata-docs/content/deployment/security/jwt-troubleshooting.md Co-authored-by: Nahuel <nahuel@getcollate.io> Co-authored-by: Nahuel <nahuel@getcollate.io>
30 lines
853 B
Markdown
30 lines
853 B
Markdown
---
|
|
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.
|
|
|
|
<div className="w-100 flex justify-center">
|
|
<Image
|
|
src="/images/deployment/troubleshoot/dag-log.png"
|
|
alt="dag-log"
|
|
/>
|
|
</div>
|
|
<div className="w-100 flex justify-center">
|
|
<Image
|
|
src="/images/deployment/troubleshoot/permission-pod-events.png"
|
|
alt="permission-pod-events"
|
|
caption="Permission pod events"
|
|
/>
|
|
</div>
|
|
|
|
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
|