mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
update generate config
This commit is contained in:
parent
1956294f7c
commit
e13018f0f2
|
|
@ -96,6 +96,7 @@ func GenerateK2ClusterObj(addons string) error {
|
|||
if index == 0 {
|
||||
opt.NfsClientIsDefault = true
|
||||
}
|
||||
case "":
|
||||
default:
|
||||
return errors.New(fmt.Sprintf("This plugin is not supported: %s", strings.TrimSpace(addon)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue