Lukas Nagy
Lukas Nagy
Hi would you consider adding option to connect to target via jump host? My flow is that I have setup `ProxyJump` option in my SSH config and I do all...
Hi, I am trying to find a way for `kubent` to skip checking already removed APIs (for example - PodSecurityPolicy on 1.25+ K8S clusters). From the the debug output, I...
# Bug Report --- ## Describe the bug I had empty state and imported created digitalocean_volume via `terraform import digitalocean_volume.volume ` . My definition of volume is this: ```terraform resource...
**What happened?** When not specifying the `coredns_binary_local_dir`, the binary is trying to be downloaded to machine from which Ansible is running, requiring root permission (even when `become: false` is set...
### Issue Description Hi, since Podman v5, our existing Dockerfiles which uses this pattern: ```Dockerfile ARG PLATFORM=linux/amd64 FROM --platform=${PLATFORM} busybox ARG PLATFORM RUN echo "platform: ${PLATFORM}" ``` no longer builds...