-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
29c1e85
to
b453362
Compare
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]>
b453362
to
4f778cf
Compare
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
7992b05
to
f1ef54a
Compare
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
Signed-off-by: Tarun Pothulapati <[email protected]>
1e46792
to
3dfbe2b
Compare
The hard override of the |
@@ -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 |
There was a problem hiding this comment.
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 ?
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 replacedin 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