Justin Keller

Results 121 comments of Justin Keller

Is there a way to detect this condition? We can just have Kubernetes `livenessProbe` detect this in our celery workers and then it will fail the healthcheck and Kubernetes will...

@iamduo really appreciate the awesome and detailed reply. Is there a client in Node.js by chance?

@vharsh thanks for the reply. Doing `df -h` on the physical worker does not indicate how much space each PVC is using and how much free space a particular PVC...

@vharsh appreciate the response. Would switching to using `LocalPV-ZFS` allow us to view each PVC free disk space in a programmatic way where-as using just standard `hostpath` does not.

I'd love support for Rasberry Pi 4B's. I'd buy the 8 GB models to maximize memory.

Also echoing why native `Apple Silicon` _(Universal)_ support was lost? Running latest version of Etcher `1.7.1 (1.7.1)`. ```shell MacBook-Pro ➜ pwd /Applications/balenaEtcher.app/Contents/MacOS MacBook-Pro ➜ file balenaEtcher balenaEtcher: Mach-O 64-bit executable...

Ok, gentlemen let’s stop the petty bickering. However, Intel Macs are basically end of life and Apple did say it would be a two year transition to Apple Silicon which...

Just ran into this, and following the README.md I used `arm` at first, until I realized it needs to be `arm64`. I just added: ``` export TFENV_ARCH=arm64 ``` Into my...

@mloiseleur ummm I have my command as just: ``` initContainers: - name: volume-permissions image: busybox:1.35.0 command: ["sh", "-c", "chmod -Rv 600 /data/* || true"] volumeMounts: - name: data mountPath: /data...

This is absurd, I am trying to graph time series data that is updated every 2 minutes for weeks and months and I don't see a way to do this?...