mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Simplify getting started guide by providing only one download option. Advanced user can still see the wget option when looking at https://get.k8s.io.
This commit is contained in:
parent
5aa0219ada
commit
d7c07b0def
@ -19,18 +19,12 @@ If you want to use custom binaries or pure open source Kubernetes, please contin
|
|||||||
|
|
||||||
### Starting a Cluster
|
### Starting a Cluster
|
||||||
|
|
||||||
You can install a cluster with one of two one-liners:
|
You can install a client and start a cluster with this command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -sS https://get.k8s.io | bash
|
curl -sS https://get.k8s.io | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wget -q -O - https://get.k8s.io | bash
|
|
||||||
```
|
|
||||||
|
|
||||||
Once this command completes, you will have a master VM and four worker VMs, running as a Kubernetes cluster. By default, some containers will already be running on your cluster. Containers like `kibana` and `elasticsearch` provide [logging](../logging.md), while `heapster` provides [monitoring](../../cluster/addons/cluster-monitoring/README.md) services.
|
Once this command completes, you will have a master VM and four worker VMs, running as a Kubernetes cluster. By default, some containers will already be running on your cluster. Containers like `kibana` and `elasticsearch` provide [logging](../logging.md), while `heapster` provides [monitoring](../../cluster/addons/cluster-monitoring/README.md) services.
|
||||||
|
|
||||||
If you run into trouble please see the section on [troubleshooting](gce.md#troubleshooting), or come ask questions on IRC at #google-containers on freenode.
|
If you run into trouble please see the section on [troubleshooting](gce.md#troubleshooting), or come ask questions on IRC at #google-containers on freenode.
|
||||||
|
Loading…
Reference in New Issue
Block a user