.nh .TH "KubeOne" "1" "Feb 2026" "Auto generated by spf13/cobra" "" .SH NAME kubeone-mirror-images - Mirror images to another registry .SH SYNOPSIS \fBkubeone mirror-images [registry] [flags]\fP .SH DESCRIPTION Mirror images used by KubeOne to another registry. This command lists the images (including control-plane images) and copies them to the specified target registry. .SH OPTIONS \fB--dry-run\fP[=false] Only print the names of source and destination images .PP \fB--filter\fP="none" images list filter, one of the [none|base|optional|control-plane] .PP \fB-h\fP, \fB--help\fP[=false] help for mirror-images .PP \fB--insecure\fP[=false] insecure option to bypass TLS certificate verification .PP \fB--kubernetes-versions\fP="" Kubernetes versions (comma-separated, format: vX.Y[.Z]) .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-c\fP, \fB--credentials\fP="" File to source credentials and secrets from .PP \fB-d\fP, \fB--debug\fP[=false] debug output with stacktrace .PP \fB-l\fP, \fB--log-format\fP="text" format for logging .PP \fB-m\fP, \fB--manifest\fP="./kubeone.yaml" Path to the KubeOne config .PP \fB-t\fP, \fB--tfjson\fP="" Source for terraform output in JSON - to read from stdin. If path is a file, contents will be used. If path is a dictionary, \fBterraform output -json\fR is executed in this path .PP \fB-v\fP, \fB--verbose\fP[=false] verbose output .SH EXAMPLE .EX # Mirror all images to a target registry kubeone mirror-images myregistry.com # Mirror images for a specific Kubernetes versions kubeone mirror-images --kubernetes-versions=v1.26.0,v1.29.0 --filter=control-plane myregistry.com .EE .SH SEE ALSO \fBkubeone(1)\fP .SH HISTORY 8-Feb-2026 Auto generated by spf13/cobra