k3s/cluster
Kubernetes Submit Queue 3655685d64 Merge pull request #50330 from mwielgus/default-pricing
Automatic merge from submit-queue

Ensure that pricing expander is used by default in Cluster Autoscaler

Pricing expander was set as the default one for GCP, however on some occasion it was possible that AUTOSCALER_EXPANDER_CONFIG variable was not set resulting in using the the random expander.
2017-08-09 04:30:09 -07:00
..
addons Added monitoring sidecar for Heapster 2017-08-08 13:15:43 +02:00
aws
centos
gce Merge pull request #50330 from mwielgus/default-pricing 2017-08-09 04:30:09 -07:00
gke
images Merge pull request #50088 from wojtek-t/ha_etcd_migration 2017-08-04 09:44:14 -07:00
juju
kubemark
lib
libvirt-coreos
local
log-dump Add debug logs to log-dump 2017-08-08 21:43:09 +02:00
openstack-heat
photon-controller
pre-existing
saltbase
skeleton
vagrant
vsphere
windows
BUILD
OWNERS
README.md
clientbin.sh
common.sh
get-kube-binaries.sh
get-kube-local.sh
get-kube.sh
kube-down.sh
kube-push.sh
kube-up.sh
kube-util.sh
kubeadm.sh
kubectl.sh
options.md
restore-from-backup.sh
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