-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Knative Client Route createOrReplace bug #2354
Comments
Can you please add comment in english |
Seems related to #2292 |
Yes , Thanks |
Was this addressed in the fix for #2292 (#2372)? should we close this one? |
I will check and close if it's not reproducible any more on master |
When I run this code using kubernetes-client master, I'm getting a NullPointerException:
|
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 3, 2020
…no resource is returned from fromServer.get() Somehow resource was being returned as `null` from `fromServer.get()` call due to no namespace being provided. Added a case of Null items in `ResourceCompare#equals`
11 tasks
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 3, 2020
…no resource is returned from fromServer.get() Somehow resource was being returned as `null` from `fromServer.get()` call due to no namespace being provided. Added a case of Null items in `ResourceCompare#equals`
rohanKanojia
added a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 3, 2020
…no resource is returned from fromServer.get() Somehow resource was being returned as `null` from `fromServer.get()` call due to no namespace being provided. Added a case of Null items in `ResourceCompare#equals`
manusa
pushed a commit
to rohanKanojia/kubernetes-client
that referenced
this issue
Aug 20, 2020
…no resource is returned from fromServer.get() Somehow resource was being returned as `null` from `fromServer.get()` call due to no namespace being provided. Added a case of Null items in `ResourceCompare#equals`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用 Knative Client 替换 Route 的时候出现一下错误:
An error occurred while replacing Route with the Knative Client:
复现方式如下:
The method of recurrence is as follows:
第一次执行的时候可正常执行,但是当第二次执行替换的时候,就会报上面的错误,经过 Debug 发现请求时没有带上 namespace:
normally the first time executed,But when you do the substitution the again executed,have a error:Failure executing:,After Debug, the request is found to have no namespace attached:
但是真实请求 URL 应该是下面这样:
The text was updated successfully, but these errors were encountered: