wordpress-operator
wordpress-operator copied to clipboard
Bitpoke Kubernetes operator for WordPress
Not possible to configure ingress class with annotations, code will delete this annotation. I don't know reason, but it's not flexible. For example GKE with https support enabled will try...
Pod health-checks intervals are hardcoded and not usable in gke with HTTPS LB . timeout is bigger then PeriodSeconds interval , it should be smaller. This this config ingress with...
**What happened**: After installing the operator and launching a DB the memory usage spiked to 13GB before any connections were made to the DB.  The memory usage is...
**Is your feature request related to a problem? Please describe.** Hello, when I try to run this operator on a Kubernetes cluster using the ARM64 architecture there is an error...
Hey folks, thanks for this good work, does WordPress multisite work out of the box or not?
**Is your feature request related to a problem? Please describe.** I currently have an on premise kubernetes cluster and use minio for object storage. I would really like to use...
**What happened**: I'm setting up a Wordpress site using the wordpress-operator. For media backing store, I was hoping to use S3. I read through the CRD spec and found that...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...
``` panic: reflect: slice length out of range in SetLen goroutine 372 [running]: reflect.Value.SetLen({0x1309440, 0xc000069720, 0x143e4e0}, 0x15) /usr/local/go/src/reflect/value.go:2016 +0x8d github.com/presslabs/controller-util/mergo/transformers.(*TransformerMap).MergeListByKey.func1({0x1309440, 0xc000069720, 0x1309440}, {0x1309440, 0xc0012b9950, 0x400}) /workspace/src/github.com/bitpoke/wordpress-operator/.work/pkg/pkg/mod/github.com/presslabs/[email protected]/mergo/transformers/transformers.go:174 +0x385 github.com/imdario/mergo.deepMerge({0x1309440, 0xc000069720, 0x1501840},...
**What happened**: When the `spec.domains` is difined, the operator is creating ingresses without `spec.ingressClassName` which makes the ingress useless. We can't pass the class to the annotations. **What you expected...