Gene Liverman

Results 209 comments of Gene Liverman

Yeah, the admin console not respecting the namespace flag is a real pain and super confusing. Per Slack, it also seems that an environment variable of `POD_NAMESPACE` is needed to...

@marccampbell fwiw, I was directed to `kots pull` as the means of doing the initial deploy of a kots application via GitOps (Argo CD to be specific). For me, simply...

I think this is likely the same issue @dexhorthy mentioned, but when I try to apply the manifests generated by this I get the following error: > The ConfigMap "kotsadm-bundle-0"...

I have a similar problem: my ssh private key exists solely on my Yubikey so there is no id file I can use... I rely on the ssh-agent.

Looking at your ssh library, I think this is what should be the default https://godoc.org/golang.org/x/crypto/ssh/agent Sent with GitHawk

Works for me :) Sent with GitHawk

Good point on running remotely via agent forwarding and also about the defaults. Sent with GitHawk

For me, I do not have ssh key files: my ssh key resides on my Yubikey. ```bash ╔ ☕️ strings:~/Downloads/tmp/k3 ╚ᐅ ls ~/.ssh config known_hosts ``` My `.zshrc` contains this:...

I’m running into this too. Here’s what’s in my log: ``` Logger: homeassistant.components.stream.worker Source: components/stream/worker.py:369 Integration: Stream (documentation, issues) First occurred: 11:40:52 PM (16 occurrences) Last logged: 11:45:34 PM Error...

This morning I tried adding the cameras via ONVIF directly and got some new info and errors that might help here. First, the camera entity for the main stream does...