Wenqi Mou

Results 8 comments of Wenqi Mou

This is because an update happens before another update in one reconciling loop so the later update is using an outdated `resourceVersion`. This is usually a benign error and it...

After some investigations and experiments, I suppose the following lead to this error. At the beginning of reconciling loop, the operator sdk uses a `GET` method to fetch the latest...

This is a benign error, it can be fixed without using cache but that will reduce the performance of the operator and it is suggested to use this cache by...

I see. In this code snippet ``` let result = event_stream_writer.write_event(payload).await; assert!(result.await.is_ok()); ``` the `result` is a channel that needs to await and when that has returned ok then event...

I was able to reproduce the similar error yesterday but it suddenly worked today and I cannot reproduce it again in the past hours. It will be harder to debug...

![](https://github.trello.services/images/mini-trello-icon.png) [Investigate autoscaling in Kubernetes](https://trello.com/c/qFp8MWnA/129-investigate-autoscaling-in-kubernetes)

@fpj @EronWright @adrianmo It would be great to have your comments and feedback on this. Thanks in advance!

Thanks for the report @ravisharda ! Could you please elaborate more on why this is necessary?