Sign inSign up

inercia/kubeadm

By inercia

Updated over 9 years ago
Archived

A minimal Docker image that contains kubeadm.

Image
0

308

inercia/kubeadm repository overview

A docker image for kubeadm

A minimal Docker image that contains kubeadm. It is based on openSUSE:tumbleweed.

Status

This is not ready yet !!!

Usage

  1. Start the kubelet with something like
systemctl start kubelet
  1. Start kubeadm in the master with:
docker run --rm -ti \
        --privileged --net=host \
	-v /etc/kubernetes:/etc/kubernetes \
	inercia/kubeadm init --skip-preflight-checks

kubeadm will create some manifests in /etc/kubernetes/manifests and the kubelet will automatically start those pods.

Tag summary

Content type

Image

Digest

Size

80.9 MB

Last updated

over 9 years ago

docker pull inercia/kubeadm