Coder.comC
Coder.com2y ago
6 replies
Suertzz

App are greyed

Hi,

Im new to coder, and im trying to setup app module like Jupyter Notebook or File browser i'm based on the Kubernetes (Deployment) .

VS Code Desktop and code-server work like a charm!

However the 2 module are grayed on the background (see screenshot), and I don't know why and where to search.

I have the wildcard domain, everything is setup

I attached main.tf that I use (running inside kubernetes cluster)

I basically added these lines inside :

module "jupyter-notebook" {
  source   = "registry.coder.com/modules/jupyter-notebook/coder"
  version  = "1.0.2"
  agent_id = coder_agent.main.id
}

module "filebrowser" {
  source   = "registry.coder.com/modules/filebrowser/coder"
  version  = "1.0.3"
  agent_id = coder_agent.main.id
  folder   = "/home/coder/"
}


Any help is really appreciated, thanks a lot!
image.png
main.tf9.02KB
Was this page helpful?