Add example for Kubernetes deployment#31
Conversation
|
@thebillkidy Sorry for the late response. Thanks for your contribution. In 0.7.0, we changed gRPC proto files a lot and added the script to generate proto stub and client codes. So the current code will not work once we release 0.7.0 release. Here is my comments on the PR:
|
Perfect, thanks a lot! Will wait until release and then update :) |
|
Would love to see this going forward now. |
|
@shalabhms Seems like we didn't publish the latest dapr-client sdk. Can you please publish it? JFYI - I will set up CI/CD to publish it automatically in this milstone. cc/ @amanbha |
|
I blocked some time for this tomorrow, will finalize it then if the dapr-client sdk was pushed correctly :) |
I have uploaded the new python package |
@amanbha Thanks! :) |
|
@youngbupark example updated for Dapr v0.7.1 😊 P.S. Thanks a lot for updating the other examples as well! |
| @@ -0,0 +1,13 @@ | |||
| if [ -z $1 -o -z $2 ]; then | |||
| echo "Usage: ./generate-proto.sh <LOCATION_PROTO> <OUTPUT_FOLDER>" | |||
There was a problem hiding this comment.
Nit: we can remove this script now because there is the script in root.
youngbupark
left a comment
There was a problem hiding this comment.
LGTM. Thanks for your contribution!
Description
Adding example for Kubernetes deployment
Issue reference
#30 as well as #27
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: