This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
info: | |
title: VitalService | |
version: '1.0' | |
paths: | |
/api/Hello: | |
get: | |
tags: | |
- Hello | |
responses: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}, ...}, ...}) |