Retrieve the IP address GitLab

Hello World!

I’m trying to point DNS at the GitLab Instance, yet running into following issue:

$ kubectl get   --namespace default   ing gitlab1-unicorn   -o jsonpath='{.status.loadBalancer.ingress[0].ip}'
$ 

&

$ kubectl get --namespace=default pods
NAME                                                     READY   STATUS      RESTARTS   AGE
gitlab1-deployer-vrpf5                                   0/1     Completed   0          65m
gitlab1-gitaly-0                                         1/1     Running     0          65m
gitlab1-gitlab-shell-766ffc4d9-j4g9g                     1/1     Running     0          65m
gitlab1-migrations.0-x6lct                               0/1     Completed   0          65m
gitlab1-minio-66b84f986f-9b5zx                           1/1     Running     0          65m
gitlab1-minio-create-buckets.0-ssqv8                     0/1     Completed   0          65m
gitlab1-nginx-ingress-controller-79745d787b-q825t        1/1     Running     0          65m
gitlab1-nginx-ingress-default-backend-5664b7f6c6-6lswv   1/1     Running     0          65m
gitlab1-postgresql-5fc6db58dd-9ndqf                      2/2     Running     0          65m
gitlab1-redis-757547cc4d-7fjwz                           2/2     Running     0          65m
gitlab1-registry-5cf7cb67fc-zqpht                        1/1     Running     0          65m
gitlab1-shared-secrets.0-j6s-vhwrz                       0/1     Completed   0          65m
gitlab1-shared-secrets.0-rvb-selfsign-jvxgz              0/1     Completed   0          65m
gitlab1-sidekiq-all-in-1-8475567885-rvcw5                1/1     Running     0          65m
gitlab1-task-runner-67d76fcd9-xk67w                      1/1     Running     0          65m
gitlab1-unicorn-5b8689868c-w79hd                         1/1     Running     0          65m
$ 

Please advise.

I appreciate any help)