anfechtung

Results 11 comments of anfechtung

I am assuming by Engine you mean the docker runtime: ``` root@vm-compute1:~# docker --version Docker version 24.0.2, build cb74dfc root@vm-compute1:~# ```

```'root@vm-compute1:~# docker version Client: Docker Engine - Community Version: 24.0.2 API version: 1.43 Go version: go1.20.4 Git commit: cb74dfc Built: Thu May 25 21:52:13 2023 OS/Arch: linux/amd64 Context: default Server:...

Do you have any potential workarounds? Or a planned fix? I am trying to determine if it makes sense to go down the rabbit hole of pre-creating all of the...

Is there a deb package built from master, or would I need to build from master? Currently we are using the deb package to install.

I compiled from master, and dropped the new binary on my cluster. I am still getting the same error. I tried setting the log level for the cri-docker service to...

After reading through the docker documentation, and the go docker libraries (Mount and Volume), I think this is simply the expected behavior when using docker mounts.

Not sure what may have changed, but this same error does not occur in v0.3.13.

I was trying to redeploy to recreate the error, but now I have the operator stuck in a crash loop: ``` mariadb-mariadb-operator-7cbf4b5ddf-bvmmt 0/1 CrashLoopBackOff 12 (4m56s ago) 44m ``` with...

Regarding the timeouts, if `spec.podSyncTimeout` is longer than the liveness threshold *and* the sync process takes longer than the liveness threshold, won't k8s terminate the pod before pod synchronization is...

I reverted to a previous deployment. The operator is no longer crashing, however the cluster is failing to come up: ``` mariadb-galera-0 1/2 CrashLoopBackOff 2 (12s ago) 17m mariadb-galera-1 1/2...