Docker Image Management
Install Base Artifacts
bash ./install.sh v-5.10.0-xxxxxxxecho 'export PATH=$PATH:/opt/pf9/airctl' >> ~/.bashrc
source ~/.bashrcConfiguration
$ /opt/pf9/airctl/airctl configure --config /opt/pf9/airctl/conf/airctl-config.yaml
$ /opt/pf9/airctl/airctl configure --help
generates the configuration for the management plane, including configuration options to create the management cluster and the management plane
Usage:
airctl configure [flags]
Flags:
-f, --du-fqdn duFQDN specify the management plane (DU) FQDN. Defaults to airctl-1.platform9.localnet
-e, --external-ip4 ip set the external IPv4 for the DU
-x, --external-ip6 ip set the external IPv6 for the DU
-h, --help help for configure
-4, --ipv4-enabled set this flag to enable ipv4 network. To enable dual stack networks, set this flag and "ipv6-enabled"
-6, --ipv6-enabled set this flag to enable ipv6 network. To enable dual stack networks, set this flag and "ipv4-enabled"
-i, --master-ips ipSlice a set of master node IP(s), separated by commas (default [])
--master-vip4 ip the VIP of type IPv4 for management cluster
--master-vip6 ip the VIP of type IPv6 for management cluster
-m, --num-masters int set the number of master nodes, only inputs supported are 1,3 and 5. Defaults to 1. (default 1)
--private-reg-base privateRegistryBasePath set the private registry base url if the registry for container images is set to "custom"
--registry-type privateRegistryType type of container image registry to use. Possible values: DU, custom, none. Defaults to DU
-u, --unattended set the unattended flag to disable prompts for configuration options
-w, --worker-ips ipSlice a set of worker node IP(s), separated by commas (default [])
Global Flags:
--config string config file (default is $HOME/airctl-config.yaml)
--json json output for commands (configure-hosts only currently)
--quiet disable spinners
--verbose print verbose logs to the consoleCreating the Management Cluster
Starting the Management Plane
Management Server Private Registry (Airgapped)
Stopping The Management Plane
Management Plane Health
Host Management
Host Health
Obtain Credentials
Accessing the UI/CLI
Configure Hosts
Last updated
Was this helpful?
