mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-21 12:25:19 +00:00
Merge pull request #3336 from manuelbuil/disable-nm-cloud-setup
Disable nm-cloud-setup service in RHEL
This commit is contained in:
@@ -388,3 +388,9 @@ It is recommended to turn off firewalld:
|
||||
```
|
||||
systemctl disable firewalld --now
|
||||
```
|
||||
|
||||
If enabled, it is required to disable nm-cloud-setup and reboot the node:
|
||||
```
|
||||
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
|
||||
reboot
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user