mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Add a note wrt. needing storage & storage apis on.
This commit is contained in:
parent
242627eaf0
commit
9408bd77ec
@ -26,10 +26,11 @@ While the concepts and architecture in Kubernetes represent years of experience
|
|||||||
1. You need a Google Cloud Platform account with billing enabled. Visit
|
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.
|
[http://cloud.google.com/console](http://cloud.google.com/console) for more details.
|
||||||
2. Make sure you can start up a GCE VM. At least make sure you can do the [Create an instance](https://developers.google.com/compute/docs/quickstart#addvm) part of the GCE Quickstart.
|
2. Make sure you can start up a GCE VM. At least make sure you can do the [Create an instance](https://developers.google.com/compute/docs/quickstart#addvm) part of the GCE Quickstart.
|
||||||
3. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
|
3. You need to have the Google Storage API, and the Google Storage JSON API enabled.
|
||||||
4. You must have the [`gcloud` components](https://developers.google.com/cloud/sdk/) installed.
|
4. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
|
||||||
5. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
|
5. You must have the [`gcloud` components](https://developers.google.com/cloud/sdk/) installed.
|
||||||
6. Get the Kubernetes source:
|
6. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
|
||||||
|
7. Get the Kubernetes source:
|
||||||
|
|
||||||
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
|
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user