[PR #1688] OpenShift 4 / OKD 4 compatibility and some small improvements in kubernetes rollout #1882

Open
opened 2026-03-02 11:59:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1688
Author: @pflaeging
Created: 6/29/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • cbb02b1 make the docker container running in openshift / okd 4

📊 Changes

4 files changed (+34 additions, -5 deletions)

View changed files

📝 docker/Dockerfile (+15 -0)
📝 kubernetes/.env_sample (+12 -1)
📝 kubernetes/.secrets_sample (+7 -0)
📝 kubernetes/web-deployment.yaml (+0 -4)

📄 Description

Hi,

in Openshift or OKD 4 every container is started with a random generated UID and GUID root. This is for security reasons.

  • If you want to run karakeep in such an environment you have to give the group root the write right in /run
  • I've changed a small amount of parameters (better parameter placing) in the kubernetes rollout. Though it's easier to customize your rollout in gitops style ;-)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/1688 **Author:** [@pflaeging](https://github.com/pflaeging) **Created:** 6/29/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`cbb02b1`](https://github.com/karakeep-app/karakeep/commit/cbb02b1480fd87fc91eaa6714147c6692dc3e975) make the docker container running in openshift / okd 4 ### 📊 Changes **4 files changed** (+34 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile` (+15 -0) 📝 `kubernetes/.env_sample` (+12 -1) 📝 `kubernetes/.secrets_sample` (+7 -0) 📝 `kubernetes/web-deployment.yaml` (+0 -4) </details> ### 📄 Description Hi, in Openshift or OKD 4 every container is started with a random generated UID and GUID root. This is for security reasons. - If you want to run karakeep in such an environment you have to give the group root the write right in `/run` - I've changed a small amount of parameters (better parameter placing) in the kubernetes rollout. Though it's easier to customize your rollout in gitops style ;-) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/karakeep#1882
No description provided.