Remove mentions of unique ID (#311)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-07-27 16:10:50 +02:00 committed by GitHub
parent ed5f64dc0a
commit a3a85b31cf
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@ func writeOutput(resp *initproto.InitResponse, ip string, wr io.Writer, fileHand
tw := tabwriter.NewWriter(wr, 0, 0, 2, ' ', 0)
// writeRow(tw, "Constellation cluster's owner identifier", ownerID)
writeRow(tw, "Constellation cluster's unique identifier", clusterID)
writeRow(tw, "Constellation cluster identifier", clusterID)
writeRow(tw, "Kubernetes configuration", constants.AdminConfFilename)
tw.Flush()
fmt.Fprintln(wr)