corectl
corectl copied to clipboard
CoreOS over macOS made very simple
It doesn't try to fetch the image: ```bash ✘ ~ corectl -d run [ERROR] offline and not a single locally imageavailable for 'alpha' channel ```
Hi, we updated some exported function comments based on best practices from [Effective Go](https://golang.org/doc/effective_go.html#commentary). It’s admittedly a relatively minor fix up. Does this help you?
I was using the corectl "v-0.2.9" app on MAC and when installing the stable version of Core OS: it gives me error: Fetching lastest CoreOS stable channel ISO… ---> downloading...
I'm using corectl 0.7.18 and getting this error with `corectl pull -f`: [q@x/0 ~] corectl -d pull -f [WARN] /Users/q/.coreos/images/alpha/1520.1.0/coreos_production_pxe.vmlinuz missing - alpha/1520.1.0 ignored ---> downloading and verifying alpha/1520.1.0 [DEBUG]...
Trying to build on OS X 10.12.6 (Sierra): /bin/cp hyperkit/build/hyperkit /Users/xxxxxxx/code/kubernetes/corectl/bin/corectld.runner /bin/rm -rf examples/dtrace cd hyperkit; \ /usr/bin/sed -i.bak -e "s,hyperkit,corectld.runner,g" dtrace/*.d; \ /bin/rm -rf dtrace/*.bak ; \ /bin/cp -r...
It would be great to be able to specify additional hardware for VMs. Our specific use case would be to add an additional, unconfigured network adapter in VMs used in...
I am using `corectl` HEAD: ``` corectl version Server: Version: 0.7.18-19-g074c74 Go Version: go1.8 Built: Mon Oct 23 11:34:12 PDT 2017 OS/Arch: darwin/amd64 Client: Version: 0.7.18-19-g074c74 Go Version: go1.8 Built:...
handles #100
Following the upgrade to OCaml 4.05.0 in Homebrew, `corectl` can no longer build. The error is ``` ==> opam install uri ocamlfind qcow-format conf-libev io-page= "4.02.1" & ocaml-version < "4.03"....
I'm trying to generate a `rkt` image on my mac, can I do it using `corectl`?