Jeff Geerling

Results 1858 comments of Jeff Geerling

Indeed, see https://github.com/geerlingguy/ansible-for-devops/pull/577 :)

I can confirm that manually downloading the latest beta fixes the problem. Note that beta releases don't show if you open the app and do 'Check for Updates'; so even...

picamera2-WebUI is also an alternative that I've been using with Pi 5 lately, it seems easy to get running and provides a lot of easy configuration/easy access to the camera...

Oh wow, sorry about this! Please feel free to ping me if you find something broken like this — I will release a new tag, unfortunately I can't re-run the...

@JoeNyland I'm happy getting pestered when it's a small / actionable request. Less so when someone wants their 300 line code change for an obscure new feature reviewed, haha!

Possibly—but what particular use cases would this enable that couldn't be easily resolved (heh) through action on top of this image? I haven't tried installing/running DNS stuff after the fact...

I'm wondering if the version of the operator on Docker Hub is out of sync with `master` (https://hub.docker.com/r/8thom/drupal-operator), because I don't see any `git` variable or even the string `git`...

Yeah, looks like the playbook version in `v0.0.1` has an initContainer which pulls a git repo containing a Drupal codebase, and then runs `composer install --no-dev --ignore-platform-reqs` on the codebase...

Looks like it's related this issue: https://github.com/operator-framework/operator-sdk/issues/183 — could be an order of operations thing.

I had to first apply the CRD: ``` kubectl apply -f deploy/crds/drupal_v1alpha1_drupal_crd.yaml ``` Then run the command in the README to deploy the operator: ``` kubectl apply -f deploy/ ```...