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

apiregistration.k8s.io missing scheme #2503

Closed
lblackstone opened this issue Jul 19, 2023 · 0 comments · Fixed by #2504
Closed

apiregistration.k8s.io missing scheme #2503

lblackstone opened this issue Jul 19, 2023 · 0 comments · Fixed by #2504
Assignees
Labels
4.0 kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Milestone

Comments

@lblackstone
Copy link
Member

What happened?

Attempted to create an ApiService, but got the following error:

  kubernetes:apiregistration.k8s.io/v1:APIService (metrics-server):
    error: no kind "APIService" is registered for version "apiregistration.k8s.io/v1" in scheme "pkg/runtime/scheme.go:100"

Expected Behavior

No error

Steps to reproduce

Output of pulumi about

@pulumi/kubernetes 4.0.0

Additional context

https://github.com/pulumi/pulumi-kubernetes/blob/v4.0.0/provider/pkg/clients/unstructured.go#L110-L113 appears to be missing the apiregistration group. This needs to be added to the scheme.

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@lblackstone lblackstone added kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer labels Jul 19, 2023
@lblackstone lblackstone self-assigned this Jul 19, 2023
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Jul 19, 2023
@lukehoban lukehoban added this to the 0.91 milestone Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0 kind/bug Some behavior is incorrect or out of spec p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants