Arvid E. Picciani
Arvid E. Picciani
the instructions from vnen work for me, except i get ``` ["login_failed","mailbox creation failed"] ["identity_provider","aep@domain"] ``` how do you even debug the oidc flow? is there a way to get...
i believe this only happens when an ingress has ssl passthrough enabled. however, i cant figure out why. the code looks fine? https://github.com/haproxytech/kubernetes-ingress/blob/master/pkg/handler/https.go#L69
hmm but that creates a new conn instead of letting you cheaply set a deadline on the existing socket. creating a new context in a loop like this seems like...
got the same log from openebs-zfs-controller-0 ``` I1211 15:54:38.086575 1 controller.go:295] Started PVC processing "zaal/zaal-nats-js-zaal-nats-0" I1211 15:54:38.086642 1 controller.go:318] PV bound to PVC "zaal/zaal-nats-js-zaal-nats-0" is not created yet I1211 15:54:38.108148...
just ran into this _again_ on a different cluster however, its caused by the same deployment. cockroachdb is creating an sts with 3 replicas. when switching to immediate mode i...
finally figured out the missing zfsnode! i completely missed that kubectl logs gives you only the first containers logs, but the actually interesting log is from openebs-zfs-plugin. ``` E0317 11:59:48.110538...
closing because i never reproduced it
reopening since it re-appeared when adding a node to an existing cluster. i manually labeled the node as ``` openebs.io/nodeid: archive openebs.io/nodename: archive ``` but that did nothing looking at...
i'm coincidentally investigating something similar. slightly different use case (we want replicated zfs) but same requirement towards localpv: how do i layer another CSI on top of localpv. in your...
We don't need NFS actually. We use s3 instead. We do however need replicated ZFS for HA in case a node fails. Instead of doing our own thing we're just...