Robert Andrew Ditthardt

Results 57 comments of Robert Andrew Ditthardt

Kernel is 3.14 with several docker specific features backported. I just had to enable a few flags extra to work with aufs and overlay...overlay is still giving me trouble, but...

Btw, theoretically the rasp pi 3 could work on this image with some /boot modifications... they do use the same cpu.

I am going to have to use btrfs for performance and reliability reasons. AUFS is too slow and wonky and overlay doesn't work in this kernel... Even after having it...

https://github.com/luxas/kubernetes-on-arm/pull/75

No aarch64 support for applications though =(

Arch linux 64 sounds like it will work. It would need to use the odroid c2 kernel and I'm not sure what, if any, uboot modifications would be required. Personally,...

We're going to need to figure out a way to deal with this...maybe just require the fuse package on all os images?...then include some scripts in the hyperkube image that...

Hey all, joining the party late. Can we start documenting each thing that needs to get done as a separate issue? I'd love to help with implementation and testing. I'm...

Maybe we can use the debug library to look up the stack and see if there's a "require" call, then grab the contents of that file using the same and...

We are certainly happy to accept pull requests for this! Unfortunately I do not have time to investigate + implement this presently.