We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running v0.2.35 and if I delete a pod this occurs.
v0.2.35
Running in GitHub codespaces on a kind cluster.
Not sure what other info you need but just let me know and I'll attach.
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1302f10] goroutine 1 [running]: k8s.io/client-go/discovery.convertAPIResource(...) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/aggregated_discovery.go:114 k8s.io/client-go/discovery.convertAPIGroup({{{0x0, 0x0}, {0x0, 0x0}}, {{0xc0000a7920, 0x15}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...}) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/aggregated_discovery.go:95 +0x6f0 k8s.io/client-go/discovery.SplitGroupsAndResources({{{0xc0000a6558, 0x15}, {0xc0000ac6e0, 0x1b}}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...}) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/aggregated_discovery.go:49 +0x125 k8s.io/client-go/discovery.(*DiscoveryClient).downloadAPIs(0xc00059e878?) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/discovery_client.go:328 +0x3de k8s.io/client-go/discovery.(*DiscoveryClient).GroupsAndMaybeResources(0xc00059eca8?) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/discovery_client.go:203 +0x65 k8s.io/client-go/discovery.ServerGroupsAndResources({0x1aefcf8, 0xc0002935c0}) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/discovery_client.go:413 +0x59 k8s.io/client-go/discovery.(*DiscoveryClient).ServerGroupsAndResources.func1() /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/discovery_client.go:376 +0x25 k8s.io/client-go/discovery.withRetries(0x2, 0xc00052ecc0) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/discovery_client.go:651 +0x71 k8s.io/client-go/discovery.(*DiscoveryClient).ServerGroupsAndResources(0x0?) /go/pkg/mod/k8s.io/client-go@v0.26.3/discovery/discovery_client.go:375 +0x3a k8s.io/client-go/restmapper.GetAPIGroupResources({0x1aefcf8?, 0xc0002935c0?}) /go/pkg/mod/k8s.io/client-go@v0.26.3/restmapper/discovery.go:148 +0x42 sigs.k8s.io/controller-runtime/pkg/client/apiutil.NewDynamicRESTMapper.func1() /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/client/apiutil/dynamicrestmapper.go:94 +0x25 sigs.k8s.io/controller-runtime/pkg/client/apiutil.(*dynamicRESTMapper).setStaticMapper(...) /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/client/apiutil/dynamicrestmapper.go:130 sigs.k8s.io/controller-runtime/pkg/client/apiutil.NewDynamicRESTMapper(0xc00046c240?, {0x0, 0x0, 0x47f4d7c94faa9501?}) /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/client/apiutil/dynamicrestmapper.go:110 +0x182 sigs.k8s.io/controller-runtime/pkg/cluster.setOptionsDefaults.func1(0xc0000b78f0?) /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/cluster/cluster.go:217 +0x25 sigs.k8s.io/controller-runtime/pkg/cluster.New(0xc000270900, {0xc00059f660, 0x1, 0x0?}) /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/cluster/cluster.go:159 +0x18d sigs.k8s.io/controller-runtime/pkg/manager.New(_, {0xc0000b78f0, 0x0, 0x0, {{0x1aec038, 0xc0003cd540}, 0x0}, 0x1, {0x0, 0x0}, ...}) /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.14.6/pkg/manager/manager.go:351 +0xf9 main.main() /workspace/main.go:173 +0x1275
The text was updated successfully, but these errors were encountered:
Downgrading to v0.2.34 doesn't fix this.
Sorry, something went wrong.
Possibly a dependency issue? This looks similar? derailed/k9s#2055
Perhaps updating this may help?
open-feature-operator/go.mod
Line 16 in 31d8d5a
I am attempting to update the mentioned dependency through #518
Successfully merging a pull request may close this issue.
Running
v0.2.35
and if I delete a pod this occurs.Running in GitHub codespaces on a kind cluster.
Not sure what other info you need but just let me know and I'll attach.
The text was updated successfully, but these errors were encountered: