mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
The chapter 'Bootstrapping the Kubernetes Worker Nodes' is updated.
This commit is contained in:
@@ -280,6 +280,14 @@ EOF
|
||||
```
|
||||
|
||||
|
||||
### Disabling Swap
|
||||
|
||||
```
|
||||
$ sudo sed -i '/swap/d' /etc/fstab
|
||||
$ sudo swapoff -a
|
||||
```
|
||||
|
||||
|
||||
### Starting the Worker Services
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user