x3nb63
x3nb63
I am trying to wrap a app that needs to setup its own loop device, roughly it does: 1. create a file.img 2. `mknod /dev/loopN ...` (cause `/dev` is either...
because [they turn off their ACMEv1 API](https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430) . I use docker run -d -p 443:5000 --name registry \ -v `pwd`:/etc/docker/registry/ \ -v registry:/var/lib/registry \ -e REGISTRY_HTTP_ADDR=0.0.0.0:5000 \ -e REGISTRY_HTTP_HOST=https://docker.example.com \...
My cluster has a `staticdisk` StorageClass where the volumes do not get created by a provisioner. I normally handle this by writing `PersistentVolume` and `PersistentVolumeClaim` specs manually, where the claim...
this is a follow-up of #2111, where it became clear that the currently supported `clang[-X]` does not work with `clang-cl` by simply overwriting the environment like `make GXX="clang-cl" CXXFLAGS="/EHsc ..."...
i am running the docker image `druggeri/nut_exporter:3.1.1@sha256:0d9a0a00554081876178369ab9d46717e002fcf550b18dcd85f98c315438b524` and experience pretty much all variables not being exported, except `ups.load`, `ups.status`, `battery.charge`, `battery.voltage` and two `input.*` ones. See these log lines: ```...
Hello, I am in a situation where I can not set `K6_PROMETHEUS_RW_SERVER_URL` environment variable (nor any other env var) cause I do not control the invocation of `k6 run ...`....
I have `Pods` that make the readinessProbe return false to tell K8s _"I am busy"_, which has the effect that `Service` objects will not direct requests to them. Given what...
## Description I have zpools spanning 24 disks in that node. As soon as I connect these disks, boot always ends up in emergency mode because some device mapper discovery...