Must-share information (formatted with Markdown):
- which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
I am using Community latest version to deploy SonarQube on AKS cluster(kubernestes version is 1.31,7) - how is SonarQube deployed: zip, Docker, Helm
Using Helm - what are you trying to achieve
We are trying to deploy SonarQube on AKS cluster, this worked properly before but now i am getting PodInitialization error - what have you tried so far to achieve this
We tried to disable init-sysctl and init-fs and tried.
We installed custom DNS and tried
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Kubectl describe pod sonarqube-sonarqube-0 output
Controlled By: StatefulSet/sonarqube-sonarqube
Init Containers:
init-sysctl:
Container ID: containerd://**********************
Image: **********************
Image ID: **********************
Port:
Host Port:
Command:
/bin/bash
-e
/tmp/scripts/init_sysctl.sh
State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: Error
Exit Code: 255
Started: Tue, 20 May 2025 17:26:34 +0530
Finished: Tue, 20 May 2025 17:26:34 +0530
Ready: False
Kubectl logs sonarqube-sonarqube-0 output -f
Defaulted container “sonarqube” out of: sonarqube, init-sysctl (init), init-fs (init)
Error from server (BadRequest): container “sonarqube” in pod “sonarqube-sonarqube-0” is waiting to start: PodInitializing
kubectl logs pod sonarqube-sonarqube-0 -c init-sysctl
error: error from server (NotFound): pods “pod” not found in namespace “sonarqube”