Kavish Gour

Results 3 issues of Kavish Gour

Added NodeGoat to the list of testing environments

Maybe a universal binary that works on both `x64` and `arm64`: ``` ➜ uname -m arm64 ➜ bat-v0.24.0-x86_64-apple-darwin ./bat zsh: bad CPU type in executable: ./bat ```

feature-request

Podlet version: **0.3.0** Trying to convert the following `compose.yaml` file: ```yaml services: node_exporter: image: quay.io/prometheus/node-exporter:latest container_name: node_exporter command: - '--path.rootfs=/host' network_mode: host pid: host restart: unless-stopped volumes: - '/:/host:ro,rslave' ```...