mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Add text about example cluster and clarify pre-requisites.
This commit is contained in:
parent
543647c885
commit
e7e7b1cc39
@ -1,6 +1,8 @@
|
||||
## Getting started on Google Compute Engine
|
||||
|
||||
### Prerequisites for minions
|
||||
The example below creates a Kubernetes cluster with 4 worker node Virtual Machines and a master Virtual Machine (i.e. 5 VMs in your cluster). This cluster is set up and controlled from your workstation (or wherever you find convenient).
|
||||
|
||||
### Getting VMs
|
||||
|
||||
1. You need a Google Cloud Platform account with billing enabled. Visit
|
||||
[http://cloud.google.com/console](http://cloud.google.com/console) for more details.
|
||||
@ -9,7 +11,7 @@
|
||||
4. You need to have the Google Cloud Storage API, and the Google Cloud Storage JSON API enabled.
|
||||
|
||||
|
||||
### Prerequisites for the master
|
||||
### Prerequisites for your workstation
|
||||
|
||||
1. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
|
||||
2. You must have the [`gcloud` components](https://developers.google.com/cloud/sdk/) installed.
|
||||
|
Loading…
Reference in New Issue
Block a user