The chapter 'Bootstrapping the Kubernetes Worker Nodes' is updated.
parent
a87114c9f9
commit
66b6ff8127
|
@ -280,6 +280,14 @@ EOF
|
|||
```
|
||||
|
||||
|
||||
### Disabling Swap
|
||||
|
||||
```
|
||||
$ sudo sed -i '/swap/d' /etc/fstab
|
||||
$ sudo swapoff -a
|
||||
```
|
||||
|
||||
|
||||
### Starting the Worker Services
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue