Skip to content

Commit

Permalink
Update the message to print the current k8s context
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Apr 23, 2020
1 parent 941b5e4 commit 47cca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/kube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class KubeHelper {
static initializeKubeConfig(): KubeConfig {
const kc = new KubeConfig()
kc.loadFromDefault()
cli.info(`Set current context to '${kc.currentContext}'`)
cli.info(`› Current Kubernetes context: '${kc.currentContext}'`)
return kc
}

Expand Down

0 comments on commit 47cca37

Please sign in to comment.