There was an error while loading. Please reload this page.
1 parent 6b1cfb4 commit 983e182Copy full SHA for 983e182
1 file changed
docs/install.md
@@ -230,7 +230,8 @@ kubectl get svc --selector release=${FEAST_HELM_RELEASE_NAME}
230
# feast-postgresql-headless ClusterIP None <none> 5432/TCP 2m30s
231
# feast-serving LoadBalancer 10.71.244.137 10.148.2.71 6565:30540/TCP,80:31324/TCP 2m30s
232
233
-# 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
234
+# These variables will be used by Feast CLI and Feast SDK later
235
FEAST_CORE_URI=10.148.2.69:6565
236
FEAST_SERVING_URI=10.148.2.71:6565
237
```
0 commit comments