Skip to content

Remove workaround from KubernetesMockServerUtil once issue is fixed in KubernetesMockServer #3185

@rohanKanojia

Description

@rohanKanojia

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

  • exportKubernetesClientConfigToFile is removed once we upgrade to next version of KubernetesClient that contains the fix

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions