Please enable JavaScript.
Coggle requires JavaScript to display documents.
Livepatch Server Config, Client configuration - Coggle Diagram
Livepatch Server Config
Step1
: Install the Ubuntu Pro Client
Confluence Doc
Step2
: Attach your subscription to livepatch server
Confluence Doc
Step3
: Initialize juju on your livepatch server
Confluence Doc
Step4
: Deploying the bundle on livepatch server
Confluence Doc
Step5
: Configuring livepatch server
Confluence Doc
Step6
: Deploying with a config overlay
Confluence Doc
Step7
: Setting up authentication
Confluence Doc
Step8
: Installing of canonical-livepatch-server-admin tool
Confluence Doc
Step9
: Downloading patches
Confluence Doc
Step10
: Patches management
Confluence Doc
Needed Configurations on Livepatch server for server-client communication
Generating the authorization token on the livepatch server machine
sudo livepatch-admin auth-token <id> <tier>
Authorized the token for Clients communication on livepatch server
sudo canonical-livepatch enable <livepatch_server_token>
Server-Client communication established
Client configuration
Step1
: Network access
Confluence Doc
Step2
: Configure livepatch client
Confluence Doc
Step3
: Configure Client to pull patches from Livepatch server
sudo canonical-livepatch config remote-server="http(s)://<livepatch_server>"