Sidecar v0.0.18 crashes with API Server Error
See original GitHub issueThe sidecar v0.0.18 periodically crashes with the following error
Traceback (most recent call last):
File "/usr/local/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/usr/local/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/app/resources.py", line 120, in _watch_resource_loop
_watch_resource_iterator(*args)
File "/app/resources.py", line 82, in _watch_resource_iterator
for event in stream:
File "/usr/local/lib/python3.7/site-packages/kubernetes/watch/watch.py", line 128, in stream
resp = func(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/apis/core_v1_api.py", line 11854, in list_namespaced_config_map
(data) = self.list_namespaced_config_map_with_http_info(namespace, **kwargs)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/apis/core_v1_api.py", line 11957, in list_namespaced_config_map_with_http_info
collection_formats=collection_formats)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api_client.py", line 321, in call_api
_return_http_data_only, collection_formats, _preload_content, _request_timeout)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api_client.py", line 155, in __call_api
_request_timeout=_request_timeout)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/api_client.py", line 342, in request
headers=headers)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/rest.py", line 231, in GET
query_params=query_params)
File "/usr/local/lib/python3.7/site-packages/kubernetes/client/rest.py", line 222, in request
raise ApiException(http_resp=r)
kubernetes.client.rest.ApiException: (500)
Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', 'Date': 'Mon, 15 Jul 2019 18:17:16 GMT', 'Content-Length': '186'})
HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"resourceVersion: Invalid value: \\"None\\": strconv.ParseUint: parsing \\"None\\": invalid syntax","code":500}\n'
Process for configmap died. Stopping and exiting
Traceback (most recent call last):
File "/app/sidecar.py", line 54, in <module>
main()
File "/app/sidecar.py", line 50, in main
payload, namespace, folderAnnotation, resources)
File "/app/resources.py", line 155, in watchForChanges
raise Exception("Loop died")
Exception: Loop died
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:12
Top Results From Across the Web
kiwigrid - Bountysource
Sidecar v0.0.18 crashes with API Server Error $ 0. Created 3 years ago in kiwigrid/k8s-sidecar with 11 comments. The sidecar v0.0.18 periodically crashes...
Read more >Panic crash caused by new multiport functionality - Consul
I cannot get basic functionality with simple service supporting two ports: 8080 (HTTP) and 9080 (GRPC). I was followed the steps listed here ......
Read more >Why is a pod in the init crash state after a sidecar proxy is ...
The Failed to execute: iptables-restore error message is recorded in the logs of the istio-init container. Cause. Check whether you have cleaned ...
Read more >GKE release notes archive | Google Kubernetes Engine (GKE)
This page contains a historical archive of all release notes for Google Kubernetes Engine prior to 2020. To view more recent release notes,...
Read more >Release Notes - Determined AI Documentation
API : Fix an issue where the POST /users endpoint always returned an error instead of the user's information, even when the user...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @Tim-Smyth, I am using 1.13.4 version of k8s. Also I need to mention that after downgrading image to v0.0.17 the problem did not occurred again.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.