[BUG] [download-requirements.py] Running yum
commands may hang waiting for user input
#3025
Closed
6 of 18 tasks
Labels
Describe the bug
When
download-requirements.py
script is executed, repository gpg keys are added and thenyum
commands are run.However, recently I ran into a problem with gpg key for the kubernetes repository.
This caused the script to hang waiting for confirmation from the user:
We should add the
-y
flag to theyum
commands to be able to continue executing the script in non-interactive mode.How to reproduce
Steps to reproduce the behavior:
Expected behavior
The download requirements script should succeed or simply fail but not hang forever.
Environment
epicli version: [
2.0.0dev
]Additional context
Add any other context about the problem here.
DoD checklist
The text was updated successfully, but these errors were encountered: