Skip to content

Commit

Permalink
Add logs command to operator
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 5, 2020
1 parent bd9feb7 commit 6de447c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/apps/inletsoperator_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ func getOverridesWithPlatform(command *cobra.Command) map[string]string {
const InletsOperatorInfoMsg = `# The default configuration is for DigitalOcean and your secret is
# stored as "inlets-access-key" in the "default" namespace.
# Check the Operator logs
kubectl logs deploy/inlets-operator
# To get your first Public IP run the following:
kubectl run nginx-1 --image=nginx --port=80 --restart=Always
kubectl expose deployment nginx-1 --port=80 --type=LoadBalancer
Expand Down

0 comments on commit 6de447c

Please sign in to comment.