You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: hack/quickstart/quickstart-gce.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,30 @@
1
1
## GCE Quickstart
2
2
3
+
### Choose a cluster prefix
4
+
5
+
This can be changed to identify separate clusters.
6
+
7
+
```
8
+
export CLUSTER_PREFIX=quickstart
9
+
```
10
+
3
11
### Launch Nodes
4
12
5
13
To find the latest CoreOS alpha/beta/stable images, please see the [CoreOS GCE Documentation](https://coreos.com/os/docs/latest/booting-on-google-compute-engine.html). Then replace the `--image` flag in the command below.
0 commit comments