Open chandramerla opened 1 month ago
/label good first issue
Proposed solution: replace wget with 'curl -O'
Hi @chandramerla can I wok on this?
Hi @prasad89,
I have already started looking on this as @chandramerla asked to work
/assign @laxmi-333
Description: As wget isn't present OOTB in linux flavours like RHEL, when lab1 first command is executed (wget https://kubevirt.io/labs/manifests/vm.yaml), got error "wget: command not found". Also wget is used in lab2 as detailed in Additional context section below.
What you expected: Download to work always. So, as curl is more standardly available across linux flavours than wget, replace wget with curl across all labs.
URL:
Additional context:
In lab2 also, I see usage of wget at places along with curl usage: ex:
My OS details, where wget isn't present: