mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-29 22:04:01 -04:00
Automatic merge from submit-queue (batch tested with PRs 40971, 41027, 40709, 40903, 39369) Bump GCI to gci-beta-56-9000-80-0 cc/ @Random-Liu @adityakali Changelogs since gci-dev-56-8977-0-0 (currently used in Kubernetes): - "net.ipv4.conf.eth0.forwarding" and "net.ipv4.ip_forward" may get reset to 0 - Track CVE-2016-9962 in Docker in GCI - Linux kernel CVE-2016-7097 - Linux kernel CVE-2015-8964 - Linux kernel CVE-2016-6828 - Linux kernel CVE-2016-7917 - Linux kernel CVE-2016-7042 - Linux kernel CVE-2016-9793 - Linux kernel CVE-2016-7039 and CVE-2016-8666 - Linux kernel CVE-2016-8655 - Toolbox: allow docker image to be loaded from local tarball - Update compute-image-package in GCI - Change the product name on /etc/os-release (to COS) - Remove 'dogfood' from HWID_OVERRIDE in /etc/lsb-release - Include Google NVME extensions to optimize LocalSSD performance. - /proc/<pid>/io missing on GCI (enables process stats accounting) - Enable BLK_DEV_THROTTLING cc/ @roberthbailey @fabioy for GKE cluster update |
||
|---|---|---|
| .. | ||
| addons | ||
| aws | ||
| azure | ||
| azure-legacy | ||
| centos | ||
| gce | ||
| gke | ||
| images | ||
| juju | ||
| kubemark | ||
| lib | ||
| libvirt-coreos | ||
| local | ||
| openstack-heat | ||
| ovirt | ||
| photon-controller | ||
| rackspace | ||
| saltbase | ||
| skeleton | ||
| ubuntu | ||
| vagrant | ||
| vsphere | ||
| windows | ||
| BUILD | ||
| 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 | ||
| log-dump.sh | ||
| options.md | ||
| OWNERS | ||
| README.md | ||
| restore-from-backup.sh | ||
| test-e2e.sh | ||
| test-network.sh | ||
| test-smoke.sh | ||
| update-storage-objects.sh | ||
| validate-cluster.sh | ||
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.