Skip to content

Commit

Permalink
Replace 'CloudTower' with 'server' in the node VM description
Browse files Browse the repository at this point in the history
  • Loading branch information
haijianyang committed Dec 9, 2024
1 parent 0b94a34 commit 41f0c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41f0c4c

Please sign in to comment.