Updated worker setup for AWS
parent
b7ae204c86
commit
893d689658
|
@ -174,6 +174,7 @@ RestartSec=5
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target" > /etc/systemd/system/kubelet.service'
|
WantedBy=multi-user.target" > /etc/systemd/system/kubelet.service'
|
||||||
```
|
```
|
||||||
|
- Note: If you are deploying this on AWS then you should add ``--cloud-provider=aws`` in the ``kubelet.service`` unit file's [Service] section. If you are adding this before ``--v=2`` line , remember to add ``\`` character at the end.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
|
|
Loading…
Reference in New Issue