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

Latest commit

 

History

History
24 lines (16 loc) · 435 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 435 Bytes

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.