KubeOne(1) KubeOne(1)

kubeone-config-images-list - List images that will be used

kubeone config images list [flags]

List images that will be used

--filter="none" images list filter, one of the [none|base|optional]

-h, --help[=false] help for list

--kubernetes-version="" filter images for a provided kubernetes version

-c, --credentials="" File to source credentials and secrets from

-d, --debug[=false] debug output with stacktrace

-l, --log-format="text" format for logging

-m, --manifest="./kubeone.yaml" Path to the KubeOne config

-t, --tfjson="" Source for terraform output in JSON - to read from stdin. If path is a file, contents will be used. If path is a dictionary, terraform output -json is executed in this path

-v, --verbose[=false] verbose output

# To see all images list
kubeone config images list
# 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

kubeone-config-images(1)

7-Apr-2024 Auto generated by spf13/cobra

Apr 2024 Auto generated by spf13/cobra