Closed greenmaid closed 8 months ago
I could not locate which version of source code it is.
I reproduce it with image built from current main (commit f205ad4)
but image from previous main (commit bb4ec87) is working fine
Thanks for the git commit hash.
The line controllers/controller_filer_statefulset.go:80
is reading m.Spec.Filer.Persistence.Enabled
. There should be a nil check for m.Spec.Filer.Persistence
.
if m.Spec.Filer.Persistence != nil && m.Spec.Filer.Persistence.Enabled {
Could you please try it? Send a PR if it works?
it works for me. PR proposed
Hello,
using the provided CR example https://github.com/seaweedfs/seaweedfs-operator/blob/master/config/samples/seaweed_v1_seaweed.yaml, controller is crashing with following error:
Note: controler is run with image
ghcr.io/seaweedfs/seaweedfs-operator:latest