Open msfussell opened 1 year ago
Hello @msfussell I would love to make changes to the above tutorial and also if I find any missing occurrence in the project I will fix that also please assign it to me !!!
Assigned!
@Titanpimpale Are you working on this?
Hi @msfussell, I just looked at this. It looks like this works as is today (and the proposed changes don't). What was the source of this proposed change? Else I suggest to close this issue. Thanks!
Bugs in this tutorial when observing logs for nodeapp https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes
This
kubectl logs --selector=app=node -c node --tail=-1
should bekubectl logs --selector=app=nodeapp -c nodeapp --tail=-1
And this
kubectl logs --selector=app=node -c daprd --tail=-1
should bekubectl logs --selector=app=nodeapp -c daprd --tail=-1
And this
kubectl logs --selector=app=python -c daprd --tail=-1
should bekubectl logs --selector=app=pythonapp -c daprd --tail=-1
Check any missing occurences in the rest of the tutorial