Our Google environment is broken which might be related to updates in https://raw.githubusercontent.com/stakater/Reloader/master/deployments/kubernetes/reloader.yaml #796
Labels
kind/support
Label for guiding community on usage and questions
Hi all (especially @MuneebAijaz )
We have a problem in our Flux-CD/kubernetes environment on Google Cloud Platform which might be related to recent changes in this repo.
Our cluster has a component called "reloader". In it's kustomization.yaml we used to have
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
namespace: default
resources:
Since Friday afternoon we get a related error mesage from Flux-CD:
Deployment/default/reloader-reloader dry-run failed (Invalid): Deployment.apps "reloader-reloader" is invalid: spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app":"reloader-reloader"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable
I noticed that exactly at that time you merged a PR which contained the file "reloader.yaml".
To try it out I changed that resources-link to a local version of that file (containing the predecessor contents). With that it works again.
Was that breaking change intended?
The text was updated successfully, but these errors were encountered: