lolszowy commented on issue #123:
URL: https://github.com/apache/couchdb-helm/issues/123#issuecomment-1628632194

   Sorry for late reply but I missed the notification about reply.
   
   ```✗ k describe pod couchdb-backup-couchdb-0
   Name:             couchdb-backup-couchdb-0
   Namespace:        tpos-sync
   Priority:         0
   Service Account:  couchdb-backup-couchdb
   Node:             ip-10-3-3-185.eu-west-1.compute.internal/10.3.3.185
   Start Time:       Mon, 10 Jul 2023 11:21:41 +0200
   Labels:           app=couchdb
                     controller-revision-hash=couchdb-backup-couchdb-845c6bb8f
                     release=couchdb-backup
                     statefulset.kubernetes.io/pod-name=couchdb-backup-couchdb-0
   Annotations:      <none>
   Status:           Running
   IP:               10.3.3.211
   IPs:
     IP:           10.3.3.211
   Controlled By:  StatefulSet/couchdb-backup-couchdb
   Init Containers:
     init-copy:
       Container ID:  
containerd://8cd79c2a5667d7ea7156458417e02ddbae1835b43692ece5ae8ad8ee67a14429
       Image:         busybox:latest
       Image ID:      
docker.io/library/busybox@sha256:2376a0c12759aa1214ba83e771ff252c7b1663216b192fbe5e0fb364e952f85c
       Port:          <none>
       Host Port:     <none>
       Command:
         sh
         -c
         cp /tmp/chart.ini /default.d; cp /tmp/seedlist.ini /default.d; ls -lrt 
/default.d;
       State:          Terminated
         Reason:       Completed
         Exit Code:    0
         Started:      Mon, 10 Jul 2023 11:21:43 +0200
         Finished:     Mon, 10 Jul 2023 11:21:43 +0200
       Ready:          True
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /default.d from config-storage (rw)
         /tmp/ from config (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from 
kube-api-access-nvxv8 (ro)
   Containers:
     couchdb:
       Container ID:   
containerd://64c36aa72f51b433e131b3b0f64d42a975e166edb3f0660bce9c11481b3e22ed
       Image:          couchdb:2.3.1
       Image ID:       
docker.io/library/couchdb@sha256:74652e868a3138638ed68eba103a92ec866aa5f1bf40103c654895f7fb802ca8
       Ports:          5984/TCP, 4369/TCP, 9100/TCP
       Host Ports:     0/TCP, 0/TCP, 0/TCP
       State:          Waiting
         Reason:       CrashLoopBackOff
       Last State:     Terminated
         Reason:       Error
         Exit Code:    1
         Started:      Mon, 10 Jul 2023 11:58:09 +0200
         Finished:     Mon, 10 Jul 2023 11:58:09 +0200
       Ready:          False
       Restart Count:  12
       Liveness:       http-get http://:5984/_up delay=0s timeout=1s period=10s 
#success=1 #failure=3
       Readiness:      http-get http://:5984/_up delay=0s timeout=1s period=10s 
#success=1 #failure=3
       Environment:
         COUCHDB_USER:      <set to the key 'adminUsername' in secret 
'couchdb-backup-couchdb'>     Optional: false
         COUCHDB_PASSWORD:  <set to the key 'adminPassword' in secret 
'couchdb-backup-couchdb'>     Optional: false
         COUCHDB_SECRET:    <set to the key 'cookieAuthSecret' in secret 
'couchdb-backup-couchdb'>  Optional: false
         ERL_FLAGS:          -name couchdb  -setcookie monster 
       Mounts:
         /opt/couchdb/data from database-storage (rw)
         /opt/couchdb/etc/default.d from config-storage (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from 
kube-api-access-nvxv8 (ro)
   Conditions:
     Type              Status
     Initialized       True 
     Ready             False 
     ContainersReady   False 
     PodScheduled      True 
   Volumes:
     database-storage:
       Type:       PersistentVolumeClaim (a reference to a 
PersistentVolumeClaim in the same namespace)
       ClaimName:  database-storage-couchdb-backup-couchdb-0
       ReadOnly:   false
     config-storage:
       Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
       Medium:     
       SizeLimit:  <unset>
     config:
       Type:      ConfigMap (a volume populated by a ConfigMap)
       Name:      couchdb-backup-couchdb
       Optional:  false
     kube-api-access-nvxv8:
       Type:                    Projected (a volume that contains injected data 
from multiple sources)
       TokenExpirationSeconds:  3607
       ConfigMapName:           kube-root-ca.crt
       ConfigMapOptional:       <nil>
       DownwardAPI:             true
   QoS Class:                   BestEffort
   Node-Selectors:              <none>
   Tolerations:                 node.kubernetes.io/not-ready:NoExecute 
op=Exists for 300s
                                node.kubernetes.io/unreachable:NoExecute 
op=Exists for 300s
   Events:
     Type     Reason     Age                    From               Message
     ----     ------     ----                   ----               -------
     Normal   Scheduled  38m                    default-scheduler  Successfully 
assigned tpos-sync/couchdb-backup-couchdb-0 to 
ip-10-3-3-185.eu-west-1.compute.internal
     Normal   Pulling    38m                    kubelet            Pulling 
image "busybox:latest"
     Normal   Pulled     38m                    kubelet            Successfully 
pulled image "busybox:latest" in 558.731924ms (558.747224ms including waiting)
     Normal   Created    38m                    kubelet            Created 
container init-copy
     Normal   Started    38m                    kubelet            Started 
container init-copy
     Warning  Unhealthy  38m                    kubelet            Readiness 
probe failed: Get "http://10.3.3.211:5984/_up": dial tcp 10.3.3.211:5984: 
connect: connection refused
     Normal   Pulled     37m (x4 over 38m)      kubelet            Container 
image "couchdb:2.3.1" already present on machine
     Normal   Created    37m (x4 over 38m)      kubelet            Created 
container couchdb
     Normal   Started    37m (x4 over 38m)      kubelet            Started 
container couchdb
     Warning  BackOff    3m38s (x171 over 38m)  kubelet            Back-off 
restarting failed container couchdb in pod 
couchdb-backup-couchdb-0_tpos-sync(d2f7ac43-2ac1-4d78-827a-aa2e27b18886)
   ```
   
   logs from previous container are empty as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to