k3s/cluster
Peter Hornyack 6d78f2b666 Default to Windows Server version 1809 for Windows nodes.
Removes all references to 1803, including moving "win1803" directory to
just "windows". A single Windows directory suffices for now, if
necessary in the future we can shard it into directories for each
Windows version.

We've been running tests with Windows 1809 nodes for a couple days in
our fork without major problems:
https://testgrid.k8s.io/google-windows#windows-prototype&width=20.
Testing on Azure is already using 1809:
https://testgrid.k8s.io/sig-windows#Conformance%20acs-engine%20on%20Azure&width=20.
2019-02-21 09:44:44 -08:00
..
addons Merge pull request #74137 from rajansandeep/readinessprobe 2019-02-19 16:24:04 -08:00
centos Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
gce Default to Windows Server version 1809 for Windows nodes. 2019-02-21 09:44:44 -08:00
images Merge pull request #74192 from xichengliudui/fixshellcheck190218 2019-02-20 21:41:25 -08:00
juju Update deprecated links 2019-02-15 09:13:07 -05:00
kubemark Merge pull request #73540 from rlenferink/patch-5 2019-02-08 09:05:56 -08:00
kubernetes-anywhere Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
local Remove duplicated detect-master for local 2018-08-15 19:04:40 +00:00
log-dump Merge pull request #73848 from krzysied/logexporter_custom_fix 2019-02-18 15:23:48 -08:00
pre-existing Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
skeleton fix issue that e2e script exits due to unbound variables 2018-10-12 17:54:20 -07:00
BUILD Update repo-infra, bazel-skylib, rules_docker, and rules_go dependencies 2019-02-12 17:55:10 -08:00
OWNERS Merge pull request #73540 from rlenferink/patch-5 2019-02-08 09:05:56 -08: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 Add path in find-tar for locating node binary tarball 2019-02-12 18:15:17 -08:00
get-kube-binaries.sh Fix setting NODE_ARCH and NODE_PLATFORM 2019-02-11 13:55:44 -08:00
get-kube-local.sh fix get-kube-local.sh 2019-01-12 10:29:29 -08:00
get-kube.sh fix get-kube.sh 2019-01-16 14:29:17 -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 Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
kube-util.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
kubeadm.sh fix shellcheck failures on kube-down.sh kubeadm.sh get-build.sh 2019-02-14 15:12:08 +08:00
kubectl.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
restore-from-backup.sh Remove references to the Debian-based Container-VM image 2018-07-03 17:05:31 -07:00
test-e2e.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test-network.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test-smoke.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
update-storage-objects.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
validate-cluster.sh Update cluster/gce scripts to support Windows nodes. 2019-01-30 19:49:07 -08: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