Component
JKube Kit
Task description
Description
We have added this workaround in a utility class to work around fabric8io/kubernetes-client#6068
|
// TODO: Remove after https://github.com/fabric8io/kubernetes-client/issues/6068 is fixed |
There is already a pull request in KubernetesClient to fix this issue fabric8io/kubernetes-client#6069 .
Once we get this merged and upgrade to the fixed version of Fabric8 KubernetesClient . Remove this utility method as it's doing the same thing that would be fixed upstream.
Expected Behavior
Outlined method is removed once issue is fixed in KubernetesClient project
Acceptance Criteria