The chapter 'Bootstrapping the Kubernetes Worker Nodes' is updated.

pull/443/head
Pick1a1username 2019-02-23 22:51:48 +09:00
parent a87114c9f9
commit 66b6ff8127
1 changed files with 8 additions and 0 deletions

View File

@ -280,6 +280,14 @@ EOF
``` ```
### Disabling Swap
```
$ sudo sed -i '/swap/d' /etc/fstab
$ sudo swapoff -a
```
### Starting the Worker Services ### Starting the Worker Services
``` ```