Commit 03725f78 authored by Joshua M. Keyes's avatar Joshua M. Keyes

Provide imageRepository override for 'kubeadm config images' commands.

parent b1829dff
......@@ -519,5 +519,6 @@ func AddImagesCommonConfigFlags(flagSet *flag.FlagSet, cfg *kubeadmapiv1beta1.In
`Choose a specific Kubernetes version for the control plane.`,
)
options.AddFeatureGatesStringFlag(flagSet, featureGatesString)
options.AddImageMetaFlags(flagSet, &cfg.ImageRepository)
flagSet.StringVar(cfgPath, "config", *cfgPath, "Path to kubeadm config file.")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment