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
+29-9Lines changed: 29 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ is the recommended path to get started with the Cluster Toolkit.
41
41
42
42
### Using the Pre-built Bundle (Recommended)
43
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.
44
+
For the easiest setup, download the appropriate bundle for your operating system and architecture (e.g., gcluster_bundle_linux_amd64.zip, gcluster_bundle_linux_arm64.zip, gcluster_bundle_mac_amd64.zip, or gcluster_bundle_mac_arm64.zip) 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
45
46
46
#### Bundle Compatibility Matrix
47
47
@@ -51,25 +51,45 @@ The pre-built bundles are compiled for Linux and macOS execution environments an
51
51
52
52
| Platform | Support Status | Notes |
53
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. |
54
+
|**Linux (amd64 / arm64)**| ✅ | Pre-compiled on Debian Bullseye. Includes amd64 (x86_64) and arm64 builds starting v1.85.0. |
55
+
|**Google Cloud Shell**| ✅ | Native support via the Linux amd64 binary. |
56
+
|**macOS (amd64 / arm64)**| ✅ | Native support via the Mac binary. Includes amd64 (Intel) and arm64 (Apple Silicon) builds starting v1.85.0. |
57
57
|**Windows**| ❎ | Please [Build from Source](#building-from-source). |
58
58
59
59
1. Download and extract the bundle:
60
60
61
+
> **_NOTE:_** The binary is available starting with version 1.82.0 [Only supports x86/amd64 arch]. Multi-architecture builds (amd64 and arm64) are available starting with version 1.85.0.
62
+
63
+
For versions v1.85.0 and newer (Multi-architecture):
64
+
61
65
```shell
62
66
# Find all available releases at: https://github.com/GoogleCloudPlatform/cluster-toolkit/releases
63
-
# Set the desired version TAG (e.g., v1.82.0)
67
+
# Set the desired version TAG (e.g., v1.85.0)
64
68
TAG=vX.Y.Z
65
-
# Replace gcluster-bundle.zip with the platform-specific filename (e.g., gcluster_bundle_linux.zip)
0 commit comments