-
Unless we have any quota issues, the Kubernetes cluster should be created in the same region as the other test resources.
https://github.com/iterative/terraform-provider-iterative/blob/352cd13cfa79…
-
## p1
- [x] #388
- [x] #392
- [x] #414
- [x] #415
- [x] ~document [`TF_LOG_PROVIDER`](https://www.terraform.io/internals/debugging)~ moved to #457
## p2
- [x] #390
- [x] #389
- [x] #379…
-
```
# logcat -b crash
01-09 09:21:00.005 28092 28092 E AndroidRuntime: FATAL EXCEPTION: main
01-09 09:21:00.005 28092 28092 E AndroidRuntime: Process: com.gh4a, PID: 28092
01-09 09:21:00.005 28092 280…
-
Continuation of https://github.com/iterative/terraform-provider-iterative/pull/610
* [x] https://github.com/iterative/terraform-provider-iterative/issues/638
* [x] #652
* [x] #655
* [x] Provid…
-
## Description
Modification of the values `eks_managed_node_groups` results in constantly growing number of MAX capacity and desired capacity in ASG.
node group is created with
```
min_size …
-
It would be great for `workdir`/`output` to support:
* Lists of multiple paths
* Globs or regexes
-
Due to https://github.com/iterative/terraform-provider-iterative/pull/156, GCP should be supported.
- [x] Fix bugs (#678?)
- [ ] #921
- [x] Update README (#717)
- [x] Update https://cml.dev/doc…
-
Hi! Currently, the base CML Docker images are rebuilt based on the latest code and pushed every day to e.g. docker://ghcr.io/iterative/cml:0-dvc2-base1 or https://hub.docker.com/r/iterativeai/cml/tags…
-
We are generating a bucket with every task, however this approach has several outcomes and a bug:
- We are limited to the number of tasks
- Removal is tricky and maybe not desirable by the user.…
-
I'm trying out a `cml runner` on `GCP` using `Gitlab`. I have a working file that starts up an instance with `dvcorg/cml:latest` docker image.
Now I want to change the docker image for my own that…