[PR #77] Changes for better compatibilty with Kubernetes and OKD/OpenShift #89

Open
opened 2026-02-27 14:47:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/docker-netbootxyz/pull/77
Author: @EHerzog76
Created: 12/6/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (10+)

📊 Changes

12 files changed (+425 additions, -11 deletions)

View changed files

📝 Dockerfile (+8 -4)
kubernetes/deployment.yaml (+99 -0)
kubernetes/pvc-config.yaml (+13 -0)
kubernetes/pvc.yaml (+13 -0)
kubernetes/pxe-bootserver-conf.yaml (+73 -0)
kubernetes/readme.md (+134 -0)
kubernetes/route.yaml (+16 -0)
kubernetes/service.yaml (+48 -0)
kubernetes/serviceaccount.yaml (+5 -0)
📝 root/defaults/nginx.conf (+7 -1)
📝 root/etc/supervisor.conf (+2 -2)
📝 root/init.sh (+7 -4)

📄 Description

Hello to all,

I have added a few changes for better compatibilty with Kubernetes and OKD/OpenShift.
And I also added an example for a Kubernetes/OKD/OpenShift deployment.

Please take it over.

Thanks and best regards

Erwin


🔄 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/netbootxyz/docker-netbootxyz/pull/77 **Author:** [@EHerzog76](https://github.com/EHerzog76) **Created:** 12/6/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a6b777c`](https://github.com/netbootxyz/docker-netbootxyz/commit/a6b777c3018a1f050849709965178b76e2bf74c4) Update Dockerfile - [`3a9f419`](https://github.com/netbootxyz/docker-netbootxyz/commit/3a9f419fbe005b151108710ef07f4d757cc53883) Update init.sh - [`a71cffc`](https://github.com/netbootxyz/docker-netbootxyz/commit/a71cffc531e8d856b4de26ce89740ea8b68b3f8e) Update supervisor.conf - [`cebcccf`](https://github.com/netbootxyz/docker-netbootxyz/commit/cebcccfd35055c24c002b0f4830bb1a6a0c23c80) Update nginx.conf - [`f6583a2`](https://github.com/netbootxyz/docker-netbootxyz/commit/f6583a2d0b0cc9a944fef86db30e2e51f9f50d95) Create readme.md - [`f6525a8`](https://github.com/netbootxyz/docker-netbootxyz/commit/f6525a89a582dc44d572d03a61ec65fd5ebf1e91) Create deployment.yaml - [`c9f90ec`](https://github.com/netbootxyz/docker-netbootxyz/commit/c9f90ec4de156e0185fcfd0ebdc3dccc6ab53bc8) Create serviceaccount.yaml - [`e0426f0`](https://github.com/netbootxyz/docker-netbootxyz/commit/e0426f055d18790b66b4198948f71a3929d5499b) Create service.yaml - [`56646c5`](https://github.com/netbootxyz/docker-netbootxyz/commit/56646c53e353e3c7bc932b6a4b908fb47c7526f4) Create route.yaml - [`eabe97e`](https://github.com/netbootxyz/docker-netbootxyz/commit/eabe97ed7028c0bf04483a8edebc4b3a56b99526) Create pxe-bootserver-conf.yaml ### 📊 Changes **12 files changed** (+425 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+8 -4) ➕ `kubernetes/deployment.yaml` (+99 -0) ➕ `kubernetes/pvc-config.yaml` (+13 -0) ➕ `kubernetes/pvc.yaml` (+13 -0) ➕ `kubernetes/pxe-bootserver-conf.yaml` (+73 -0) ➕ `kubernetes/readme.md` (+134 -0) ➕ `kubernetes/route.yaml` (+16 -0) ➕ `kubernetes/service.yaml` (+48 -0) ➕ `kubernetes/serviceaccount.yaml` (+5 -0) 📝 `root/defaults/nginx.conf` (+7 -1) 📝 `root/etc/supervisor.conf` (+2 -2) 📝 `root/init.sh` (+7 -4) </details> ### 📄 Description Hello to all, I have added a few changes for better compatibilty with Kubernetes and OKD/OpenShift. And I also added an example for a Kubernetes/OKD/OpenShift deployment. Please take it over. Thanks and best regards Erwin --- <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/docker-netbootxyz#89
No description provided.