0

I am trying to run tests inside the containers (selenium nodes). I used kubernetes to orchestrate the containers.

enter image description here

enter image description here

Tried updating the Docker subnet too

enter image description here

Note: Restarting docker didn't help

Prashanth Sams
  • 19,677
  • 20
  • 102
  • 125

2 Answers2

2

Check if firewall is enabled. if so, stop and disable the firewall

P Ekambaram
  • 15,499
  • 7
  • 34
  • 59
0

Everything worked well after I uninstall, reinstall, delete and start minikube

probably the newer version had some fix; but am not sure why it wasn't working before

brew cask uninstall minikube
brew cask install minikube

minikube delete
minikube start
Prashanth Sams
  • 19,677
  • 20
  • 102
  • 125