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

[release/v1.2] e2e: create DynamicClient directly #1101

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

edgelessci
Copy link
Contributor

Backport of #1100 to release/v1.2.

Original description:


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).

(cherry picked from commit 35ab185)
@edgelessci edgelessci added the no changelog PRs not listed in the release notes label Dec 23, 2024
@burgerdev burgerdev merged commit 6fa85f0 into release/v1.2 Dec 23, 2024
12 checks passed
@burgerdev burgerdev deleted the backport-1100-to-release/v1.2 branch December 23, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog PRs not listed in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants