Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need clarification of minikube part #255

Open
stevez opened this issue May 18, 2022 · 4 comments
Open

need clarification of minikube part #255

stevez opened this issue May 18, 2022 · 4 comments

Comments

@stevez
Copy link

stevez commented May 18, 2022

  1. Before you deploy ReportPortal you should have installed all its requirements. Their versions are described in requirements.yaml You should also specify correct PostgreSQL and RabbitMQ addresses and ports in values.yaml
    question: what should I do?
  2. helm install ./
    question: where to run the command? I found when I was in the 'reportportal' folder, I have to run
    helm dependency build .
    then
    helm install . --generate-name
    then I got following error:
    Error: INSTALLATION FAILED: failed pre-install: job failed: BackoffLimitExceeded

Please provide more detailed instruction and provide the solution for my issues

@linl2
Copy link

linl2 commented Aug 8, 2022

I got the same issue, any update on this?

@satishkovuru
Copy link

I too have same issue, @DzmitryHumianiuk can you please help us?

@DzmitryHumianiuk
Copy link
Member

My first recommendation will be:

  1. if you don't feel yourself confident enough in k8s and helm chart, please ask you system engineer/devops to do it.

@aquadrehz
Copy link

aquadrehz commented Nov 13, 2023

The document is not clear enough for newbie like me to start POC this tool
So I'm here to share what's I have done so far.
I still got some issue about pod readiness
At least we have some clue to learn next.

I'm using MAC M1

# Start docker with Colima 
colima start --cpu 4 --memory 9 --disk 30

# Start minikube locally and open dashboard in default browser
minikube start --cpus 4 --memory 8g --disk-size 25g
minikube dashboard

# Install app via helm
helm install my-release --set uat.superadminInitPasswd.password="MyPassword" -f values.yaml .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants