sigs.k8s.io/cluster-api@v1.7.1/docs/book/src/clusterctl/commands/additional-commands.md (about) 1 # clusterctl config repositories 2 3 Display the list of providers and their repository configurations. 4 5 clusterctl ships with a list of known providers; if necessary, edit 6 $XDG_CONFIG_HOME/cluster-api/clusterctl.yaml file to add a new provider or to customize existing ones. 7 8 # clusterctl help 9 10 Help provides help for any command in the application. 11 Simply type `clusterctl help [command]` for full details. 12 13 # clusterctl version 14 15 Print clusterctl version. 16 17 # clusterctl init list-images 18 19 Lists the container images required for initializing the management cluster.