Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable ipset (hash:ip and list:set).
Weave Net, a container networking solution, requires the `xt_set` module in order to function properly. Minikube's Linux image currently does not have it, making Weave Net fail with errors like: - `modprobe: FATAL: Module xt_set not found in directory /lib/modules/4.9.13` - `FATA: ipset [create weave-local-pods hash:ip] failed: ipset v6.29: Kernel error received: set type not supported: exit status 1` This changes addresses such issues.
- Loading branch information