Hi, Getting the below error when trying to setup the VMs using vagrant. Can anyo . . .

Deepak Ladwa:
deepak.ladwa@LP-5CD912CX21 MINGW64 ~/Vagrant
$ vagrant up
Bringing machine ‘kubemaster’ up with ‘virtualbox’ provider…
Bringing machine ‘kubenode01’ up with ‘virtualbox’ provider…
Bringing machine ‘kubenode02’ up with ‘virtualbox’ provider…
==> kubemaster: Box ‘ubuntu/bionic64’ could not be found. Attempting to find and install…
kubemaster: Box Provider: virtualbox
kubemaster: Box Version: >= 0
The box ‘ubuntu/bionic64’ could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp’s Vagrant Cloud, please verify you’re logged in via
vagrant login. Also, please double-check the name. The expanded
URL and error message are shown below:

URL: [“https://vagrantcloud.com/ubuntu/bionic64”]
Error: SSL certificate problem: unable to get local issuer certificate

deepak.ladwa@LP-5CD912CX21 MINGW64 ~/Vagrant
$

Deepak Ladwa:

Deepak Ladwa:
I tried with git bash

Deepak Ladwa:

image.png

Tej_Singh_Rana:
run the ls command.

Tej_Singh_Rana:
Vagrantfile should be present there

Deepak Ladwa:
Yes, its present.

Deepak Ladwa:

image.png

Tej_Singh_Rana:

tejsi@DESKTOP-0SE6ID4 MINGW64 /d/k8s-cluster-github-repo/certified-kubernetes-administrator-course (master)
$ ls
README.md  Vagrantfile  docs/  images/  ubuntu/  ubuntu-bionic-18.04-cloudimg-console.log

Deepak Ladwa:
These other files will be generated post vagrant up command I guess

Tej_Singh_Rana:

git clone <https://github.com/kodekloudhub/certified-kubernetes-administrator-course.git>
--
cd certified-kubernetes-administrator-course
--
vagrant up

Deepak Ladwa:
do I need to perform vagrant init

Tej_Singh_Rana:
No

Tej_Singh_Rana:
We’re not creating our own vagrantfile

Deepak Ladwa:

image.png

Deepak Ladwa:
@Tej_Singh_Rana same error

Deepak Ladwa:
@Tej_Singh_Rana still issues is not resolved? Any suggestions please.

Tej_Singh_Rana:
I found similar issue in this post.
https://stackoverflow.com/questions/54362144/unable-to-get-local-issuer-certificate-during-vagrant-up-even-after-vagrant-b

Add this to your vagrant file

config.vm.box_download_insecure = true