Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node fetching error in json #128

Closed
hichtakk opened this issue Apr 14, 2017 · 5 comments · Fixed by #130
Closed

Node fetching error in json #128

hichtakk opened this issue Apr 14, 2017 · 5 comments · Fixed by #130

Comments

@hichtakk
Copy link

After repeating these action below, I faced a problem.

  • annotate external-ip:auto to service
  • delete service
  • create service and annotate again

External IP is allocated but loopback address doesn't configured and
other ipclaims aren't rescheduled.
Controller log saids,

controller.go:174] Error fetching node node-002 : json: cannot unmarshal number 1e+06 into Go value of type int64

Is there any way to solve this problem?

@AlexeyKasatkin
Copy link
Collaborator

@hichtakk , thank you for the feedback. I'll check this sequence.
Do you have this error (in controller log) repeated regularly or not?
The error points to some IPNode data inconsistency.
Please show, what "kubectl get ipnode" says to you.

"loopback address doesn't configured" - do you mean that it is not set for host?
"other ipclaims aren't rescheduled" - should they be rescheduled due to some other changes?

@AlexeyKasatkin
Copy link
Collaborator

This kubernetes/kubernetes#4041 can probably be related.

@somejfn
Copy link

somejfn commented May 31, 2017

Any plan to make an official release with that fix ? We just had the problem and I used the fix_unmarshal_err_1 docker image pushed a few days ago... otherwise the claimcontroller was in CrashLoop.

@AlexeyKasatkin
Copy link
Collaborator

Ops. You're right. I thought it is in "latest" already. And we'll make it a release for sure.

@AlexeyKasatkin
Copy link
Collaborator

@somejfn Please try using "release-0.2.2" tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants