We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
Since 5.4 it's not possible to update the status of a resource when using KubernetesServer.
KubernetesServer
I see this has been fixed for 5.5 though in #3138 but until 5.5 is released (maybe it's soon?), it's difficult to use v5.4.
I may be missing something obvious and it's actually possible tough… I'm using the following in my tests to simulate that a job has started:
server.client.batch().v1().jobs().inNamespace("default").withName("name").editStatus { return new JobBuilder(it) .editOrNewStatus() .withFailed(1) .endStatus() .build() }
The status is simply ignored and the resource does not change.
The text was updated successfully, but these errors were encountered:
https://github.com/fabric8io/kubernetes-client/milestone/27 should be in about a week or so.
Sorry, something went wrong.
@shawkins thx, I can just wait in that case, I let you close the ticket if you don't plan to do it for 5.4.x?
I have no plans, @manusa please reopen if this seems needed for 5.4.x.
No branches or pull requests
Hi,
Since 5.4 it's not possible to update the status of a resource when using
KubernetesServer
.I see this has been fixed for 5.5 though in #3138 but until 5.5 is released (maybe it's soon?), it's difficult to use v5.4.
I may be missing something obvious and it's actually possible tough… I'm using the following in my tests to simulate that a job has started:
The status is simply ignored and the resource does not change.
The text was updated successfully, but these errors were encountered: