Air-gapped install bootstrap script reference
To download the air-gapped installation bootstrap script on an internet-connected host with the same architecture and OS version as the Kubernetes cluster nodes intended for Portworx installation, use the following command:
./px-ag-install.sh [image-commands] [options] '[arguments...]'
note
The script name px-ag-install.sh reflects the default name specified in the installation instructions, but can be whatever you named the script file when you downloaded it.
Image commands
| Command | Description | Required? |
|---|---|---|
pull | Pulls the Portworx container images locally | |
push <registry[/repo]> | Pushes the Portworx images into remote container registry server | |
load node1 [node2 [...]] | Loads the images tarball to remote nodes (note: ssh-access required) |
Options
| Option | Description | Required? |
|---|---|---|
--help | Displays help output | |
-I, --include <image> | Specify additional images to include | |
-E, --exclude <glob> | Specify images to EXCLUDE (e.g. -E 'csi') | |
-n, --dry-run | Show commands instead of running | |
-V, --version | Print version of the script | |
-v | Verbose output |
Load-specific options
| Option | Description | Required? |
|---|---|---|
-e, --rsh <command> | specify the remote shell to use (default ssh) | |
-L, --load-cmd <command> | specify the remote container-load command to use (default auto) | |
-t <prefix> | specify temporary tarball filename (default px-agtmp.tar) | |
--pks | assume PKS environment; transfer images using 'bosh' command |