Skip to content

Commit

Permalink
keep the k0s node join command log
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Nov 15, 2023
1 parent b12e823 commit 55eb11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handlers/embedded_cluster_node_join_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (h *Handler) GetEmbeddedClusterNodeJoinCommand(w http.ResponseWriter, r *ht
return
}

logger.Infof("k0s join command: \n%s", k0sJoinCommand)
logger.Infof("k0s join command: %q", k0sJoinCommand)

clusterID, err := embeddedcluster.ClusterID(client)
if err != nil {
Expand Down

0 comments on commit 55eb11b

Please sign in to comment.