Airgap Install
In this mode, you will:
Pre-requisites
NTP Configuration (Client-Side)
sudo mkdir -p /etc/systemd/timesyncd.conf.d echo "[Time] NTP=<ntp-server-ip-or-fqdn>" | sudo tee /etc/systemd/timesyncd.conf.d/custom.conf
#Restart service:
sudo systemctl restart systemd-timesyncd sudo systemctl enable systemd-timesyncd
#Verify Sync
timedatectl status timedatectl show-timesync --allSet Up Private APT Repository
Initialise the repository with the suitable options from the below.
Option 1 — HTTP (Insecure)
Option 2 — HTTPS (Secure, Recommended)
Configure each pcd nodes with apt repo:
Private Docker Registry Setup
Upload Images to Private Registry
Configure Docker to Trust the Private Registry
Install OpenSSL
Package Updates
Configure and Deploy PCD
Step 2: Make the Installer Executable
Step 3: Run the Installation Script
Step 4: Add airctl to System Path
Configure airctl
Last updated
Was this helpful?
