GitXplorerGitXplorer
d

hyperkube

public
6 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
eab3036555ec073ce7a26519adb71eecdb182d48

remove error check

sshamsher31 committed 3 years ago
Unverified
04f5c645314ed4a55f563ab2c61509ff03ae00d6

Check if third_party folder exists

sshamsher31 committed 3 years ago
Unverified
e43f0db35baf78fd38625482db43b71f687cce82

Added local up hack scripts from kubernetes/kubernetes

committed 3 years ago
Unverified
5a9cf78a48dfcda73e662b96c6481972aca8537f

Update to kubernetes 1.22.2

aadisky committed 3 years ago
Unverified
1291c8c969bc77627016aec0ce8e87b19e282900

Initial checkin

ddims committed 5 years ago

README

The README file for this repository.

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.