Skip to content

Commit

Permalink
Provide a link to the #buoyant-cloud Slack (#36)
Browse files Browse the repository at this point in the history
On `linkerd-buoyant install`, print a message to stderr pointing the
user to the #buoyant-cloud Slack channel.

```
linkerd-buoyant install
...
Agent manifest available at:
https://buoyant.cloud/agent/buoyant-cloud-k8s-foo.yml

Need help? Message us in the #buoyant-cloud Slack channel:
https://linkerd.slack.com/archives/C01QSTM20BY
```

Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy authored Oct 20, 2021
1 parent abde5bc commit 555dea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ func install(ctx context.Context, cfg *config, client k8s.Client, openURL openUR

fmt.Fprintf(cfg.stderr, "Agent manifest available at:\n%s\n\n", agentURL)

fmt.Fprint(cfg.stderr, "Need help? Message us in the #buoyant-cloud Slack channel:\nhttps://linkerd.slack.com/archives/C01QSTM20BY\n\n")

return nil
}

Expand Down

0 comments on commit 555dea8

Please sign in to comment.