Open NIKIB0Y opened 6 days ago
There are missing lines in provided reinstall script:
helm repo add mittwald https://helm.mittwald.de
helm repo update
helm install kubernetes-secret-generator mittwald/kubernetes-secret
Did you run these commands? Check if the kubernetes-secret-generator pod was created with the command:
kubectl get pods
I am unable to successfully set up Shkeeper on my server despite multiple attempts. The installation process completes without errors, but several pods remain in a CreateContainerConfigError state.
Server Details:
Steps to Reproduce:
Execute the following reinstall script:
Use the following values.yaml configuration:
Observed Behavior: The following pods remain in a CreateContainerConfigError state:
Expected Behavior: All pods should be up and running successfully.
Additional Information:
I’ve tried using both the default and modified values.yaml files, but the result is the same. The server has enough resources, so this is unlikely to be a resource issue.
I need help to identify the root cause of this issue. Let me know if additional logs or debugging information is required.
Thank you!