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.
1 parent 22ed5c2 commit fea743bCopy full SHA for fea743b
cmd/kubeadm/app/util/config/common.go
@@ -138,7 +138,7 @@ func VerifyAPIServerBindAddress(address string) error {
138
}
139
140
// ChooseAPIServerBindAddress is a wrapper for netutil.ChooseBindAddress that also handles
141
-// 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.
142
func ChooseAPIServerBindAddress(bindAddress net.IP) (net.IP, error) {
143
ip, err := netutil.ChooseBindAddress(bindAddress)
144
if err != nil {
0 commit comments