cnrancher / kube-explorer

A portable explorer for Kubernetes, without any dependency.
Apache License 2.0
220 stars 27 forks source link

Does this support k8s v.1.22 ? #11

Closed codering closed 2 years ago

codering commented 2 years ago

I deploy it in k3s (v1.22.3+k3s1),and the pod log is

E1126 02:26:18.487162       7 reflector.go:139] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Failed to watch *v1beta1.CustomResourceDefinition: failed to list *v1beta1.CustomResourceDefinition: the server could not find the requested resource
E1126 02:26:19.774914       7 reflector.go:139] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Failed to watch *v1beta1.CustomResourceDefinition: failed to list *v1beta1.CustomResourceDefinition: the server could not find the requested resource
E1126 02:26:21.485751       7 reflector.go:139] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Failed to watch *v1beta1.CustomResourceDefinition: failed to list *v1beta1.CustomResourceDefinition: the server could not find the requested resource
E1126 02:26:25.192911       7 reflector.go:139] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Failed to watch *v1beta1.CustomResourceDefinition: failed to list *v1beta1.CustomResourceDefinition: the server could not find the requested resource
E1126 02:26:32.218456       7 reflector.go:139] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Failed to watch *v1beta1.CustomResourceDefinition: failed to list *v1beta1.CustomResourceDefinition: the server could not find the requested resource
E1126 02:26:48.882640       7 reflector.go:139] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Failed to watch *v1beta1.CustomResourceDefinition: failed to list *v1beta1.CustomResourceDefinition: the server could not find the requested resource
E1126 02:27:27.682021       7 reflector.go:139] pkg/mod/github.com/rancher/client-go@v1.20.0-rancher.1/tools/cache/reflector.go:168: Failed to watch *v1beta1.CustomResourceDefinition: failed to list *v1beta1.CustomResourceDefinition: the server could not find the requested resource
niusmallnan commented 2 years ago

@codering Hi, pls try v0.2.6.

codering commented 2 years ago

The docker iamge need update?