Skip to content

FIx issues with components startup #1

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

Pothulapati
Copy link

Description

At this point, All the pods startup correctly and the
DNS stuff is left to be figured out.

To not waste too much time on a specific cert issue
(that prevented ws-daemon from starting up),
I've moved to use cert-manager but it can be replaced
in a separate PR. This should be a simple change
and gives us time to focus on the important DNS stuff.

Signed-off-by: Tarun Pothulapati [email protected]

Related Issue(s)

Fixes #

How to test

Release Notes

Documentation

Copy link

@corneliusludmann corneliusludmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't test it out yet but changes look good to me.

At this point, All the pods startup correctly and the
DNS stuff is left to be figured out. To not waste too much
time, I've moved to use `cert-manager` but it can be replaced
in a separate PR and this way we are not wasting time on it now.

Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
@csweichel
Copy link

The hard override of the DOMAIN env var is unfortunate - but we can fix that in a follow-up :)

@@ -37,7 +39,7 @@ fi

mount --make-shared /sys/fs/cgroup
mount --make-shared /proc
mount --make-shared /var/gitpod
mount --make-shared /var/gitpod/workspaces
Copy link
Author

@Pothulapati Pothulapati Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was done intentionally, as I wanted to output the root cert into /var/gitpod/gitpod-ca.crt and workspaces folder felt specific to workspaces (updated README around this) WDYT @csweichel ?

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

Successfully merging this pull request may close these issues.

3 participants