Skip to content

Commit

Permalink
Merge pull request #212 from jeremyeder/describe_version
Browse files Browse the repository at this point in the history
add openshift version to describe output
  • Loading branch information
openshift-merge-robot authored Jan 15, 2021
2 parents e5231dc + cefe8cc commit a960e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/describe/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func run(_ *cobra.Command, argv []string) {
// Print short cluster description:
str := fmt.Sprintf(""+
"Name: %s\n"+
"OpenShift Version: %s\n"+
"DNS: %s.%s\n"+
"ID: %s\n"+
"External ID: %s\n"+
Expand All @@ -214,6 +215,7 @@ func run(_ *cobra.Command, argv []string) {
"Private: %s\n"+
"Created: %s\n",
clusterName,
cluster.OpenshiftVersion(),
cluster.Name(), cluster.DNS().BaseDomain(),
cluster.ID(),
cluster.ExternalID(),
Expand Down

0 comments on commit a960e79

Please sign in to comment.