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

Error "Failed to get dynamic resources. SerdeError(Error("invalid value: string \"v1alpha3\", expected v1", line: 3, column: 25))" #432

Open
davidhulick opened this issue Jan 30, 2024 · 0 comments

Comments

@davidhulick
Copy link

Describe the bug
An error is displayed when opening kdash on a cluster with dynamic resources.

Failed to get dynamic resources. SerdeError(Error("invalid value: string \"v1alpha3\", expected v1", line: 3, column: 25))
2024-01-30_09:31:31

CRD that causes error:

      ---
      apiVersion: cert-manager.io/v1alpha3
      kind: Certificate
      metadata:
        name: ####
        namespace: NAMESPACE
      spec:
        commonName: ####
        dnsNames:
        - cluster.local
        duration: 2160h
        issuerRef:
          name: ca-issuer
        keySize: 2048
        organization:
        - ####
        secretName: ####
        usages:
        - server auth
        - client auth

To Reproduce

  1. open kdash on cluster with certain CRDs
  2. error in screenshot above is displayed

Expected behavior
Valid dynamic resources are displayed.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS and OS version: Fedora 39
  • Terminal name and version: xfce4-terminal 1.1.1
  • Shell name and version: GNU bash, version 5.2.21(1)-release (x86_64-redhat-linux-gnu)
  • Kubectl Client Version 1.28.6
  • Kubectl Server Version 1.26.4
  • KDash version 0.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant