Livepatch on-prem enables users to synchronise with the hosted server, and this synchronisation process is configurable.
Currently the only way to limit patch synchronisation is to use the sync_flavours
filter, which means that only patches for the specified kernel flavors will be synced to your on-prem Livepach server instance.
Here is an example that you can run in the shell:
juju config livepatch sync_flavors=generic,lowlatency,aws
In the example above:
Parameter | Description |
---|---|
sync_flavors |
Comma-separated list of kernel flavors to download patches for. |