You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !!!
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 be
kubectl logs --selector=app=nodeapp -c nodeapp --tail=-1
And this
kubectl logs --selector=app=node -c daprd --tail=-1
should be
kubectl logs --selector=app=nodeapp -c daprd --tail=-1
And this
kubectl logs --selector=app=python -c daprd --tail=-1
should be
kubectl logs --selector=app=pythonapp -c daprd --tail=-1
Check any missing occurences in the rest of the tutorial
The text was updated successfully, but these errors were encountered: