kubernetes
kubernetes copied to clipboard
minimal and immutable Kubernetes images built with LinuxKit
Also enable external storage provisioners like Ceph RBD. Added eudev needed for detecting device mounts. Without it tools like rbd will timeout waiting for a message on /run/udev/control. Signed-off-by: Bastiaan...
We are in the process of investigating using immutable linuxkit k8s images for production clusters, and for this we would like to use a newer version of kubernetes e.g. 1.14...
**Description** **Steps to reproduce the issue:** When you run this step: Login to the kubelet container: ./ssh_into_kubelet.sh 192.168.65.4 # Which is my Master IP **Describe the results you received:** then...
Is there any simple way to boot it automatically at linux ?
With the switch to v1.10 in #70 we can now make use of https://github.com/kubernetes/kubernetes/pull/55479 and set `noTaintMaster: true` in `kubeadm.conf` instead of untainting after initialisation. Perhaps also depends on #71?
This PR attempts to address https://github.com/linuxkit/kubernetes/issues/74 The kernel, init, and runc image updates are a bit extraneous for this changeset, but the containerd update is required. kubelet changes: - update...
How should I set up my development environment (which tools, CI etc.) to be able to build functional "local" versions of the pkgs like kubelet used in this project? -...
In #70 we switched to the final standalone version of the cri daemon which has now been integrated into containerd as a plugin. At some point we will need a...
I ran 100 iterations of `rtf test` on commit cc58ae93ccbfe8f4acdbb209394fe8af3d06bede. Results were: ``` Total Iterations: 100 Failures: 3 FAIL await kube-dns ready (timeout) 7 FAIL intra-pod networking (timeout) kubernetes.smoke.cri-bridge.log [STDOUT...
Very incomplete right now, will work on it as time allows.