`Choose a specific Kubernetes version for the control plane.`,
`Choose a specific Kubernetes version for the control plane.`,
)
)
flagSet.StringVar(featureGatesString,"feature-gates",*featureGatesString,"A set of key=value pairs that describe feature gates for various features. "+
flagSet.StringVar(featureGatesString,options.FeatureGatesString,*featureGatesString,"A set of key=value pairs that describe feature gates for various features. "+
fs.BoolVar(&flags.allowExperimentalUpgrades,"allow-experimental-upgrades",flags.allowExperimentalUpgrades,"Show unstable versions of Kubernetes as an upgrade alternative and allow upgrading to an alpha/beta/release candidate versions of Kubernetes.")
fs.BoolVar(&flags.allowExperimentalUpgrades,"allow-experimental-upgrades",flags.allowExperimentalUpgrades,"Show unstable versions of Kubernetes as an upgrade alternative and allow upgrading to an alpha/beta/release candidate versions of Kubernetes.")
fs.BoolVar(&flags.allowRCUpgrades,"allow-release-candidate-upgrades",flags.allowRCUpgrades,"Show release candidate versions of Kubernetes as an upgrade alternative and allow upgrading to a release candidate versions of Kubernetes.")
fs.BoolVar(&flags.allowRCUpgrades,"allow-release-candidate-upgrades",flags.allowRCUpgrades,"Show release candidate versions of Kubernetes as an upgrade alternative and allow upgrading to a release candidate versions of Kubernetes.")
fs.BoolVar(&flags.printConfig,"print-config",flags.printConfig,"Specifies whether the configuration file that will be used in the upgrade should be printed or not.")
fs.BoolVar(&flags.printConfig,"print-config",flags.printConfig,"Specifies whether the configuration file that will be used in the upgrade should be printed or not.")
fs.StringVar(&flags.featureGatesString,"feature-gates",flags.featureGatesString,"A set of key=value pairs that describe feature gates for various features. "+