@@ -11,7 +11,21 @@ This is a K8s Operator that can be used to deploy and manage **Feast**, an open
11
11
- kubectl version v1.11.3+.
12
12
- Access to a Kubernetes v1.11.3+ cluster.
13
13
14
- ### To Deploy on the cluster
14
+ ## To deploy an Operator release on a cluster
15
+
16
+ Users can just run ` kubectl apply -f <URL for YAML BUNDLE> ` to install the project, i.e.:
17
+
18
+ ``` sh
19
+ # # Install the latest release -
20
+ kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/heads/stable/infra/feast-operator/dist/install.yaml
21
+
22
+ # # OR, install a specific version -
23
+ # kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/tags/<version>/infra/feast-operator/dist/install.yaml
24
+ ```
25
+ ##### Feast Operator Demo Videos
26
+ [ ![ ] ( https://img.youtube.com/vi/48cb4AHxPR4/0.jpg )] ( https://www.youtube.com/playlist?list=PLPzVNzik7rsAN-amQLZckd0so3cIr7blX )
27
+
28
+ ### To deploy local changes on a cluster
15
29
** Install the CRDs into the cluster:**
16
30
17
31
``` sh
@@ -59,7 +73,7 @@ make undeploy
59
73
60
74
Following are the steps to build the installer and distribute this project to users.
61
75
62
- 1 . Build the installer for the image built and published in the registry:
76
+ Build the installer for the image built and published in the registry:
63
77
64
78
``` sh
65
79
make build-installer
@@ -70,18 +84,6 @@ file in the dist directory. This file contains all the resources built
70
84
with Kustomize, which are necessary to install this project without
71
85
its dependencies.
72
86
73
- 2 . Using the installer
74
-
75
- Users can just run kubectl apply -f <URL for YAML BUNDLE > to install the project, i.e.:
76
-
77
- ``` sh
78
- # # Install the latest release -
79
- kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/heads/stable/infra/feast-operator/dist/install.yaml
80
-
81
- # # OR, install a specific version -
82
- # kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/tags/<version>/infra/feast-operator/dist/install.yaml
83
- ```
84
-
85
87
## Contributing
86
88
Additional Feast contrib information can be found on the project's [ README] ( https://github.com/feast-dev/feast?tab=readme-ov-file#-contributing ) .
87
89
0 commit comments