Skip to content

Commit 1534443

Browse files
authored
Merge pull request kubernetes#86567 from thdrnsdk/master
change print log for unity when during kubeadm init
2 parents 0e8c210 + 237da62 commit 1534443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/phases/controlplane/volumes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func (c *controlPlaneHostPathMounts) AddHostPathMounts(component string, vols []
144144
// paths in the case that a user specifies the same volume/volume mount name.
145145
func (c *controlPlaneHostPathMounts) AddExtraHostPathMounts(component string, extraVols []kubeadmapi.HostPathMount) {
146146
for _, extraVol := range extraVols {
147-
fmt.Printf("[controlplane] Adding extra host path mount %q to %q\n", extraVol.Name, component)
147+
fmt.Printf("[control-plane] Adding extra host path mount %q to %q\n", extraVol.Name, component)
148148
hostPathType := extraVol.PathType
149149
c.NewHostPathMount(component, extraVol.Name, extraVol.HostPath, extraVol.MountPath, extraVol.ReadOnly, &hostPathType)
150150
}

0 commit comments

Comments
 (0)