kubernetes/cluster
Davanum Srinivas c225d13abc
Switch to static bash for etcd
- use bash-static and avoid dragging in all of debian-base
- use distroless as the base image
- the shell script needs a `cp` utility, add a go based one for just
  files (no support for directories!)
- Rework the calls to `mv` and recursive `cp` in the code
- we don't need to support windows in this container image
- the test case was slightly off as it was assuming that the old
  directory was copied into the new directory, but the desired
  functionality is that all files in the old directory should be in the
  new directory.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-19 17:05:24 -04:00
..
addons Use staging-csi to work around quay.io availability 2020-05-19 12:51:54 -04:00
gce Merge pull request #91210 from tosi3k/dont-log-node-ip-range-to-stdout 2020-05-18 13:34:08 -07:00
images Switch to static bash for etcd 2020-05-19 17:05:24 -04:00
kubemark /cluster: add / update OWNERS 2020-04-24 03:21:07 +03:00
log-dump /cluster: add / update OWNERS 2020-04-24 03:21:07 +03:00
pre-existing Merge pull request #90423 from neolit123/1.19-move-cluster-bash-to-util 2020-04-29 04:52:24 -07:00
skeleton /cluster: add / update OWNERS 2020-04-24 03:21:07 +03:00
BUILD Switch to static bash for etcd 2020-05-19 17:05:24 -04:00
common.sh fix shell checks errors in cluster/common.sh 2019-12-25 16:35:11 +08:00
get-kube-binaries.sh fix get-kube authorization headers 2020-02-20 14:07:14 -08:00
get-kube.sh fix get-kube authorization headers 2020-02-20 14:07:14 -08:00
kube-down.sh fix shellcheck failures on kube-down.sh kubeadm.sh get-build.sh 2019-02-14 15:12:08 +08:00
kube-up.sh Remove deprecated centos/local support 2019-04-17 11:03:34 -04:00
kube-util.sh remove kubernetes-anywhere from this repository 2020-04-21 22:52:51 +03:00
kubectl.sh /cluster: cleanup clientbin.sh 2020-04-28 00:27:33 +03:00
OWNERS /cluster: add / update OWNERS 2020-04-24 03:21:07 +03:00
README.md Cleaning up the cluster directory deprecation notice. 2018-09-05 02:00:05 -07:00
validate-cluster.sh Fix shellcheck failures in cluster/validate-cluster.sh 2019-10-01 15:35:39 +09:00

Cluster Configuration

Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. 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 control plane 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.

Analytics