I have minikube installed on windows using below command
choco install minikube
But it installed minikube version v1.12.1, Now i want to downgrade minikube to v1.8.2 . How this can be achieved. Alternatively, How can i install a specific version of minikube?
I don't think you can downgrad it simply but you can delete/uninstall it and then can install with version which you need.
With Commands
$ minikube stop
$ minikube delete
I am refering a post as well which can help you https://stackoverflow.com/questions/53263586/how-to-completely-uninstall-minikube-in-windows-10-pro-chocolatey/53271159