mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-26 12:27:32 -04:00
Before applying this patch, `cluster/kubectl.sh` failed to find `kubectl` binary in x86 environment. e.g. The latest release v0.17.1 contains following binaries: https://github.com/GoogleCloudPlatform/kubernetes/releases/tag/v0.17.1 ``` $ tree platforms/ platforms/ ├── darwin │ ├── 386 │ │ └── kubectl │ └── amd64 │ └── kubectl ├── linux │ ├── 386 │ │ └── kubectl │ ├── amd64 │ │ └── kubectl │ └── arm │ └── kubectl └── windows └── amd64 └── kubectl.exe ``` |
||
|---|---|---|
| .. | ||
| addons | ||
| aws | ||
| azure | ||
| gce | ||
| gke | ||
| images | ||
| juju | ||
| libvirt-coreos | ||
| ovirt | ||
| rackspace | ||
| saltbase | ||
| ubuntu | ||
| vagrant | ||
| vsphere | ||
| common.sh | ||
| get-kube.sh | ||
| kube-down.sh | ||
| kube-env.sh | ||
| kube-push.sh | ||
| kube-up.sh | ||
| kube-util.sh | ||
| kubectl.sh | ||
| options.md | ||
| README.md | ||
| test-network.sh | ||
| update-storage-objects.sh | ||
| validate-cluster.sh | ||
Cluster Configuration
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.