Kasm + Kubernates Deployment Problems

Hi, I use Kubernates Deployment template and wanted to add https://registry.coder.com/modules/kasmvnc did what it says just edit agent id but still having issue.
module "kasmvnc" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/kasmvnc/coder"
version = "1.0.23"
agent_id = coder_agent.main.id
desktop_environment = "xfce"
}
module "kasmvnc" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/kasmvnc/coder"
version = "1.0.23"
agent_id = coder_agent.main.id
desktop_environment = "xfce"
}
The issue is,
šŸš€ Starting KasmVNC server...
Can't locate DateTime.pm in @INC (you may need to install the DateTime module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.38.2 /usr/local/share/perl/5.38.2 /usr/lib/x86_64-linux-gnu/perl5/5.38 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.38 /usr/share/perl/5.38 /usr/local/lib/site_perl) at /usr/bin/vncserver line 42.
BEGIN failed--compilation aborted at /usr/bin/vncserver line 42.
šŸš€ KasmVNC server started successfully!
šŸš€ Starting KasmVNC server...
Can't locate DateTime.pm in @INC (you may need to install the DateTime module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.38.2 /usr/local/share/perl/5.38.2 /usr/lib/x86_64-linux-gnu/perl5/5.38 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.38 /usr/share/perl/5.38 /usr/local/lib/site_perl) at /usr/bin/vncserver line 42.
BEGIN failed--compilation aborted at /usr/bin/vncserver line 42.
šŸš€ KasmVNC server started successfully!
4 Replies
Codercord
Codercord•4d ago
<#1364232545218199653>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
emircanerkul
emircanerkulOP•4d ago
No description
emircanerkul
emircanerkulOP•4d ago
Ah okay šŸ˜„
Doctor Strange - but the warnings come after the spells
No description
Codercord
Codercord•4d ago
@emircanerkul closed the thread.

Did you find this page helpful?