Skip to content

Instantly share code, notes, and snippets.

View Snazzie's full-sized avatar
💭
Stuck in deep thoughts

Aaron Cooper Snazzie

💭
Stuck in deep thoughts
View GitHub Profile
@Snazzie
Snazzie / VitalService.yaml
Last active November 19, 2023 00:30
missing CpuCache on generated rust client
openapi: 3.0.1
info:
title: VitalService
version: '1.0'
paths:
/api/Hello:
get:
tags:
- Hello
responses:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x12a6750]
goroutine 1 [running]:
k8s.io/client-go/discovery.convertAPIResource(...)
/bitnami/blacksmith-sandox/rabbitmq-cluster-operator-2.2.0/pkg/mod/k8s.io/client-go@v0.26.1/discovery/aggregated_discovery.go:88
k8s.io/client-go/discovery.convertAPIGroup({{{0x0, 0x0}, {0x0, 0x0}}, {{0xc0000c7c08, 0x15}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...})
/bitnami/blacksmith-sandox/rabbitmq-cluster-operator-2.2.0/pkg/mod/k8s.io/client-go@v0.26.1/discovery/aggregated_discovery.go:69 +0x5f0
k8s.io/client-go/discovery.SplitGroupsAndResources({{{0xc0000c6180, 0x15}, {0xc00004aa20, 0x1b}}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...})
/bitnami/blacksmith-sandox/rabbitmq-cluster-operator-2.2.0/pkg/mod/k8s.io/client-go@v0.26.1/discovery/aggregated_discovery.go:35 +0x2f8
@Snazzie
Snazzie / helm-install
Created May 13, 2023 03:30
kurl.sh install log
C:\Users\acoop\Documents\GitHub\kubernetes-staging\production> helm install argocd argo/argo-cd --version 5.32.2 --create-namespace -n argocd -f ./argocd/values.yaml
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x1906d30]
goroutine 1 [running]:
k8s.io/client-go/discovery.convertAPIResource(...)
k8s.io/client-go@v0.26.0/discovery/aggregated_discovery.go:88
k8s.io/client-go/discovery.convertAPIGroup({{{0x0, 0x0}, {0x0, 0x0}}, {{0xc00004c768, 0x15}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...})
k8s.io/client-go@v0.26.0/discovery/aggregated_discovery.go:69 +0x5f0
k8s.io/client-go/discovery.SplitGroupsAndResources({{{0xc0000ed8c0, 0x15}, {0xc000326620, 0x1b}}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, ...}, ...})