Helm chart livenessProbe fails due to authentication required
- Dominant language
- Java
- Stars
- 2.5k
- Forks
- 1.5k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 79
Description
The provided ActiveMQ Helm chart livenessProbe fails with 401 as httpGet on /admin endpoint requires authentication that is not provided.
Thus the Pod keep restarting. The chart from @kenliao94 uses tcpSocket method in livenessProbe same like with readinessProbe.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the provided ActiveMQ Helm chart and compare its livenessProbe with the readinessProbe, focusing on the httpGet request to /admin and the tcpSocket approach mentioned in the issue. Done means the liveness probe does not require unauthenticated HTTP access, returns successfully for a healthy Pod, and no longer causes repeated restarts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100