template-k3s icon indicating copy to clipboard operation
template-k3s copied to clipboard

the template doesn't work anymore due to user:pass & keys

Open h4ck3rk3y opened this issue 1 year ago • 2 comments

Bug description

gitpod /workspace/gitpod-k3s/.gitpod (main) $ ./ssh.sh whoami
[email protected]: Permission denied (publickey).
gitpod /workspace/gitpod-k3s/.gitpod (main) $ 
gitpod /workspace/gitpod-k3s (main) $  HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
> .gitpod/prepare-k3s.sh
> 
> }
🔥 Installing everything, this will be done only one time per workspace.
Waiting for the rootfs to become available, it can take a while, open the terminal #2 for progress
✅ rootfs available
Wait for apt lock to end
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
netcat is already the newest version (1.218-4ubuntu1).
sshpass is already the newest version (1.09-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
✅ no more apt lock
Waiting for the ssh server to become available, it can take a while, after this k3s is getting installed

this gets stuck here

in the kernel at the end it asked me to login and i was able to login with root/root but rest of it is stuck

Steps to reproduce

Click open in gitpod and wait

Expected behavior

The environment should get created

Example repository

No response

Anything else?

No response

h4ck3rk3y avatar Jun 20 '24 13:06 h4ck3rk3y

i suppose qemu isn't allowing password authentication

h4ck3rk3y avatar Jun 20 '24 13:06 h4ck3rk3y

The performance wouldn't be great even if you could run it in theory.

axonasif avatar Jun 24 '24 11:06 axonasif