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
+10-25Lines changed: 10 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,31 +96,16 @@ Follow those simple steps, and your world's cheapest Kubernetes cluster will be
96
96
First and foremost, you need to have a Hetzner Cloud account. You can sign up for free [here](https://hetzner.com/cloud/).
97
97
98
98
Then you'll need to have [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli) or [tofu](https://opentofu.org/docs/intro/install/), [packer](https://developer.hashicorp.com/packer/tutorials/docker-get-started/get-started-install-cli#installing-packer) (for the initial snapshot creation only, no longer needed once that's done), [kubectl](https://kubernetes.io/docs/tasks/tools/) cli and [hcloud](https://github.com/hetznercloud/cli) the Hetzner cli for convenience.
99
-
The easiest way is to use the [homebrew](https://brew.sh/) package manager to install them (available on Linux, MacOS, and Windows Linux Subsystem). The timeout command is also used, which is part of coreutils on MacOS.
100
-
101
-
<detailsopen>
102
-
<summary>Brew (Linux, MacOS, Windows Linux Subsystem)</summary>
103
-
104
-
```sh
105
-
brew tap hashicorp/tap
106
-
brew install hashicorp/tap/terraform # OR brew install opentofu
107
-
brew install hashicorp/tap/packer
108
-
brew install kubectl
109
-
brew install hcloud
110
-
brew install coreutils
111
-
```
112
-
</details>
113
-
114
-
<details>
115
-
<summary>Yay (Arch Linux)</summary>
116
-
117
-
```sh
118
-
yay terraform # OR yay opentofu
119
-
yay packer
120
-
yay kubectl
121
-
yay hcloud
122
-
```
123
-
</details>
99
+
The easiest way is to use the [homebrew](https://brew.sh/) package manager to install them (available on MacOS, Linux and Windows Linux Subsystem). The timeout command is also used, which is part of coreutils on MacOS.
0 commit comments