water-hole / ansible-operator

POC Code for the operator backed by ansible
48 stars 29 forks source link

resourceVersion for the provided watch is too old #4

Open ehelms opened 6 years ago

ehelms commented 6 years ago

Unclear to me if this is a standard error or specific to something the ansible-operator is doing so figured I'd report it:

ERROR: logging before flag.Parse: W0718 18:45:08.827252       1 reflector.go:341] github.com/automationbroker/ansible-operator/vendor/github.com/operator-framework/operator-sdk/pkg/sdk/informer.go:80: watch of *unstructured.Unstructured ended with: The resourceVersion for the provided watch is too old.
shawn-hurley commented 6 years ago

I believe this looks like the bug filed here: https://github.com/operator-framework/operator-sdk/issues/344