Skip to content

Commit ae2d98a

Browse files
chore: fix operator markdown
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent df391ec commit ae2d98a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/how-to-guides/running-feast-in-production.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,19 +213,24 @@ To deploy a Feast feature server on Kubernetes, you should use the included [fea
213213
1. Install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
214214
2. Install the Operator
215215

216+
217+
Install the latest release
216218
```sh
217-
### Install the latest release -
218-
$ kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/heads/stable/infra/feast-operator/dist/install.yaml
219+
kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/heads/stable/infra/feast-operator/dist/install.yaml
220+
```
219221

220-
### OR, install a specific version -
221-
# kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/tags/<version>/infra/feast-operator/dist/install.yaml
222+
OR, install a specific version -
223+
```
224+
kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/tags/<version>/infra/feast-operator/dist/install.yaml
222225
```
223226

224227
3. Deploy a Feature Store
225228

226229
```sh
227-
$ kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/heads/stable/infra/feast-operator/config/samples/v1alpha1_featurestore.yaml
228-
230+
kubectl apply -f https://raw.githubusercontent.com/feast-dev/feast/refs/heads/stable/infra/feast-operator/config/samples/v1alpha1_featurestore.yaml
231+
```
232+
Verify the status
233+
```
229234
$ kubectl get feast
230235
NAME STATUS AGE
231236
sample Ready 2m21s

0 commit comments

Comments
 (0)