Skip to main content

admin-console push-images

Pushes images from an air gap bundle to a private registry. The air gap bundle can be either a Replicated admin console release or an application release.

Usage

kubectl kots admin-console push-images [airgap-bundle] [private-registry] [flags]

This command supports all global flags and also:

FlagTypeDescription
-h, --helpHelp for the admin-console
--registry-usernamestringusername for the private registry
--registry-passwordstringpassword for the private registry
--skip-registry-checkboolSet to true to skip the connectivity test and validation of the provided registry information. Default: false

Examples

kubectl kots admin-console push-images ./kotsadm.tar.gz private.registry.host/app-name \
--registry-username rw-username \
--registry-password rw-password