cockroachdb / cockroachdb/helm-charts

open /run/config/pki/apiserver-kubelet-client.crt: no such file or directory

Open
#169 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
105
Forks
152
Avg merge
4d 23h
Merged PRs (30d)
5

Description

Any idea what I'm doing wrong?

```yaml
cockroachdb:
tls:
enabled: true
statefulset:
replicas: 1
resources:
limits:
memory: "4Gi"
requests:
memory: "2Gi"
conf:
single-node: "yes"
cache: "1024Mi"
max-sql-memory: "1024Mi"
```

Logs:
```
Namespace
iron-backend-dev
Pod
temporal-cockroachdb-0
Container
db
Search...
Failed to load logs: Get "https://10.99.0.4:10250/containerLogs/iron-backend-dev/temporal-cockroachdb-0/db?tailLines=502×tamps=true": open /run/config/pki/apiserver-kubelet-client.crt: no such file or director
```

Jira issue: HELM-8

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported deployment from the supplied Helm values in the iron-backend-dev namespace and inspect the temporal-cockroachdb-0 db container logs. Trace why the Kubernetes log request references /run/config/pki/apiserver-kubelet-client.crt; done means identifying the configuration or environment causing the missing file and documenting a verified resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.