David Backeus

Results 66 comments of David Backeus
trafficstars

Alternative download script: ```bash #!/bin/bash html_content=$(curl -s https://www.bts.gov/browse-statistical-products-and-data/bts-publications/airline-service-quality-performance-234-time) # Use grep and sed to extract .zip links zip_links=$(echo "$html_content" | grep -o 'href=["'"'"'][^"'"'"']*\.zip' | sed 's/href=["'"'"']//') base_url="https://www.bts.gov" for path in...

For the record we have used this fork to [release the CLI tool](https://github.com/reclaim-the-stack/k/releases/tag/5f5c911) for https://reclaim-the-stack.com on multiple platforms with 0 problems. Thanks a lot for putting in all the work...

I ran into this error even though the only command I had been running was `kamal setup` (as advertised in https://kamal-deploy.org/docs/installation/). I had to explicitly run `kamal env push` to...

I believe this can be closed since https://github.com/dragonflydb/dragonfly-operator/pull/255 has been merged. Though these fields are not yet documented at https://www.dragonflydb.io/docs/managing-dragonfly/operator/dragonfly-configuration it is possible to configure `podSecurityContext` and `containerSecurityContext` in the...

Just a sanity check for this issue - have you upgraded the cnpg plugin? Eg. via `kubectl krew upgrade` I saw some bad request output before I upgraded the plugin...

I'm having the same issue. I've hardly ever seen `talosctl reset` not hang. We don't use VIPs etc. Network config is essentially just `dhcp: true`. Could the issue occur when...