helm / charts

⚠️(OBSOLETE) Curated applications for Kubernetes
Apache License 2.0
15.49k stars 16.82k forks source link

Bitcoind failing on 1.9.4 #4407

Closed raybotha closed 6 years ago

raybotha commented 6 years ago

Is this a request for help?: No


Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug Report

Version of Helm and Kubernetes: Helm 2.8.2 1.9.4-gke.1

Which chart: stable/bitcoind

What happened: CrashLoopBackOff on a clean helm install kubectl logs just show: chown: changing ownership of './.bitcoin/bitcoin.conf': Read-only file system

How to reproduce it (as minimally and precisely as possible): Run helm install stable/bitcoind on 1.9.4

I suspect this is another issue with 1.9.4 treating configmaps as read-only.

raybotha commented 6 years ago

Yep, it's another configmap read-only mount issue. Opened PR to fix https://github.com/kubernetes/charts/pull/4411

i-am-logger commented 6 years ago

I get the following error: chown: cannot read directory '.': Permission denied

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

raybotha commented 6 years ago

I believe issue has been fixed, for me, https://github.com/helm/charts/pull/4411 merged