Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Aug 25, 2024
1 parent 609e707 commit f910b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubeadm-join-config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
func main() {
flag.StringVar(&configPath, "config-path", "",
"Path where the join configuration will be written. For example: config/kubeadm-join.yaml."+
"If not provided, stdout if used.")
"If not provided, stdout is used.")
flag.StringVar(&apiServerEndpoint, "api-server-endpoint", "",
"API server endpoint used to bootstrap the Node. For example: 10.0.0.20:6443.")
flag.StringVar(&token, "token", "", "Token used to bootstrap the Node.")
Expand Down

0 comments on commit f910b32

Please sign in to comment.