k3s/cluster
Davanum Srinivas 954996e231
Move from glog to klog
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
  * github.com/kubernetes/repo-infra
  * k8s.io/gengo/
  * k8s.io/kube-openapi/
  * github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods

Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
..
addons Move from glog to klog 2018-11-10 07:50:31 -05:00
centos Supplementary information for common flags and add restart second config 2018-08-21 11:06:44 +08:00
gce Fix CSI CRD installation for Alpha clusters 2018-11-07 19:46:54 -08:00
images Move from glog to klog 2018-11-10 07:50:31 -05:00
juju fix some typos 2018-10-12 22:29:18 +08:00
kubemark GC kubemark image after cluster starts up 2018-08-31 18:56:36 +02:00
kubernetes-anywhere
local Remove duplicated detect-master for local 2018-08-15 19:04:40 +00:00
log-dump DRY 2018-09-06 16:54:13 -07:00
pre-existing
skeleton fix issue that e2e script exits due to unbound variables 2018-10-12 17:54:20 -07:00
BUILD upstream heptio/kube-conformance 2018-10-12 15:33:15 -04:00
OWNERS Add spiffxp to OWNERS files in bash-heavy dirs 2018-08-31 14:01:16 -07:00
README.md Cleaning up the cluster directory deprecation notice. 2018-09-05 02:00:05 -07:00
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 Fix validate-cluster.sh for clusters with more than 500 nodes. 2018-08-21 15:19:41 +02:00

README.md

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