sidecar crashes with "message":"resourceVersion: Invalid value: \\"None\\"
See original GitHub issueHi, is there a workaround for the problem mentioned here (apart from reverting to v0.0.3 of sidecar): https://github.com/helm/charts/issues/9136#issuecomment-445759760
sidecar continually crashes with
File "/usr/local/lib/python3.6/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, 10 Dec 2018 10:22:35 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'
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to fix metadata.resourceVersion: Invalid value: "": must be ...
This is because there's a resourceVersion field in last-applied-configuration annotation, which is not expected. Remove the kubectl.kubernetes.
Read more >Chapter 1. Service Mesh 2.x OpenShift Container Platform 4.7
When trying to authenticate to the UI using OAuth, I get a 500 error because oauth-proxy sidecar doesn't trust the custom CA bundle...
Read more >Search OpenShift CI - OKD
I think having logs from the pods that are crashing would help determine if there is some error condition that occurs on this...
Read more >1.1.7 (core) / 0.17.7 (libraries) - Dagster Docs
In some circumstances, reloading a repository in Dagit could lead to an error that would crash the page. This has been fixed. Community...
Read more >Prometheus [monitoring.coreos.com/v1] - Monitoring APIs
A null preferred scheduling term matches no objects (i.e. is also a no-op). ... termination message file is empty and the container exited...
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
closing issue, have not experienced it with latest version of sidecar
@naseemkullah I’m sorry for making confusion by deleting the comment. FYI, I fixed my problem temporarily by using an docker image which applied a workaround from https://github.com/kiwigrid/k8s-sidecar/pull/6#issuecomment-437158647