Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Conversation

@noidname01
Copy link
Contributor

What is this PR for?

The version of k8s client we use is almost out of date, and lacks many features, like CustomResources Management, Generic Api and more concise function.

What type of PR is it?

[Improvement]

Todos

None

What is the Jira issue?

SUBMARINE-1109. Java k8s client version from 6 upgrade to 11

How should this be tested?

None

Screenshots (if appropriate)

None

Questions:

  • Do the license files need updating? No
  • Are there breaking changes for older versions? No
  • Does this need new documentation? No

Copy link
Member

@pingsutw pingsutw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Others LGTM, thanks.

Copy link
Member

@KUAN-HSUN-LI KUAN-HSUN-LI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Member

@KUAN-HSUN-LI KUAN-HSUN-LI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some mistakes in fixing the conflict

Comment on lines 542 to 544
istioVirtualService.getPlural(),
istioVirtualService,
"true");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a mistake of replace istioVirtualService with seldonDeployment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, you're right. I'll fix it ASAP.

Comment on lines 576 to 582
api.deleteNamespacedCustomObject(istioVirtualService.getGroup(),
istioVirtualService.getVersion(),
"default",
istioVirtualService.getPlural(),
istioVirtualService.getMetadata().getName(),
new V1DeleteOptionsBuilder().withApiVersion(istioVirtualService.getApiVersion()).build(),
null, null, null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't remove the istioVirtualService

@KUAN-HSUN-LI
Copy link
Member

@noidname01 Some tests are failed. It seems like the import error

@noidname01
Copy link
Contributor Author

@noidname01 Some tests are failed. It seems like the import error

Yeah I know, seems that I screw it when rebasing🥲

@noidname01
Copy link
Contributor Author

@KUAN-HSUN-LI fixed!

@asfgit asfgit closed this in 50f21b5 Dec 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants