https://linen.dev logo
Join Discord
Powered by
# general
  • p

    Phorcys

    03/01/2023, 2:36 PM
    i don't know
  • p

    Phorcys

    03/01/2023, 2:45 PM
    does ``coder templates init`` still work with rich parameters ?
  • k

    kyle

    03/01/2023, 2:45 PM
    Yup, it should!
  • p

    Phorcys

    03/01/2023, 2:49 PM
    how do I debug these errors ? is there a way to get the stack trace ?
  • a

    Atif

    03/01/2023, 2:53 PM
    I will suggest using terraform validate locally before pushing the template to coder. It will highlight the line numbers and exact errors.
  • p

    Phorcys

    03/01/2023, 2:54 PM
    means I need to install terraform CLI though
  • p

    Phorcys

    03/01/2023, 2:54 PM
    bummer
  • p

    Phorcys

    03/01/2023, 3:26 PM
    it's now updated to match the latest coder version, but be aware that the image build time is quite high edit: it's kind of broken on some stiff, will fix in a bit
    m
    • 2
    • 38
  • k

    kyle

    03/01/2023, 3:26 PM
    Yeah, that's a bug on our side. Toss open an issue, we'll fix it!
  • p

    Phorcys

    03/01/2023, 3:26 PM
    ok, will do !
  • p

    Phorcys

    03/01/2023, 3:26 PM
    todo issues (so i can remember): - terraform verbose - invalid regex - ui stuff in #991429648200245358
  • p

    Phorcys

    03/01/2023, 3:27 PM
    if you can tell me what to create issues for in #991429648200245358, i'll do those too when i get the time
  • h

    Hannsr

    03/01/2023, 3:29 PM
    Where do I find the log for the
    startup_script
    again? I know I looked at it in the past, but can't find it right now.
    k
    m
    • 3
    • 4
  • p

    Phorcys

    03/01/2023, 3:30 PM
    /tmp/coder-startup-script.log
  • m

    modrin

    03/01/2023, 3:31 PM
    It's fine, I customize the images myself 😄 thanks
  • h

    Hannsr

    03/01/2023, 3:31 PM
    that's it, thanks
  • Is there somewhere documentation about
    j

    JanL

    03/01/2023, 3:31 PM
    Is there somewhere documentation about separating provisiond instances and using the provisioner-tag flag?
    k
    b
    • 3
    • 21
  • s

    Sharp

    03/01/2023, 5:48 PM
    I want to move my team to use coder on AWS in some form (6-10 people that need 6vCPU + 16GB RAM minimum). I would have thought the default way of doing this would be an EKS cluster, but it seems it's actually EC2 instances? How much control does coder give me over how the EC2 VM"s are built?
    k
    • 2
    • 5
  • a

    aquila

    03/01/2023, 6:39 PM
    This is a really minor problem, but does anyone else have their coder-server open in a new windows rather than in a new tab?
  • a

    aquila

    03/01/2023, 6:39 PM
    k
    a
    • 3
    • 9
  • a

    aquila

    03/01/2023, 6:39 PM
    I can just right click > open in new tab
  • a

    aquila

    03/01/2023, 6:39 PM
    but
  • a

    aquila

    03/01/2023, 6:39 PM
    that's why it's minor
  • s

    Sharp

    03/01/2023, 6:45 PM
    Ctrl+click also does it
  • d

    Dandi

    03/01/2023, 10:11 PM
    I have set up the OpenID Connect for signing in to Coder and anybody with an account from my domain can log in. I wanted to know if there's a way to restrict that access inside Coder?
    k
    p
    +3
    • 6
    • 20
  • s

    Sharp

    03/02/2023, 1:38 AM
    Can I force coder to spin up a workspace on a certain k8s node? Maybe I'm misunderstanding k8s, but my reason for doing this is wanting to use a host mount, so it'll have to be the "node" that I'm interested in.
    k
    s
    • 3
    • 8
  • s

    Scott (EN-DE)

    03/02/2023, 2:32 AM
    Did the ability to determine what folder the editor opens in get into Coder?
    k
    • 2
    • 2
  • a

    Atif

    03/02/2023, 7:11 AM
    Any best practices for creating and mounting an NFS storage to workspaces? Workspaces are being deployed to multiple docker hosts that users can choose when creating the workspace. Basically, I want a shared local directory to be mounted to the workspace irrespective of the docker host provisioning that workspace.
  • j

    JanL

    03/02/2023, 9:58 AM
    My advise would be: so never use NFS - but that is mainly because NFS caused so much instability and pain in my last 15 years of experience 😉
  • j

    JanL

    03/02/2023, 10:01 AM
    In general you have two options: mount the NFS as docker volume or mount a host directory on the NFS
1...646566...96Latest