Update macos nudge docs (#9801)

This commit is contained in:
Mo Zhu 2023-02-10 13:31:22 -08:00 committed by GitHub
parent 9dc81228df
commit 3de7b0c3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,17 +10,19 @@ To use MDM features you have to connect Fleet to Apple Push Certificates Portal.
Fleet uses [Nudge](https://github.com/macadmins/nudge) to encourage the installation of macOS updates.
When a minimum version and deadline is saved in Fleet, the end user sees the below window until their macOS version is at or above the minimum version.
When a minimum version and deadline is saved in Fleet, the end user sees the below window until their macOS version is at or above the minimum version.
To set the macOS updates settings in the UI, visit the **Controls** section and then select the **macOS updates** tab. To set the macOS updates settings programmatically, use the configurations listed [here](https://fleetdm.com/docs/using-fleet/configuration-files#mdm-macos-updates).
![Fleet's architecture diagram](https://raw.githubusercontent.com/fleetdm/fleet/main/docs/images/nudge-window.png)
As the deadline gets closer, Fleet provides stronger encouragement.
If the end user has more than 1 day until the deadline, the window is shown everyday. The end user can defer the update and close the window. Theyll see the window again the next day.
If the end user has more than 1 day until the deadline, the Nudge window is shown everyday. The end user can defer the update and close the window.
If there is less than 1 day, the window is shown every 2 hours. The end user can defer and they'll see the window again in 2 hours.
If there is less than 1 day, the window is shown every 2 hours. The end user can defer and close the window.
If the end user is past the deadline, Fleet opens the window. The end user can't close the window.
If the end user is past the deadline, Fleet shows the window and end user can't close the window until they upgrade.
## Disk encryption