github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/docs/kismatic-cli/kismatic_seed-registry.md (about) 1 ## kismatic seed-registry 2 3 seed a registry with the container images required by KET 4 5 ### Synopsis 6 7 8 9 Seed a registry with the container images required by KET during the installation 10 or upgrade of your Kubernetes cluster. 11 12 The docker command line client must be installed on this machine to be able 13 to push the images to the registry. 14 15 The location of the registry is obtained from the plan file by default. If you 16 don't have a plan file, you can pass the location of the registry using the 17 --server flag. The server specified through the flag takes precedence over the 18 one defined in the plan file. 19 20 If you want to further control how your registry is seeded, or if you are only 21 interested in the list of all images that can be used in a KET installation, you 22 may use the --list-only flag. 23 24 25 ``` 26 kismatic seed-registry [flags] 27 ``` 28 29 ### Options 30 31 ``` 32 -h, --help help for seed-registry 33 --images-manifest-file string path to the container images manifest file 34 --list-only when true, the images will only be listed but not pushed to the registry 35 -f, --plan-file string path to the installation plan file (default "kismatic-cluster.yaml") 36 --server string set to the location of the registry server, without the protocol (e.g. localhost:5000) 37 --verbose enable verbose logging 38 ``` 39 40 ### SEE ALSO 41 * [kismatic](kismatic.md) - kismatic is the main tool for managing your Kubernetes cluster 42 43 ###### Auto generated by spf13/cobra on 13-Mar-2018