mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 06:55:49 +03:00
[PR #77] Changes for better compatibilty with Kubernetes and OKD/OpenShift #89
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/docker-netbootxyz/pull/77
Author: @EHerzog76
Created: 12/6/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
a6b777cUpdate Dockerfile3a9f419Update init.sha71cffcUpdate supervisor.confcebcccfUpdate nginx.conff6583a2Create readme.mdf6525a8Create deployment.yamlc9f90ecCreate serviceaccount.yamle0426f0Create service.yaml56646c5Create route.yamleabe97eCreate pxe-bootserver-conf.yaml📊 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.