Skip to content

vsatctl preflight

vsatctl preflight [flags]

Run prerequisite checks for installing VSatellite

The vsatctl preflight command is designed to streamline and improve the installation process of VSatellites. It identifies any environmental or prerequisite issues that could hinder the successful deployment of VSatellites so you can resolve them before the installation process begins.

Note

This command must be run with root privileges because that is one of the prerequisites of vsatctl install.

Examples

sudo vsatctl preflight

Options

  -h, --help                 help for preflight
      --install-dir string   specify directory which will have all VSatellite install artifacts
      --region Region        cloud region. Allowed "us" or "eu" (default us)
      --text                 Allows you to print the preflight check as plain text

See also