Yuhao Zhang

Results 20 comments of Yuhao Zhang

+1 on this. IMHO, as an operator-like application, the sealed secrets controller should not fire-and-forget. As @dbyron0 mentioned, starting from 0.9.7, secret-overwriting is possible, but we are unable to use...

@mkmik I am using ArgoCD (https://github.com/argoproj/argo-cd). It can ignore secrets, but we don't want to do that, since migrating all secrets will take some time and we still need it...

Hi, I came across this issue and wanted to second @carloruiz 's proposal. When I saw a configuration key "iopsPerGB", I didn't expect it to mean "iopsPerGB at volume creation...

I kind of achieved this and my AdGuard Home setup is running in HA mode. Technically (if I have more servers at home), I can run 100 instances and load...

I don't know much about Golang but here seems to be an extra `}` at the end: https://github.com/unpoller/unifi/blob/fd3c38c905a3848a73c3abf09f2d19875d2602f5/events.go#L49

We started experiencing this issue after upgrading to `2.3.3`. Before that we were on `2.2.3`. I am not 100% sure but I do not recall we had any issue with...

Unless the plan is to make the operator the only way to deploy scylla in k8s, I think a standalone example as a statefulset is still useful. Also, I took...

+1 Currently, LDAP seems to be the only authentication backend that's capable of loading sensitive information (i.e. LDAP bind password) from a k8s secret, thanks to [load_ldap_password_secret.yml](https://github.com/ansible/awx-operator/blob/c0cd78899ac79b92a70e25f4cf293bf319d0d0dc/roles/installer/tasks/load_ldap_password_secret.yml). To enable a...

@ReSearchITEng The very last version from [ebrianne/adguard-exporter](https://github.com/ebrianne/adguard-exporter) still works with the latest AdGuardHome release [for me](https://github.com/yuha0/home-infra/blob/0219b8f4a7c798d0154dfb7c1e052043e3e9c7a2/kubernetes/adguardhome/kustomization.yaml#L20-L26). What was the problem you encountered? (I don't know what happened to that project,...

I think the problem is that calico only ships multiarch images to docker hub, not quay.io: https://github.com/projectcalico/calico/issues/4227 And kubespray only downloads images from quay.io, not docker hub: https://github.com/kubernetes-sigs/kubespray/blob/c7e17688b96f4cb6268b41e4c6a22ebf52e22dec/roles/download/defaults/main.yml#L466 I might...