k3s/cluster
Kubernetes Submit Queue 803e96eb28
Merge pull request #66185 from vantuvt/vantuvt-patch-3
Automatic merge from submit-queue (batch tested with PRs 66177, 66185, 67136, 67157, 65065). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update configure-helper.sh to support heapster resource optimizations

**What this PR does / why we need it**:

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-08-15 02:09:08 -07:00
..
addons Merge pull request #66185 from vantuvt/vantuvt-patch-3 2018-08-15 02:09:08 -07:00
centos Disable initializers by default 2018-07-10 15:14:32 -04:00
gce Merge pull request #66185 from vantuvt/vantuvt-patch-3 2018-08-15 02:09:08 -07:00
images Only register qemu-user-static when necessary. 2018-08-09 15:57:14 -07:00
juju Merge pull request #66039 from liggitt/disable-initializers 2018-07-12 17:57:12 -07:00
kubemark Adding IKS functionality to kubemark 2018-07-23 11:42:22 -04:00
kubernetes-anywhere
local
log-dump Use gcr.io/k8s-testimages/logexporter:v0.1.2. 2018-08-09 13:23:34 +02:00
pre-existing
skeleton
BUILD
OWNERS
README.md
clientbin.sh enable e2e test on Arm64 2018-08-13 16:34:25 +08:00
common.sh
get-kube-binaries.sh
get-kube-local.sh fix create-kubelet-kubeconfig. 2018-08-10 16:07:49 +08:00
get-kube.sh
kube-down.sh Exit gce kube-up.sh early if openssl is LibreSSL 2018-07-26 14:48:51 -07:00
kube-up.sh
kube-util.sh
kubeadm.sh
kubectl.sh
restore-from-backup.sh Remove references to the Debian-based Container-VM image 2018-07-03 17:05:31 -07:00
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 maintenance 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