Sean P. Kane

Results 127 comments of Sean P. Kane

@milas Should I create another issue that more specifically targets the normal `compose` output versus the `buildkit` output? That was really my intention initially, but I can see why it...

My thought was that it would be nice to sideload the actual `*.xpkg` file into the cluster in a way that the controller can use it in the same fashion...

@thaJeztah Is there a rough roadmap on when the `v22.06.0` is targeted to ship?

@jandubois I'll try and reproduce this, but in the meantime, I am pretty sure that my setup looked like this when this occurred. - I had Docker Desktop for Mac...

@dracc Thank you for the pointers. I was able to revert to an older `eeprom.bin` backup and that resolved the issue. I narrowed the issue cause down to the `video:...

This fork has solid support for threading https://github.com/Shopify/lita-slack

You have to enable the k8s EphemeralContainers feature gate in your cluster. At the moment this is still alpha and therefore not enabled by default. https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ You probably also want...

Wouldn't it be possible to at least read in the `auto.tfvars` and any supplied `tfvars` files and use those to populate variables in a modules `source =` line? I haven't...

Basically something close to this output: ```tf plan -no-color | grep -E '^[[:punct:]]|Plan'```

I am seeing what I believe is the same behavior. * Version Info ```console $ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.4 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/"...