Results 79 comments of Ian Campbell

You should use `linuxkit pkg build «path»` not `docker build «path»`, that will incorporate the settings from `build.yml` and produce a working package. You can install the tool from the...

> What would be the best way to get understanding how and which files and folders are linked together and in which order that happens (what overwrites what) ? I'm...

Does this still happen with Kube 1.9 (just merged via #33)? I think I saw some improvements in this area. If not then please open an issue against kubernetes or...

I just built and booted current master (d39e6ba85fa46a19e77668e436c9e02da8c03850), booted and ran `kubeadm-init.sh` waited for the pods to all come up then powered off with `poweroff`. I then booted again with...

LinuxKit doesn't use systemd. As said in https://github.com/linuxkit/kubernetes/issues/26#issuecomment-352443648 I think this is an upstream issue.

Not quite sure what you are asking, but if you are asking whether it is possible to automatically boot a linuxkit/kubernetes VM at host boot then that would be something...

This has changed in https://github.com/kubernetes/kubernetes/pull/64210 (will be in v1.12 AFAICT). A [comment](https://github.com/kubernetes/kubernetes/blob/3abba25160590921fec61236ba012a8bbd757d6c/cmd/kubeadm/app/apis/kubeadm/v1alpha2/types.go#L139...L142) in there explains: ``` + // Taints specifies the taints the Node API object should be registered with....

For the `kube-dns` issue the distribution of iterations for success is potentially interesting: ``` [go:LinuxKit] ijc@bokrug:test$ sed -n -E -e 's/.*(SUCCESS await kube-dns ready..after)/\1/g'p results-cc58ae93ccbfe8f4acdbb209394fe8af3d06bede.0/*/k*cri-bridge*.log | sort -k6 -n |...

This is hitting issues with the `linuxkit build` getting randomly `SIGKILL`'d, I _think_ it is getting squashed by the OOM killer and raised https://github.com/moby/tool/pull/191 to reduce the memory overheads. I'm...

Early indications are that `medium+` (3 CPU 6GB RAM) is insufficient while `large` (4 CPU 8GB RAM) is enough. In https://github.com/moby/tool/pull/191 I observed the initial RAM usage before my changes...