Mark Yen

Results 50 comments of Mark Yen

Ah, sorry about that; it looks like it's due to us having bumped [moby](https://github.com/moby/moby/blob/master/docs/api/version-history.md#v144-api-changes); I suspect we will need to bump [cri-dockerd](https://github.com/Mirantis/cri-dockerd/) to 0.3.10 or higher per Mirantis/cri-dockerd@9ac80dad297335dee11d453474f8fa48ec0b0c1a. Thanks for...

Drafting this because we'll pull this in once we merge `1.13.1` to `main`.

The kernel issues are because we bumped to alpine 3.19, which upgraded `iptables` to use the nftables backend (as I understand it), and older kernels no longer worked with it....

Relevant bits of the log: ``` time="2024-02-07T09:42:55+01:00" level=info msg="Checking if WSL is installed..." time="2024-02-07T09:42:55+01:00" level=trace msg="Got 0 appx packages" time="2024-02-07T09:42:55+01:00" level=trace msg="Failed to get WSL appx package, trying inbox versions..."...

> > I think a workaround would be to install WSL from the Microsoft Store (so that the appx version gets picked up), but I should still look into the...

I _think_ the 1.13.1 installer should have fixed this; does that help? Does it at least produce better logs? The workaround of setting `WSLINSTALLED=1` should still work (by disabling the...

@elgcdju — yeah, you appear to have a different issue. It looks like it's trying to uninstall 1.12.2, so it's running `IsWSLInstalled` (we should make it stop checking on uninstall,...

I'm afraid I've stopped using vault-action some time in the last 2½ years; I see though that [jsonata](https://github.com/hashicorp/vault-action/blob/1d767e395771e6ba668c266c24b01a662fca35a9/src/action.js#L5) is still in use and the [documentation](https://github.com/hashicorp/vault-action#key-syntax) is still rather light (but...

Obsoleted by #6648

FWIW, I've been able to (sometimes) reproduce this with the default (Ubuntu-based) image. It's just using a script to start and stop in a loop: ```bash #!/usr/bin/env bash set -o...