Replies: 1 comment 6 replies
-
What error code are you getting? Your Kubernetes server version seems quite old. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a CRD context for an already deployed CRD, then fetch a list of it. However, fabric8 kubernetes client keeps throwing an exception where it cannot read the name of the resource.
Error:
My kubernetes client library version is 6.5.1 and kubernetes server/client version is v1.15.12.
The same code works with Kubernetes v1.24, but doesn't with kubernetes v1.15 (the one im using).
Beta Was this translation helpful? Give feedback.
All reactions