Skip to content

Commit 9a5b87a

Browse files
authored
Merge pull request kubernetes#81821 from hwdef/fix-typo-cmd/kubeadm/app/util/config/initconfiguration.go
fix-typo-cmd/kubeadm/app/util/config/initconfiguration.go
2 parents f105fef + 86dd72f commit 9a5b87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/util/config/initconfiguration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func LoadInitConfigurationFromFile(cfgPath string) (*kubeadmapi.InitConfiguratio
199199

200200
// LoadOrDefaultInitConfiguration takes a path to a config file and a versioned configuration that can serve as the default config
201201
// If cfgPath is specified, the versioned configs will always get overridden with the one in the file (specified by cfgPath).
202-
// The the external, versioned configuration is defaulted and converted to the internal type.
202+
// The external, versioned configuration is defaulted and converted to the internal type.
203203
// Right thereafter, the configuration is defaulted again with dynamic values (like IP addresses of a machine, etc)
204204
// Lastly, the internal config is validated and returned.
205205
func LoadOrDefaultInitConfiguration(cfgPath string, versionedInitCfg *kubeadmapiv1beta2.InitConfiguration, versionedClusterCfg *kubeadmapiv1beta2.ClusterConfiguration) (*kubeadmapi.InitConfiguration, error) {

0 commit comments

Comments
 (0)