Skip to content

Commit

Permalink
Merge pull request #3088 from neolit123/1.31-enable-v1nbeta4-in-kinder
Browse files Browse the repository at this point in the history
kinder: fix typo in kubeadm-config.go
  • Loading branch information
k8s-ci-robot authored Jul 8, 2024
2 parents 0d0a072 + fa122fe commit 1445271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinder/pkg/cluster/manager/actions/kubeadm-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func getKubeadmConfig(c *status.Cluster, n *status.Node, data kubeadm.ConfigData
// otherwise select only the JoinConfiguration
return selectYamlFramentByKind(patched,
"JoinConfiguration",
"UpgradeCOnfiguration",
"UpgradeConfiguration",
"ResetConfiguration",
), nil
}
Expand Down

0 comments on commit 1445271

Please sign in to comment.