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
#Description
This script is not flexible when the servingruntime name changed because it uses hard-coded serving runtime name.
So getting the value dynamically from server would be better solution.
#Test steps
git clone ~~~
cd /A/B/C
./deploy.sh
grpc call
check if it returns well.
The text was updated successfully, but these errors were encountered:
#Description
This script is not flexible when the servingruntime name changed because it uses hard-coded serving runtime name.
So getting the value dynamically from server would be better solution.
#Test steps
git clone ~~~
cd /A/B/C
./deploy.sh
grpc call
check if it returns well.
The text was updated successfully, but these errors were encountered: