kubernetes icon indicating copy to clipboard operation
kubernetes copied to clipboard

Issue: Installing reportportal deployment is failing

Open decipher27 opened this issue 1 year ago • 5 comments

Hi Folks,

Our EKS is on 1.28 k8s version and we are testing out deploying reportportal deployment. We have configured the Chart.yaml as below and pulling all changes from upstream.

apiVersion: v2
name: reportportal
description: ReportPortal.io AI-powered Test Automation Dashboard
type: application
version: 1.0.0
appVersion: "23.2"
dependencies:
  - name: reportportal
    version: 5.10.0
    repository: https://reportportal.io/kubernetes/

Custom changes done on values.yaml

reportportal:

  serviceapi:
    ## Configure Audit logs to be written to the API container's directory /var/log/reportportal/audit.log
    auditLogs:
      ## Enable or disable the sidecar log streamer container
      enable: true #disabled by default

We use ArgoCD as CD tool for kubernetes and have the app successfully created pointing to the confugration.

At first, we noticed a migration job is being run that interacts with postgresql and elasticsearch but failing to find the endpoint.

Find the below error for the migration job:

nc: bad address '<postgresql-release-name>-postgresql.default.svc.cluster.local'
nc: bad address '<postgresql-release-name>-postgresql.default.svc.cluster.local'
nc: bad address '<postgresql-release-name>-postgresql.default.svc.cluster.local'

Questions?

  1. Why a migration job is being run during initial deployment when this is a fresh install?
  2. If the migration job is trying to hit postgresql - doesn't it mean that postgres and other dependent services should ideally be installed first?
  3. If you can point us to the right documentation.

Let us know if you require any more information.

Thanks!

decipher27 avatar Jan 24 '24 07:01 decipher27