We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2a776 commit 2ac0251Copy full SHA for 2ac0251
cmd/kubeadm-join-config/main.go
@@ -32,7 +32,7 @@ func main() {
32
flag.Parse()
33
34
if apiServerEndpoint == "" || token == "" || caCertHash == "" {
35
- fmt.Println("config-path, api-server-endoint, token and ca-cert-hash flags are mandatory.")
+ fmt.Println("api-server-endoint, token and ca-cert-hash flags are mandatory.")
36
os.Exit(1)
37
}
38
0 commit comments