Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:
sysctl -a | grep machdep.cpu.features | grep VMX
If there's output, you're good!
| ant.importBuild 'build.xml' | |
| def packages_dir = file('../packages') | |
| clean { | |
| doLast { delete 'bootstrap.js', 'bootstrap.css', 'bootstrap.json' } | |
| } | |
| refresh { | |
| inputs.dir 'app' |
| // PhantomJS doesn't support bind yet | |
| Function.prototype.bind = Function.prototype.bind || function (thisp) { | |
| var fn = this; | |
| return function () { | |
| return fn.apply(thisp, arguments); | |
| }; | |
| }; | |
| (function(p) { | |
| var fs = require('fs'), |