Skip to content

Commit 40f691a

Browse files
authored
Merge pull request kubernetes#76918 from xichengliudui/cleanup-kubeadm-master
kubeadm cleanup: master -> control-plane
2 parents 4ec29a1 + 81c30cb commit 40f691a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/kubeadm/test/util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ func SetupTempDir(t *testing.T) string {
4545
return tmpdir
4646
}
4747

48-
// SetupInitConfigurationFile is a utility function for kubeadm testing that writes a master configuration file
48+
// SetupInitConfigurationFile is a utility function for kubeadm testing that writes a InitConfiguration file
4949
// into /config subfolder of a given temporary directory.
50-
// The function returns the path of the created master configuration file.
50+
// The function returns the path of the created InitConfiguration file.
5151
func SetupInitConfigurationFile(t *testing.T, tmpdir string, cfg *kubeadmapi.InitConfiguration) string {
5252

5353
cfgPath := filepath.Join(tmpdir, "config/masterconfig.yaml")

0 commit comments

Comments
 (0)