Skip to content

Commit 86dd72f

Browse files
committed
fix-typo-cmd/kubeadm/app/util/config/initconfiguration.go
1 parent c369cf1 commit 86dd72f

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
@@ -195,7 +195,7 @@ func LoadInitConfigurationFromFile(cfgPath string) (*kubeadmapi.InitConfiguratio
195195

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

0 commit comments

Comments
 (0)