Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Operator ignores update event when only PodPolicy changes #2157

Open
evgenii-petrov-arrival opened this issue Feb 7, 2020 · 0 comments
Open

Comments

@evgenii-petrov-arrival
Copy link

I'm running operator v0.9.4 .

When changing resource limits in PodPolicy, I'm getting the following log message, and no actual change to pods:

time="2020-02-07T12:04:36Z" level=info msg="ignoring update event: v1beta2.ClusterSpec{Size:3, Repository:\"quay.io/coreos/etcd\", Version:\"3.3.18\", Paused:false, Pod:(*v1beta2.PodPolicy)(0xc0004f90e0), TLS:(*v1beta2.TLSPolicy)(nil)}" cluster-name=loki-etcd cluster-namespace=loki pkg=cluster

isSpecEqual appears to not take PodPolicy into account at all.

Expected behaviour: change to PodPolicy is applied to the pods.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant