mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #844] [BUG] Kubernetes: invalid value for ldap-port #304
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#304
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?
Originally created by @slaecker on GitHub (Feb 17, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/844
Describe the bug
I'm trying to deploy lldap on my K3s cluster, but when the pod is starting it crashloops with the below error:
I've tried setting
LDAP_PORTto3890explicitly but the same error remains.The deployment manifest:
Running the lldap image in podman works just fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The pod starting and getting into a RUNNING state.
Logs
Additional context
K3s version: v1.28.5+k3s1
@nitnelave commented on GitHub (Feb 17, 2024):
Having never run any Kubernetes command ever, I'll be of limited help.
Where is the configuration for the service? Where does the value for the port come from?
What I can help with is this:
@slaecker commented on GitHub (Feb 17, 2024):
Thanks, setting
LLDAP_LDAP_PORTdid the trick. Strange though that this is needed. Never had such an issue before with any other image. If you ever need someone doing some Kubernetes testing let me know.