diff --git a/install/autodetect.go b/install/autodetect.go index aa474e631c..e0b7e33409 100644 --- a/install/autodetect.go +++ b/install/autodetect.go @@ -31,7 +31,7 @@ var ( }, } - clusterNameValidation = regexp.MustCompile(`^[a-z0-9]([-a-z0-9]*[a-z0-9])$`) + clusterNameValidation = regexp.MustCompile(`^[a-zA-Z0-9]([-a-zA-Z0-9]*[a-zA-Z0-9])$`) ) func (p Parameters) checkDisabled(name string) bool {