Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

dims/hyperkube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eab3036 · Oct 5, 2021

History

5 Commits
Sep 24, 2021
Sep 24, 2021
Oct 5, 2021
Sep 24, 2021
Sep 24, 2021
Aug 9, 2019
Sep 24, 2021
Sep 24, 2021
Sep 24, 2021
Sep 24, 2021

Repository files navigation

Hyperkube

Hyperkube is a single binary that contains subcommands for starting:

  • kube-apiserver
  • kube-controller-manager
  • kube-proxy
  • kube-scheduler
  • kubectl
  • kubelet

Usage

hyperkube kube-apiserver ${KUBE_API_SERVER_FLAGS}

Building

make

Running Locally

hack/local-up-cluster.sh

*** Note, this script expects containerd and etcd to be running. To install etcd locally, use the hack/install-etcd.sh command.