fyqtian

Results 10 comments of fyqtian

fargate does not support dynamic pv. you must create pv by manual

version 1.5.2 on Mac(amd64) is same behavior `Initializing provider plugins... - Finding hashicorp/aws versions matching ">= 1.0.0"... 2023-07-04T13:52:05.730+0800 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json 2023-07-04T13:52:05.730+0800 [TRACE] HTTP client GET...

I believe that if the .terraform.lock.hcl file is absent, local caching will not be utilized. https://github.com/hashicorp/terraform/blob/v1.4.6/internal/providercache/installer.go#L387-L398

@Sigurthorb As you mentioned, it works when I upgrade the Rust version to 1.83.0. ```zsh ❯ rustc --version rustc 1.83.0 (90b35a623 2024-11-26) ❯ cargo build --release Compiling libc v1.0.0-alpha.1 (/Users/fanv/Documents/rust-code/libc)...

@tgross35 I checked out the branch v0.2.92 and used Rust version 1.82.0. ```zsh ❯ cargo build --release -vv warning: /Users/fanv/Documents/rust-code/libc/libc-test/Cargo.toml: no edition set: defaulting to the 2015 edition while the...

What is the working directory? I am at /Users/fanv when I run `limactl shell docker`.

```shell fanv@lima-docker:/Users/fanv/.lima/docker$ dockerd-rootless-setuptool.sh install dockerd-rootless-setuptool.sh: command not found ```

And the network is broken ``` fanv@lima-docker:/Users/fanv/.lima/docker$ curl https://google.com --verbose * Host google.com:443 was resolved. * IPv6: (none) * IPv4: 142.250.199.206 * Trying 142.250.199.206:443... ```

Yes, I ran the default configuration originally `limactl start template://docker`, not trying the `--vm-type=vz`

` limactl start --vm-type=vz template://docker` is working ``` limactl start --vm-type=vz template://docker ? Creating an instance "docker" Proceed with the current configuration WARN[0001] treating lima version "" from "/Users/fanv/.lima/test/lima-version" as...