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

e2e: create DynamicClient directly #1100

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

burgerdev
Copy link
Contributor

@burgerdev burgerdev commented Dec 20, 2024

The DynamicClient created from the embedded RESTClient was lacking an encoder which resulted in

encoding is not allowed for this codec: *versioning.codec

errors during test cleanup. Afaict this is a breaking change with [email protected], introduced by kubernetes/kubernetes#124059 (the constructor from config uses UnversionedRESTClientForConfigAndClient, which the embedded RESTClient does not, apparently).

@burgerdev burgerdev added the no changelog PRs not listed in the release notes label Dec 20, 2024
@burgerdev burgerdev requested a review from katexochen December 20, 2024 16:37
@burgerdev burgerdev marked this pull request as ready for review December 20, 2024 16:41
@burgerdev burgerdev merged commit 35ab185 into main Dec 23, 2024
14 checks passed
@burgerdev burgerdev deleted the burgerdev/release-cleanup branch December 23, 2024 07:38
@edgelessci
Copy link
Contributor

Successfully created backport PR for release/v1.2:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release/v1.2 no changelog PRs not listed in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants