tested with 4.5.0-0.nightly-2020-10-15-005105, disconnected the node where prometheus pod is deployed from network for a few minutes, after reconnection, no "Too large resource version" error in prometheus logs
steps:
1. ssh to the node where prometheus is deployed and execute the the script in the background, it disconnects the node from the network for 5 minutes and reconnect later
$ ./test.sh &
$ cat test.sh
sudo ifconfig ens3 down
sleep 300
sudo ifconfig ens3 up
2. check prometheus logs after the node is reconnected , there should not have "Too large resource version" error
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (OpenShift Container Platform 4.5.16 bug fix update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:4268