helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

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

Open hazcod opened this issue 4 years ago • 2 comments

Any idea what I'm doing wrong?

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&timestamps=true": open /run/config/pki/apiserver-kubelet-client.crt: no such file or director

Jira issue: HELM-8

hazcod avatar Sep 13 '21 14:09 hazcod

What version of the helmcharts are you using? Can you share your values.yml file?

udnay avatar Sep 13 '21 14:09 udnay

It's 6.1.2, the above is my values.yaml where I specify cockroachdb as a Chart dependency in Chart.yaml.

hazcod avatar Sep 13 '21 15:09 hazcod