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

This commit is contained in:
Pick1a1username
2019-02-23 22:51:48 +09:00
parent a87114c9f9
commit 66b6ff8127

View File

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