mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Problem error healthcheck. on k8s #1910
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#1910
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 @PrasinMike on GitHub (Feb 20, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
I found error healthcheck on k8s

livenessProbe: exec: command: - node - extra/healthcheckthis error
🐻 Uptime-Kuma Version
louislam/uptime-kuma:1.20.0
💻 Operating System and Arch
🌐 Browser
🐋 Docker Version
K8S
🟩 NodeJS Version
No response
@louislam commented on GitHub (Feb 20, 2023):
extra/healthcheckis not a javascript file, it is an executable file.@PrasinMike commented on GitHub (Feb 20, 2023):
livenessProbe: exec: command: - node@PrasinMike commented on GitHub (Feb 20, 2023):
I fix it command and use health check I found error this image

@louislam commented on GitHub (Feb 20, 2023):
Are you using
extra/healthcheck?PS:
extra/healthcheck.jsis not working in k8s due to the collision ofUPTIME_KUMA_PORTenv vars@PrasinMike commented on GitHub (Feb 21, 2023):
yes I use extra/healthcheck
@louislam commented on GitHub (Feb 21, 2023):
Just realize that I forget to re-compile
extra/healthcheckit in the latest docker image.Workaround:
Try to set
UPTIME_KUMA_PORT=3001@PrasinMike commented on GitHub (Feb 22, 2023):
Thanks you this work
@CommanderStorm commented on GitHub (Jul 27, 2023):
@PrasinMike
There don't seem to remain any open issues in this issue, am I correct?
If yes, don't forget to close it.
(Only you or Louis can do so. Otherwise, this will become a zombie that never dies)