Paul O'Connor
Paul O'Connor
https://github.com/vmware-tanzu/octant/pull/3311 fixes this, though I had to run `npm i` in the `web` directory. You'll need node 14 configured too.
This sounds similar to something I have in my `atlantis.yaml` generation script. I'm curious to know if you can disable autoplanning for individual child modules. For example, I have a...
@iamnoah Damn, that's fantastic! Hopefully this'll get merged in soon.
Off topic from V1.0, but I used EFS with provisioned IOPS of a reasonably high number, and the performance was still garbage. Looking at clones taking 2+ minutes compared to...
> Yes, it will run plans in parallel in different directories if _the workspace names are different._ We don't use different workspace names - just `default`. Parallel plan has worked...
> So yes, different directories can run in parallel, but if they use workspaces with the same name they don't run **in parallel** When you use the linked PR, you...
> running `atlantis:v0.20.1`, `parallel_plan: true` works for me without locking issues, but i get the below error when trying to run `atlantis apply -d environments/myorg-preprd/preprd`. all environments use the **default**...
Addressed in https://github.com/runatlantis/atlantis/pull/2418 (Also, there's no screenshot)
I'm seeing this happening on `0.19.3` which I think includes https://github.com/runatlantis/atlantis/pull/2131 (It's not mentioned in the actual release notes, but is in the prerelease notes). I have `parallel_plan` and `parallel_apply`...