Anwar C:
Hello KodeKloud community. I am using the vagrant file from <https://github.com/kodekloudhub/certified-kubernetes-administrator-course.git>
to set up my cluster. When I changed the image from ubuntu/bionic64
to ubuntu/focal64
and guest additions to 6.1.22
, it stopped working, in the sense, there is no kubectl
or docker
configured.
Anwar C:
Does anyone know whether we have to stick with ubuntu/bionic64
to make this work ?
Anwar C:
One reason I updated the image was that it is 2 major versions behind ( I am using bridge networking and hence wanted a newer image with potential CVEs addressed)
Anwar C:
and guest additions was updated since there were some warnings about outdated guest additions compared to the version of VirtualBox I was using
unnivkn:
I suggest go with same Git version. If you are talking about k8s version, then there is no major difference.
Anwar C:
Now even though I rolledback all changes, they are still coming back as vanilla VMS without K8s configured
Anwar C:
Anyone know what code provision the VMs them to be a K8s cluster ? I looked through the code / scripts, but only could find docker related stuff
unnivkn:
try to uninstall virtualbox & start from scratch