Skip to content

Commit

Permalink
Make comment clearer when setting core,serving uri
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheryanto committed May 29, 2019
1 parent 6b1cfb4 commit 983e182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ kubectl get svc --selector release=${FEAST_HELM_RELEASE_NAME}
# feast-postgresql-headless ClusterIP None <none> 5432/TCP 2m30s
# feast-serving LoadBalancer 10.71.244.137 10.148.2.71 6565:30540/TCP,80:31324/TCP 2m30s

# Set the following variables based on the values above for use by Feast CLI and Feast SDK
# Set the following variables based on the values above
# These variables will be used by Feast CLI and Feast SDK later
FEAST_CORE_URI=10.148.2.69:6565
FEAST_SERVING_URI=10.148.2.71:6565
```
Expand Down

0 comments on commit 983e182

Please sign in to comment.