We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa7c1f commit 162991fCopy full SHA for 162991f
cmd/kuberoCli/install.go
@@ -349,7 +349,7 @@ func installIngress() {
349
} else {
350
351
if clusterType == "" {
352
- clusterType = selectFromList("Which cluster type have you insalled?", clusterTypeList, "")
+ clusterType = selectFromList("Which cluster type have you installed?", clusterTypeList, "")
353
}
354
355
prefill := "baremetal"
@@ -644,7 +644,7 @@ func installKuberoUi() {
644
//kuberoUIConfig.Spec.Image.Tag = "v2.0.0-rc.8"
645
646
647
648
649
650
if clusterType == "linode" ||
0 commit comments