We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edc4ff3 + fea743b commit 0f02a0fCopy full SHA for 0f02a0f
cmd/kubeadm/app/util/config/common.go
@@ -140,7 +140,7 @@ func VerifyAPIServerBindAddress(address string) error {
140
}
141
142
// ChooseAPIServerBindAddress is a wrapper for netutil.ChooseBindAddress that also handles
143
-// the case where no default routes were found and an IP for the API server could not be obatained.
+// the case where no default routes were found and an IP for the API server could not be obtained.
144
func ChooseAPIServerBindAddress(bindAddress net.IP) (net.IP, error) {
145
ip, err := netutil.ChooseBindAddress(bindAddress)
146
if err != nil {
0 commit comments