k3s/cluster
Kubernetes Submit Queue 894d8605dc Merge pull request #34415 from colemickens/colemickens-hack-hyperkube
Automatic merge from submit-queue

Fix hack/dev-push-hyperkube.sh

<!--  Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->

**What this PR does / why we need it**: This fixes `hack/dev-push-hyperkube.sh`. It simplifies/standardizes its usage and fixes it for the changes to the build system.
2016-10-11 03:15:38 -07:00
..
addons Bump up addon kube-dns to v20 for graceful termination 2016-09-29 18:09:20 -07:00
aws Fix typo: incremeting -> incrementing 2016-09-24 16:10:51 -04:00
azure
azure-legacy [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
centos Fix typo: incremeting -> incrementing 2016-09-24 16:10:51 -04:00
gce Fix upgrade.sh image setup 2016-10-10 10:54:58 -07:00
gke Add a script to "stop" GKE cluster creation 2016-09-30 13:42:48 +02:00
images Merge pull request #34415 from colemickens/colemickens-hack-hyperkube 2016-10-11 03:15:38 -07:00
juju Merge pull request #31736 from chuckbutler/dont-bootstrap-on-tests 2016-10-08 13:12:42 -07:00
kubemark Make it possible to set etcd version in kubemark 2016-09-27 13:13:29 +02:00
lib
libvirt-coreos [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
local Merge pull request #28469 from asalkeld/local-e2e 2016-09-11 05:44:47 -07:00
mesos/docker Remove support for boot2docker 2016-10-03 19:42:20 -07:00
openstack-heat Merge pull request #27783 from jianhuiz/openstack-heat-network 2016-09-07 16:25:02 -07:00
ovirt
photon-controller [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
rackspace
saltbase Merge pull request #31467 from vmware/fix-vsphere-cloud-provider.kerneltime 2016-10-05 19:12:17 -07:00
skeleton
ubuntu Ubuntu: download client and server tarballs instead of mondo-tarball 2016-10-07 17:08:41 -07:00
vagrant Fix typo: incremeting -> incrementing 2016-09-24 16:10:51 -04:00
vsphere Merge pull request #31467 from vmware/fix-vsphere-cloud-provider.kerneltime 2016-10-05 19:12:17 -07:00
OWNERS Add jbeda to OWNERS for build, cluster, hack 2016-09-27 14:53:16 -07:00
README.md
common.sh Show errors in tars_from_version 2016-09-19 16:26:07 +02:00
get-kube-binaries.sh Create a get-kube-binaries script to download client/server tarballs 2016-10-07 16:01:27 -07:00
get-kube-local.sh
get-kube.sh Create a get-kube-binaries script to download client/server tarballs 2016-10-07 16:01:27 -07:00
kube-down.sh
kube-push.sh
kube-up.sh
kube-util.sh
kubectl.sh
log-dump.sh log-dump.sh: Add a LOG_DUMP_USE_KUBECTL mode, refactor 2016-10-10 13:41:49 -07:00
options.md
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintainence mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.

See the getting-started guides for examples of how to use the scripts.

cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.

The heavy lifting of configuring the VMs is done by SaltStack.

Analytics