mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
docs: add note that vms should be configured in headless mode
There's no need to have them with a GUI. It makes them quite laggy with the constrained resources allocated to them.
This commit is contained in:
@@ -15,7 +15,12 @@ The "jumpbox" is from where we will be administering/configuring the Kubernetes
|
||||
| node-0 | Kubernetes worker node | 1 | 2GB | 20GB |
|
||||
| node-1 | Kubernetes worker node | 1 | 2GB | 20GB |
|
||||
|
||||
How you provision the machines is up to you, the only requirement is that each machine meet the above system requirements including the machine specs and OS version. Once you have all four machines provisioned, verify the OS requirements by viewing the `/etc/os-release` file:
|
||||
How you provision the machines is up to you, the only requirement is that each machine meet the above system requirements including the machine specs and OS version.
|
||||
|
||||
> [!NOTE]
|
||||
> You should configure these VMs in headless (no GUI/desktop) mode. Our labs will be performed entirely on the command line.
|
||||
|
||||
Once you have all four machines provisioned, verify the OS requirements by viewing the `/etc/os-release` file:
|
||||
|
||||
```bash
|
||||
cat /etc/os-release
|
||||
|
||||
Reference in New Issue
Block a user