question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

sidecar crashes with "message":"resourceVersion: Invalid value: \\"None\\"

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
naseemkullahcommented, Mar 6, 2019

closing issue, have not experienced it with latest version of sidecar

1reaction
gochistcommented, Jan 30, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found