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
Copy file name to clipboardExpand all lines: README.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,49 @@ is the recommended path to get started with the Cluster Toolkit.
39
39
40
40
---
41
41
42
-
If a self directed path is preferred, you can use the following commands to
43
-
build the `gcluster` binary:
42
+
### Using the Pre-built Bundle (Recommended)
43
+
44
+
For the easiest setup, download the `gcluster_bundle_linux.zip` (for Linux) or `gcluster_bundle_mac.zip` (for macOS) from the [Releases](https://github.com/GoogleCloudPlatform/cluster-toolkit/releases) page. These bundles include the pre-compiled `gcluster` binary, the `examples` folder, and the `community/examples` folder.
45
+
46
+
#### Bundle Compatibility Matrix
47
+
48
+
The pre-built bundles are compiled for Linux and macOS execution environments and support the deployment of the following cluster operating systems.
49
+
50
+
##### Execution Platform (Where the binary runs)
51
+
52
+
| Platform | Support Status | Notes |
53
+
| :--- | :---: | :--- |
54
+
|**Linux**| ✅ | Pre-compiled on Debian Bullseye. |
55
+
|**Google Cloud Shell**| ✅ | Native support via the Linux binary. |
56
+
|**macOS**| ✅ | Native support via the Mac binary. |
57
+
|**Windows**| ❎ | Please [Build from Source](#building-from-source). |
58
+
59
+
1. Download and extract the bundle:
60
+
61
+
```shell
62
+
# Find all available releases at: https://github.com/GoogleCloudPlatform/cluster-toolkit/releases
63
+
# Set the desired version TAG (e.g., v1.82.0)
64
+
TAG=vX.Y.Z
65
+
# Replace gcluster-bundle.zip with the platform-specific filename (e.g., gcluster_bundle_linux.zip)
0 commit comments