Skip to content
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

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

Closed
1 task
rohanKanojia opened this issue Jun 21, 2024 · 0 comments · Fixed by #3223
Closed
1 task
Assignees
Milestone

Comments

@rohanKanojia
Copy link
Member

rohanKanojia commented Jun 21, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants