-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having problems during installation #1330
Comments
Hi @MGlolenstine ! that's an awesomely detailed bug report. The message The pod The file
instead of running
|
Thanks for the response! |
I'm afraid your suspicions were correct indeed @meysholdt . Error message
Thanks for the help! |
Ok, I passed the DB init phase. I'm going to see if everything else passes, if it does I'm going to be closing this issue. Thanks for the help! |
Now I'm facing another problem. Error message
kubectl get pods output
|
@meysholdt EDIT:I extended the timeout using helm's Error
|
Anyone knows anything? |
hey, yes, your database saying I haven't tried running
|
@meysholdt Sorry for the late response. |
@meysholdt ALTER TABLE `d_b_workspace_instance` ADD `phase` CHAR(32) GENERATED ALWAYS AS (status->>"$.phase") I'm not that familiar with the SQL, so I'm not sure what is supposed to be there and what could be wrong. Full error log
EDITCurrently installing MySQL and seeing if that fixes the problem. EDIT #2@meysholdt
|
Do you have a chance to try Oracle MySQL? I'm not sure how big the differences between MariaDB and MySQL are, but we didn't test Gitpod on MariaDB. |
I had a problem, when after removing the MariaDB and installing MySQL, MariaDB was still running. After I sorted that out, it worked flawlessly. Thanks for your help! |
Hi! I am encountering the same problem and it's nice to see that I was not the only one. I would like to work on this point:
What is it meant exactly by 'changing the local IP of the server' here? Thanks! |
The problem there was, that it didn't want to connect to the kubernetes cluster when the ip was set to |
Where exactly do you change this IP? |
That was ages ago, but I think I was able to change it within |
OK, it does not work. |
Maybe it is better that I open my own issue. |
I'm trying to install Gitpod onto my
kind
Kubernetes cluster.After installing 'kind`, I create a cluster. Then I clone this repository and follow the instructions, but there's a problem after the third command under installation.
First of all, I don't have the
configuration.txt
file, and after theupdate
, it fails withCommands with output:
kind create cluster
kubectl cluster-info --context kind-kind
self-hosted
values.yaml
(changedgitpod.hostname
andgitpod.components.proxy.loadBalancerIP
)helm repo add charts.gitpod.io https://charts.gitpod.io
helm dep update
helm upgrade --install$(for i in $ (cat configuration.txt); do echo -e "-f $i"; done) gitpod .
Whole console output
I might be missing something or doing something wrong.
I found the definition for the
configuration.txt
here, but I'm not sure if it's mandatory, because it saysTo get Gitpod running quickly, you may skip this chapter.
and that's what I'm trying to do 😄.The text was updated successfully, but these errors were encountered: