You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just deployed elastickube and get the following error repeatedly in the log of pod elastickube-server-XXXX:
2016-10-28T13:23:17.621902011Z 2016-10-28 13:23:17,621 Reconnecting to kubeclient in SyncNamespaces
2016-10-28T13:23:24.731292083Z 2016-10-28 13:23:24,730 Calling data_callback for SyncNamespaces
2016-10-28T13:23:24.732105776Z 2016-10-28 13:23:24,731 Future exception was never retrieved: Traceback (most recent call last):
2016-10-28T13:23:24.732129483Z File "/usr/local/lib/python2.7/site-packages/tornado/gen.py", line 285, in wrapper
2016-10-28T13:23:24.732133911Z yielded = next(result)
2016-10-28T13:23:24.732137425Z File "/opt/elastickube/api/v1/sync/namespaces.py", line 64, in data_callback
2016-10-28T13:23:24.732140966Z self.resource_version = data["object"]["metadata"]["resourceVersion"]
2016-10-28T13:23:24.732144733Z KeyError: 'resourceVersion'
2016-10-28T13:23:24.915407927Z 2016-10-28 13:23:24,915 Disconnected from kubeclient in SyncNamespaces
As is also visible from the snipped, the log format wouldn't need date and time, since the Docker deamon adds these automatically in front of every line.
The text was updated successfully, but these errors were encountered:
I just deployed elastickube and get the following error repeatedly in the log of pod
elastickube-server-XXXX
:As is also visible from the snipped, the log format wouldn't need date and time, since the Docker deamon adds these automatically in front of every line.
The text was updated successfully, but these errors were encountered: