.nh .TH "KubeOne" "1" "Feb 2026" "Auto generated by spf13/cobra" "" .SH NAME kubeone-config-images-list - List images that will be used .SH SYNOPSIS \fBkubeone config images list [flags]\fP .SH DESCRIPTION List images that will be used .SH OPTIONS \fB--all\fP[=false] list all images, including optional ones .PP \fB--filter\fP="none" images list filter, one of the [none|base|optional] .PP \fB-h\fP, \fB--help\fP[=false] help for list .PP \fB--kubernetes-version\fP="" filter images for a provided kubernetes version .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 # To see default images list kubeone config images list # To see all images list for all Kubernetes versions kubeone config images list --all # To see base images list kubeone config images list --filter base # To see optional images list kubeone config images list --filter optional # To see images for a specific Kubernetes version kubeone config images list --kubernetes-version=1.26.0 # To see images list affected by the registryConfiguration configuration (in case if any) kubeone config images list -m mycluster.yaml .EE .SH SEE ALSO \fBkubeone-config-images(1)\fP .SH HISTORY 8-Feb-2026 Auto generated by spf13/cobra