-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
- Loading branch information
1 parent
20bd7ba
commit 24757c2
Showing
4 changed files
with
87 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Install and run Feast with the Operator | ||
|
||
The following notebooks will guide you through an end-to-end journey to install and validate a simple Feast feature store in a | ||
Kind Kubernetes or OpenShift cluster: | ||
The following notebooks will guide you through an end-to-end journey to install and validate a simple Feast feature store in a Kubernetes cluster: | ||
* [01-Install.ipynb](./01-Install.ipynb): Install and configure the cluster with the Operator. | ||
* [02-Demo.ipynb](./02-Demo.ipynb): In a kind/k8s cluster, validate the feature store with demo application. | ||
* [02-Demo.ipynb](./02-Demo.ipynb): In a k8s cluster, validate the feature store with demo application. | ||
* [03-Uninstall.ipynb](./03-Uninstall.ipynb): Clear the installed deployments. |