kubernetes/cluster
Lubomir I. Ivanov b4bbf0a69f /cluster: cleanup clientbin.sh
clientbin.sh is only used in kubectl.sh. It contains logic
for finding a binary that was build from the k/k tree
and for printing errors if the binary cannot be found.

- Remove clientbin.sh
- Remove references of clientbin.sh from /cluster/BUILD
- Use hack/lib/util.sh's kube::util::find-binary for finding the binary
2020-04-28 00:27:33 +03:00
..
addons Merge pull request #89415 from wiremind/fluent-plugin-kubernetes_metadata_filter 2020-04-14 22:00:03 -07:00
gce Merge pull request #90156 from vinayakankugoyal/nonroot 2020-04-22 19:21:46 -07:00
images Update default etcd server to 3.4.7 2020-04-13 14:37:56 -07:00
juju re-home juju related source 2019-04-15 16:19:09 -05:00
kubemark Set default value for TEST_CLUSTER_LOG_LEVEL and KUBE_GCE_INSTANCE_PREFIX 2019-11-21 23:26:24 +08:00
log-dump remove kubernetes-anywhere from this repository 2020-04-21 22:52:51 +03:00
pre-existing fix some shellcheck failures of cluster/*.sh 2019-04-04 23:20:52 +08:00
skeleton fix issue that e2e script exits due to unbound variables 2018-10-12 17:54:20 -07:00
BUILD /cluster: cleanup clientbin.sh 2020-04-28 00:27:33 +03: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 Add cheftako as an onwer of cluster/ 2020-03-05 10:24:29 -08: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