When I setting up a gitlab-8.16.3 on k8s , two errors were appeared :
1.The gitlab-svc is always in the staus 'pending' but I can visit the gitlab by http://192.168.XXX.XXX:port . It is strange that the root user cannot login with user 'root' and password 'root' when I had set them in the gitlab-deployment.yml;
2.The nginx-ingress-lb pods give an error like :
setrlimit(RLIMIT_NOFILE, 131072) failed (1: Operation not permitted) ,
but I had update the ulimit with the local host . It's the result when I print in the "ulimit -n" command :
ulimit -n 180000
who can help me ? Thanks!