Coder.comC
Coder.comโ€ข9mo agoโ€ข
4 replies
Emircan

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"
}


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!
Was this page helpful?