ay0ks
ay0ks
CCoder.com
Created by ay0ks on 9/4/2024 in #help
"/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused"
This is what I added to main.tf
module "jetbrains_gateway" {
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.13"
agent_id = coder_agent.main.id
agent_name = "main"
folder = "/home/coder/${data.coder_workspace.me.name}"
jetbrains_ides = ["IU", "PS", "WS", "PY", "CL", "GO", "RM", "RD"]
default = "IU"
latest = true
}
module "jetbrains_gateway" {
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.13"
agent_id = coder_agent.main.id
agent_name = "main"
folder = "/home/coder/${data.coder_workspace.me.name}"
jetbrains_ides = ["IU", "PS", "WS", "PY", "CL", "GO", "RM", "RD"]
default = "IU"
latest = true
}
21 replies
CCoder.com
Created by ay0ks on 9/4/2024 in #help
"/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused"
For some reason it is getting stuck there
21 replies
CCoder.com
Created by ay0ks on 9/4/2024 in #help
"/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused"
No description
21 replies
CCoder.com
Created by ay0ks on 9/4/2024 in #help
"/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused"
Do I just add it somewhere in the main.tf file?
21 replies
CCoder.com
Created by ay0ks on 9/4/2024 in #help
"/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused"
I need Jetbrains Getaway
21 replies
CCoder.com
Created by ay0ks on 9/4/2024 in #help
"/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused"
No, I couldn't get it running on the VM (the host machine is running Proxmox, the Coder instance is running in a docker container on a vm)
21 replies
CCoder.com
Created by ay0ks on 9/4/2024 in #help
"/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused"
Hello, it is hosted in a docker container
21 replies
CCoder.com
Created by ay0ks on 5/1/2024 in #help
Access URL is not being used while port-forwarding.
main.tf
19 replies
CCoder.com
Created by ay0ks on 5/1/2024 in #help
Access URL is not being used while port-forwarding.
@Phorcys where exactly i can change that? searched in the template terraform file and couldn't find it
19 replies
CCoder.com
Created by ay0ks on 5/1/2024 in #help
Access URL is not being used while port-forwarding.
okay, thanks for helping me!
19 replies
CCoder.com
Created by ay0ks on 5/1/2024 in #help
Access URL is not being used while port-forwarding.
i get this error while trying to create a workspace with a kubernetes template
19 replies
CCoder.com
Created by ay0ks on 5/1/2024 in #help
Access URL is not being used while port-forwarding.
that fixed the port-forwarding, but is there a way to change localhost here?
Error: Post "http://localhost/api/v1/namespaces/k8s/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused
on main.tf line 190, in resource "kubernetes_persistent_volume_claim" "home":
190: resource "kubernetes_persistent_volume_claim" "home" {
Error: Post "http://localhost/api/v1/namespaces/k8s/persistentvolumeclaims": dial tcp [::1]:80: connect: connection refused
on main.tf line 190, in resource "kubernetes_persistent_volume_claim" "home":
190: resource "kubernetes_persistent_volume_claim" "home" {
19 replies
CCoder.com
Created by ay0ks on 5/1/2024 in #help
Access URL is not being used while port-forwarding.
Also the HTTP address is 0.0.0.0:30162 but it is using port 30163 for some reason (I have never specified it)
19 replies