workshop icon indicating copy to clipboard operation
workshop copied to clipboard

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

Open codegold79 opened this issue 6 years ago • 1 comments

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

codegold79 avatar Dec 18 '19 21:12 codegold79

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 :+1:

alexellis avatar Dec 18 '19 21:12 alexellis