Skip to content
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

Can't install this for the life of me... #37

Closed
jontstaz opened this issue Apr 8, 2024 · 3 comments
Closed

Can't install this for the life of me... #37

jontstaz opened this issue Apr 8, 2024 · 3 comments
Labels

Comments

@jontstaz
Copy link

jontstaz commented Apr 8, 2024

Hi,

I'd really like to try out Daytona but I've spent the last few hours tearing my hair out as I can't get passed this setup.sh script. I created a GitHub Oauth Application with Client ID and Secret. I also have correctly configured a subdomain on one of domains to be provisioned for Daytona and I get passed the certificate checking and TXT record verification fine. Where it fails is the Installing ingress-nginx helm chart step. It hangs on that task for 5-10mins and then throws the following error: Error: release ingress-nginx failed, and has been uninstalled due to atomic being set: failed pre-install: 1 error occurred: * timed out waiting for the condition

Full output:

Enter app hostname (valid domain) [FQDN]: daytona.<REDACTED>.com
Identity Providers (IdP) available [IDP]: 
1) github
2) gitlab
3) bitbucket
4) gitlabSelfManaged
5) githubEnterpriseServer
Choose an IdP (type the number and press Enter): 1
Enter IdP Client ID [IDP_ID]: <REDACTED>
Enter IdP Client Secret [IDP_SECRET] (input hidden): ✔ All required variables set.
ℹ Checking wildcard certificate...
✔ Certificate valid and matching daytona.<REDACTED>.com and *.daytona.<REDACTED>.com domains
✔ k3s is installed and running.
✔ iSCSI installed.
✔ iscsid service is active.
✔ Multipathd service not found or not running.
ℹ Installing longhorn helm chart
✔ The release 'longhorn' is deployed.
ℹ Installing ingress-nginx helm chart
Error: release ingress-nginx failed, and has been uninstalled due to atomic being set: failed pre-install: 1 error occurred:
	* timed out waiting for the condition

Any help would be greatly appreciated. After each failure I've also made sure to run the sudo ./setup.sh --remove command to clean up. I really have no idea what the issue is and it's annoying as it's preventing me from trying Daytona..

@zzorica
Copy link
Collaborator

zzorica commented Apr 18, 2024

Hi @jontstaz

When ingress-nginx fails its usually that ports 80/443 are already in use. You can check it after you remove installer with

netstat -tnlp | grep -e 80 -e 443

If it is so, kill the process using those ports and re.run installer.

@daytonaBot
Copy link
Collaborator

This Issue has been automatically marked as "stale" because it has not had recent activity (for 14 days). It will be closed if no further activity occurs. Thanks for the feedback.

@daytonaBot
Copy link
Collaborator

Due to the lack of activity in the last 7 days since it was marked as "stale", we are closing this Issue. Do not hesitate to reopen it later if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants