-
Notifications
You must be signed in to change notification settings - Fork 61
GitLab support request #168
Comments
Please put the full logs into a gist and link it here. What GitLab version is this? What you mean mean by "on DigitalOcean"? Are you using DOKS or your own kubernetes installation? |
/set title: GitLab support request |
Cc @martindekov |
GitLab version: GitLab Enterprise Edition 12.6.0-ee |
DigitalOcean - using DOKS, created new Cluster from the Web UI (same as the "Video" example shows) |
Given the error messages it looks like you've run the reset or run the tool more than once. Why don't you try running it on a fresh cluster? |
yeah I run it again now (with a reset before), to generate the log file, the first time (still with error), it was on a fresh cluster |
Did you run through the whole troubleshooting guide already to see what might have gone wrong? Did you ensure that your cluster than meets the minimum requirements for RAM and nodes? https://docs.openfaas.com/deployment/troubleshooting/ https://docs.openfaas.com/openfaas-cloud/self-hosted/troubleshoot/ |
The same run on a fresh cluster Parameters are exactly the same as in demo video (3 nodes, 4GB 2vCPU) I looked at the troubleshooting but I am not Kubernetes expert, just starting with it and interested in OpenFaaS and this script does a lot of stuff. From what I see, for some reason, OpenFaaS doesn't start. Also, this error is right in the beginning but I checked that the credentials are alright.
|
/msg: slack |
-- |
The guides are so to don't need to be a Kubernetes expert. Perhaps try the community cluster which we host or see if someone on Slack can help you. |
@filipproch I have to say, I have made almost every mistake possible with |
Most people tend to get ofc-bootstrap working when following a tutorial or the instructions provided in a short period of time. I know a few folks have struggled, but that's the exception to the rule. It's the Christmas holidays, but I tried OFC bootstrap today and it worked as expected with a GitHub configuration. @viveksyngh @martindekov @Waterdrips can any of you take a look at GitLab for OFC? You can install GitLab on a VM or via helm. |
From the provided logs .. looks like OpenFaaS installation has failed.
and that is the main cause of errors. |
Hi there, thanks to everyone for offering help and looking into this, it seems its because of new Kubernetes 1.16, after going back to 1.15 it works as expected. |
I've tested OpenFaaS Cloud with Kubernetes 1.16 and it worked for me. @viveksyngh could you reproduce the error? Try with a fake set of GitLab URLs if you are short on time. |
Ok sorry seems false alarm, I now tested with fresh cluster and changing just Kubernetes version and still the same error. It seems before it started to work only because as part of trying to get it to work, I did many many changes (out of pure desperation) and hard to tell, which one solved it. |
I installed with GitHub yesterday and it worked first time. Unfortunately you've chosen a bad time to need help since mostly everyone is on holiday. I've asked a few people to help you, just wait please, no need to "waste a tone of time" |
Thanks, understand the holidays, will watch this thread, but for me, it's the exact opposite, since I used the free time to play with/try out new stuff like openfaas. |
I am extremely tight on time, I am off from the project till 6th. Currently working on mandatory personal projects not counting the family affairs. I apologize, but I won't be able to take a look/test the Issue until the end of the holidays. |
I tried installing OpenFaas Cloud with ofc-bootstrap on a kubernetes cluster with version 1.16 with some dummy gitlab configuration. All ofc services got deployed correctly on running. I could not test the end to end flow but the installation was smooth. |
I have been working through getting OpenFaaS cloud running on Civo’s managed Kubernetes and I am also running into the issue with getting the error: |
I'm using 2.16 - had to install it manually as the package manager wasn't that up to date |
I think this issue is related to this Helm issue: helm/helm#6361 I have raised a PR to wait for cert-manager to be ready before we move on, previously this caused the openfaas components not to be installed at all |
Expected Behaviour
Installation should complete successfully.
Current Behaviour
Installations ends with a lot of
And the OpenFaaS Cloud doesn't work (tried multiple times, used
./scripts/reset.sh
every time)Steps to Reproduce (for bugs)
Context
Trying to deploy OpenFaaS cloud on my cluster
Your Environment
faas-cli version
( full output ):docker version
(e.g. Docker 17.0.05 ):kubectl version
:Are you using faas-netes or the Operator?
Operating System and version (e.g. Linux, Windows, MacOS):
MacOS
Link to your project or a code example to reproduce issue:
I just cloned the ofc-bootstrap repo and edited init.yaml
Please also follow the troubleshooting guide and paste in any other diagnostic information you have:
Cluster
Digitalocean, freshly created cluster
Registry/SCM
GitLab EE, and GitLab Container Registry deployed on DO Droplet
The errors starts right here
Before everything seems okay.
The text was updated successfully, but these errors were encountered: