Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
tchughesiv committed Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 40437a7 commit e5ceeaf
Showing 3 changed files with 6 additions and 18 deletions.
5 changes: 3 additions & 2 deletions examples/operator-quickstart/01-Install.ipynb
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"metadata": {},
"source": [
"## Prerequisites\n",
"* [Kind](https://kind.sigs.k8s.io/) cluster and a Docker runtime container\n",
"* Kubernetes Cluster - e.g. [Kind](https://kind.sigs.k8s.io/) or OpenShift\n",
"* [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) Kubernetes CLI tool."
]
},
@@ -24,6 +24,7 @@
"metadata": {},
"source": [
"## Install Prerequisites\n",
"\n",
"The following commands install and configure all the prerequisites on MacOS environment. You can find the\n",
"equivalent instructions on the offical documentation pages:\n",
"* Install Kind and Container runtime (e.g. [Colima](https://github.com/abiosoft/colima)).\n",
@@ -221,7 +222,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Verify that the DB includes the expected tables with pre-populated data."
"Verify that the DB includes the expected tables."
]
},
{
17 changes: 2 additions & 15 deletions examples/operator-quickstart/02-Client-Openshift.ipynb
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Monitoring the log of the `Deployment`."
"Monitoring the log of the `Deployment` and checking DB for populated data."
]
},
{
@@ -101,20 +101,7 @@
"metadata": {},
"outputs": [],
"source": [
"!kubectl exec deploy/client -c client -- python3 test_workflow.py\n",
"!kubectl exec deploy/postgres -- psql -h localhost -U feast feast -c 'select count(*) from sample_driver_hourly_stats'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note If you see the following error, it is likely due to the [issue #4392](https://github.com/feast-dev/feast/issues/4392):\n",
"Remote registry client does not map application errors:\n",
"\n",
"```\n",
"Feature view driver_hourly_stats_fresh does not exist in project sample\n",
"```"
"!kubectl exec deploy/client -c client -- python3 test_workflow.py"
]
}
],
2 changes: 1 addition & 1 deletion examples/operator-quickstart/03-Uninstall.ipynb
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"metadata": {},
"outputs": [],
"source": [
"!kubectl delete -f client-openshift.yaml\n",
"!kubectl delete -f client.yaml\n",
"!kubectl delete -f feast.yaml\n",
"!kubectl delete -f postgres.yaml\n",
"!make -C ../../infra/feast-operator undeploy"

0 comments on commit e5ceeaf

Please sign in to comment.