terraform-provider-iterative
terraform-provider-iterative copied to clipboard
☁️ Terraform plugin for machine learning workloads: spot instance recovery & auto-termination | AWS, GCP, Azure, Kubernetes
See [^1] [^1]: https://github.com/iterative/terraform-provider-iterative/pull/687#issuecomment-1283917216
Running `destroy` may overwrite local changes in an undesirable way if the task errored. /CC @dacbd
Getting ``` {"level":"info","message":"iterative_cml_runner.runner: Still creating... [11m0s elapsed]"} {"level":"info","message":"iterative_cml_runner.runner: Still creating... [11m10s elapsed]"} ``` and so on for as long as it can, in an infinite loop, even though the node...
- Provided solution with regards to this issue #591 - Also added a test case for the same 
I have a github workflow, partial of the code is like this: ``` deploy-runner: runs-on: ubuntu-22.04 container: image: docker://iterativeai/cml:0-dvc3-base1 steps: - uses: actions/checkout@v4 - name: Deploy runner on cloud service...
We are running CML using AWS and from last week have been getting errors when spinning up the runners like this: ```terminal cloud-init[3069]: tpi:setup.sh: sudo mv docker-credential-gcr /usr/bin/docker-credential-gcr\n[ 81.521044] cloud-init[3069]:...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign: just use rand.Reader in tests 3e90321 go.mod: update golang.org/x dependencies...