Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab 7: Backtick typo in "View the queue-worker's logs" section #163

Open
codegold79 opened this issue Dec 18, 2019 · 1 comment
Open

Lab 7: Backtick typo in "View the queue-worker's logs" section #163

codegold79 opened this issue Dec 18, 2019 · 1 comment

Comments

@codegold79
Copy link
Contributor

Expected Behaviour

There shouldn't be a back tick in the code section for Kubernetes

kubectl logs deployment/queue-worker -n openfaas``

Current Behaviour

There is a backtick at the end of

kubectl logs deployment/queue-worker -n openfaas`

Possible Solution

Remove backtick

Steps to Reproduce (for bugs)

  1. Go to https://github.com/openfaas/workshop/blob/master/lab7.md#view-the-queue-workers-logs
  2. See Kubernetes command

Context

I didn't even try to run the command with the backtick, so I'm not sure if it even throws an error.

Your Environment

  • FaaS-CLI version ( Full output from: faas-cli version ): n/a

  • Docker version ( Full output from: docker version ): n/a

  • Are you using Docker Swarm (FaaS-swarm ) or Kubernetes (FaaS-netes)? n/a

  • Operating System and version (e.g. Linux, Windows, MacOS): MacOS Catalina

  • Link to your project or a code example to reproduce issue: see above

@alexellis
Copy link
Member

Please feel free to send a pull request for this. Make sure that the commit is signed off so that the automation doesn't reject it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants