KUBEDGE SDK

    Recompile Kubernetes components for Raspberry PI

    During the installation of official Kubernetes 1.11.0 on RPI Cluster 1, encountered a bug on the controller manager preventing the controller-manager from starting. The problem here was to be able to cross compiled the latest version of Kubernetes 1.11.1 before the code was officially released and of course rebuild the images.

    docker.io versus docker-ce

    Wondering why you have a strange error such as ‘from …’ when running docker build. The reason is linked to an older version of docker installed.

    Setup SingleNode Kubernetes Cluster using kubeadm

    Setup simple kubernetes cluster for test purposes.