TJ Zimmerman

Results 29 comments of TJ Zimmerman

Using Kubernetes I'm seeing the same issue. I have added an init-container that prevents Nextloucd from starting until pg_wait responds that the database is connectable but it is still happening.

Based on your ID I assume you're using a wireless controller with the Wireless Adapter. The Xbox Wireless controller is not detected by Windows as a gamepad. It is instead...

Also just searched the existing issue board and found this.... https://github.com/paroj/xpad/issues/90 Please try searching more specifically before filing an issue next time. Additionally, this space is typically reserved for bugs,...

CoreDNS has a [Proxy](https://coredns.io/plugins/proxy/) plugin with which you can bypass the need to use a LB to create an HA master cluster by responding to DNS queries using programmatic logic...

I can't share an example publicly unfortunately. As for [etcd](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/).

Thanks for pointing out the [other repo](https://github.com/pb-files/pb-videos) in the Readme. I admit I missed this when glossing over it. However, I am not sure this is a long term solution...

I'm sorry I don't. However, I do have infrastructure development skills if you need assistance building out a server/cloud infrastructure for this project.

This is a hard problem to solve and I definitely agree that this is an ethical issue that warrants a deeper discussion. To **play** the devil's advocate, should one have...

There's an argument for `--namespace`. There should be an argument to configure these as well. I exposed this bug today when learning Kustomize. I was setting up a "Production" overlay...

I believe they will look something like this. Can anyone confirm? I am having trouble determining if I have misconfigured the RequestAuthentication and AuthorizationPolicy. ```bash apiVersion: security.istio.io/v1beta1 kind: RequestAuthentication metadata:...