Alex M

Results 19 comments of Alex M

I got a question, I'm trying to change my storage driver to overlay2, my backend is already a ext4 volume. The docker daemon fail to start but i can't figure...

Oh thanks! Just checked, now I got something to investigate : ``` 2021-04-07T18:33:08-0400 ERRO[2021-04-07T18:33:08.496803188-04:00] failed to mount overlay: no such device storage-driver=overlay2 ``` Same thing with `overlay`. After checking `/proc/filesystems`...

By external i meant the chart itself should create the secrets and the deployment should refer to it via a `secretKeyRef`.

see https://github.com/hashicorp/terraform-exec/issues/279, it would greatly benefit this library to enable custom arguments to be provided when it's not supported off the shelf by the library. Also migration path from 0.12...

> Is there a particular reason you want to write these migration scripts in Go, rather than shell where it's also easier to return the interactive prompt to the user...

i have updated my fork with the latest master

i think this pull request has drifted too much from the master branch, imho it would need to be redone completely

supporting arbitrary arguments would enable some options having to code every possible options as an example, I need to add the `-compact-warnings` on a plan but can't because it's not...

does anyone has a functioning fork with the ESP32 working? i don't need `analogWrite` so this ain't a problem for me.

thx i'll be sure to check it out.