Hello there!
I have kubernetes (v1.20) cluster which has one master and one worker node.
Also I have helm v3.
When I try to install gitlab via helm using command:
helm install gitlab gitlab/gitlab \
--timeout 600s \
--set certmanager.install=false \
--set certmanager-issuer.email=email@example.com \
--set global.ingress.annotations."kubernetes\.io/tls-acme"=true
It seems like deployed but when I check pods, I see that some pods has status - Evicted or Init:2/3
And eventually I cant access gitlab. Can you help me to solve that issue?