[GH-ISSUE #1831] Pod is crashing because of permission denied #526

Closed
opened 2026-03-07 20:50:46 +03:00 by kerem · 0 comments
Owner

Originally created by @MatthiasSchnoeke on GitHub (Jul 20, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1831

Originally assigned to: @ggxed on GitHub.

How do I deploy a cloudbeaver pod in an openshift cluster without being denied permission?

**_Starting Cloudbeaver Server
mkdir: cannot create directory ‘workspace/.metadata’: Permission denied
<title>Invalid Configuration Location</title>The configuration area at '/.eclipse/248865309_linux_gtk_x86_64/configuration' could not be created.  Please choose a writable location using the '-configuration' command line option.**

The pod security context is set automatically:

  securityContext:
    capabilities:
      drop:
        - ALL
    runAsUser: 1000800000
    runAsNonRoot: true
    allowPrivilegeEscalation: false
Originally created by @MatthiasSchnoeke on GitHub (Jul 20, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1831 Originally assigned to: @ggxed on GitHub. How do I deploy a cloudbeaver pod in an openshift cluster without being denied permission? ``` **_Starting Cloudbeaver Server mkdir: cannot create directory ‘workspace/.metadata’: Permission denied <title>Invalid Configuration Location</title>The configuration area at '/.eclipse/248865309_linux_gtk_x86_64/configuration' could not be created. Please choose a writable location using the '-configuration' command line option.** ``` The pod security context is set automatically: securityContext: capabilities: drop: - ALL runAsUser: 1000800000 runAsNonRoot: true allowPrivilegeEscalation: false
kerem 2026-03-07 20:50:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#526
No description provided.