Hello,
after updating ECK to version 1.3, I started updating my cluster.
First, ElasticSearch, from 7.6 to 7.10, all went well.
I then wanted to update Kibana, from 7.6 to 7.10, but the deployment was not being updated.
So I deleted kibana with "kubectl delete kibana elastic", still the deployment would not be deleted.
In the controller logs, I now see in a loop:
{"log.level":"error","@timestamp":"2020-11-25T13:33:43.262Z","log.logger":"controller","message":"Reconciler error","service.version":"1.3.0+6db1914b","service.type":"eck","ecs.version":"1.4.0","controller":"kb-es-association-controller","name":"elastic","namespace":"default","error":"Operation cannot be fulfilled on kibanas.kibana.k8s.elastic.co \"elastic\": StorageError: invalid object, Code: 4, Key: /kibana.k8s.elastic.co/kibanas/default/elastic, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: feeb1bf1-1f0e-4e48-990f-bc06485a4e0c, UID in object meta: 8d9179e1-bb27-4705-9f5f-7c3517436f62","error.stack_trace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.6.3/pkg/internal/controller/controller.go:246\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.6.3/pkg/internal/controller/controller.go:218\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).worker\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.6.3/pkg/internal/controller/controller.go:197\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1\n\t/go/pkg/mod/k8s.io/apimachinery@v0.18.6/pkg/util/wait/wait.go:155\nk8s.io/apimachinery/pkg/util/wait.BackoffUntil\n\t/go/pkg/mod/k8s.io/apimachinery@v0.18.6/pkg/util/wait/wait.go:156\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/go/pkg/mod/k8s.io/apimachinery@v0.18.6/pkg/util/wait/wait.go:133\nk8s.io/apimachinery/pkg/util/wait.Until\n\t/go/pkg/mod/k8s.io/apimachinery@v0.18.6/pkg/util/wait/wait.go:90"}
Any idea how to fix this UID version mismatch?