diff --git a/pkg/config/vm.go b/pkg/config/vm.go index e6dce4e3..c01e775c 100644 --- a/pkg/config/vm.go +++ b/pkg/config/vm.go @@ -18,7 +18,7 @@ package config const ( // VMDescription is the default description in a VM. - VMDescription = "Automatically created Kubernetes node by CloudTower %s." + VMDescription = "Automatically created Kubernetes node by server %s." // VMNumCPUs is the default virtual processors in a VM. VMNumCPUs = 2