allErrs=append(allErrs,field.Invalid(fldPath,"","using token-based discovery without caCertHashes can be unsafe. Set unsafeSkipCAVerification to continue"))
"The token to use for establishing bidirectional trust between nodes and masters. The format is [a-z0-9]{6}\\.[a-z0-9]{16} - e.g. abcdef.0123456789abcdef",
)
}
// AddTTLFlag adds the --token-ttl flag to the given flagset
fmt.Sprintf("Describes the ways in which this token can be used. You can pass --usages multiple times or provide a comma separated list of options. Valid options: [%s]",strings.Join(kubeadmconstants.DefaultTokenUsages,",")),