Project

General

Profile

Actions

Bug #38126

closed

No secrets found in helm-toolkit during "make" and ceph-mon pod is going in "CrashLoopBackOff"

Added by Roshan Wanaskar about 5 years ago. Updated about 5 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
-
Category:
Monitor
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

https://github.com/ceph/ceph-helm/issues/74
BUG REPORT

Version of Helm and Kubernetes:

Kubernetes v1.13.0
Client Version: version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.0-dirty", GitCommit:"ddf47ac13c1a9483ea035a79cd7c10005ff21a6d", GitTreeState:"dirty", BuildDate:"2019-01-31T06:07:25Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.0-dirty", GitCommit:"ddf47ac13c1a9483ea035a79cd7c10005ff21a6d", GitTreeState:"dirty", BuildDate:"2019-01-31T06:07:25Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Helm
Client: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}

What happened:
I am trying to install Ceph using helm charts in k8s cluster and followed this document http://docs.ceph.com/docs/master/start/kube-helm/ and facing this 2 major issues

If we run "make" it shows no secrets found in helm-toolkit

After installing step i.e.

helm install --name=ceph local/ceph --namespace=ceph -f  ceph-overrides.yaml
ceph-mon pod is going in "CrashLoopBackOff" state
NAMESPACE          NAME                                        READY   STATUS             RESTARTS   AGE
ceph ceph-mds-85b4fbb478-26sw8 0/1 Pending 0 4h56m
ceph ceph-mds-keyring-generator-w6xqz 0/1 Completed 0 4h56m
ceph ceph-mgr-588577d89f-rrd84 0/1 Init:0/2 0 4h56m
ceph ceph-mgr-keyring-generator-sg75h 0/1 Completed 0 4h56m
ceph ceph-mon-82rtj 2/3 CrashLoopBackOff 57 4h56m
ceph ceph-mon-check-549b886885-x4m7d 0/1 Init:0/2 0 4h56m
ceph ceph-mon-keyring-generator-d5txp 0/1 Completed 0 4h56m
ceph ceph-namespace-client-key-generator-rqd2m 0/1 Completed 0 4h56m
ceph ceph-osd-dev-sdb-9fpd9 0/1 Init:0/3 0 4h56m
ceph ceph-osd-keyring-generator-m44l4 0/1 Completed 0 4h56m
ceph ceph-rbd-provisioner-5cf47cf8d5-gwfnj 1/1 Running 0 4h56m
ceph ceph-rbd-provisioner-5cf47cf8d5-s9vvg 1/1 Running 0 4h56m
ceph ceph-rgw-7b9677854f-9tdwt 0/1 Pending 0 4h56m
ceph ceph-rgw-keyring-generator-chm89 0/1 Completed 0 4h56m
ceph ceph-storage-keys-generator-sqwb2 0/1 Completed 0 4h56m
kube-system kube-dns-8f7866879-28pq7 3/3 Running 0 6h2m
kube-system tiller-deploy-dbb85cb99-68xmk 1/1 Running 0 104m

What you expected to happen:

We want ceph-mon pod in running condition so that we can create secrets and keyrings as without ceph-mon in running state we can't create secrets. Please do let me know if I am miss anything.

Actions #1

Updated by Greg Farnum about 5 years ago

  • Status changed from New to Won't Fix

I believe Ceph-helm is a dead project at this point and you should be using images from Ceph-containers or Dockerhub?

I've added #38173 to update the docs, sorry for the confusion. :(

Actions

Also available in: Atom PDF