Rohit Mistry

Results 38 comments of Rohit Mistry

**Edit:** Tried it on another Windows machine where WSL 2 is pre-installed. And with [podman](https://scoop.sh/#/apps?q=podman) from scoop (not `podman-desktop`), it was possible to run the whole sequence: `podman machine init`...

At the moment, certain resources fall into `uncategorized` label even though they are related (just not by Kubernetes labels) Our usage case: We have a KeyCloak helm chart deployed with...

Shout out to @jrmistry for the push to find an alternative to OneNote 🙏

I just noticed that k3d latest version is `v5.7.5`. I confirmed the same behaviour with k3d `v5.7.5` when using `containerd` in Docker Desktop. Scripts summary: ```sh k3d cluster create demo...

I've also tried all 3 modes, but it behaves the same with `containerd` image storage: - `k3d image import --mode="auto" ...` - `k3d image import --mode="direct" ...` - `k3d image...

Found this simple workaround when using `containerd` for image storage within docker: ```sh # For these variables node="k3d-default-server-0" image_tag="docker.io/library/alpine:latest" # Run these commands: image_platform=$(docker image inspect "$image_tag" --format="{{.Os}}/{{.Architecture}}") docker image...

Currently, if I have a k3d config file like this: ```yaml # k3d-config.yaml # k3d cluster delete my-service # k3d cluster create --config=serenity-tests/src/infra/k3d-config.yaml apiVersion: k3d.io/v1alpha5 kind: Simple metadata: name: my-service...

@aabouzaid , I tried the `${PWD}` syntax but confirmed that it does not work on Windows. It does work in Linux / MacOS. Having a consistent solution would be good.