Skip to content

Commit fba66fe

Browse files
authored
chore: Decommission the feast-helm-operator (feast-dev#5139)
chore: Decommision the feast-helm-operator Signed-off-by: Tommy Hughes <[email protected]>
1 parent e3946b4 commit fba66fe

32 files changed

+1
-833
lines changed

.github/workflows/publish_images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
component: [ feature-server, feature-server-java, feature-transformation-server, feast-helm-operator, feast-operator ]
32+
component: [ feature-server, feature-server-java, feature-transformation-server, feast-operator ]
3333
env:
3434
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
3535
REGISTRY: quay.io/feastdev

.releaserc.js

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ module.exports = {
6666
"CHANGELOG.md",
6767
"java/pom.xml",
6868
"infra/charts/**/*.*",
69-
"infra/feast-helm-operator/**/*",
7069
"infra/feast-operator/**/*",
7170
"ui/package.json",
7271
"sdk/python/feast/infra/feature_servers/multicloud/requirements.txt",

Makefile

-12
Original file line numberDiff line numberDiff line change
@@ -528,18 +528,6 @@ build-feature-server-java-docker:
528528
-t $(REGISTRY)/feature-server-java:$(VERSION) \
529529
-f java/infra/docker/feature-server/Dockerfile --load .
530530

531-
push-feast-helm-operator-docker:
532-
cd infra/feast-helm-operator && \
533-
IMAGE_TAG_BASE=$(REGISTRY)/feast-helm-operator \
534-
VERSION=$(VERSION) \
535-
$(MAKE) docker-push
536-
537-
build-feast-helm-operator-docker:
538-
cd infra/feast-helm-operator && \
539-
IMAGE_TAG_BASE=$(REGISTRY)/feast-helm-operator \
540-
VERSION=$(VERSION) \
541-
$(MAKE) docker-build
542-
543531
push-feast-operator-docker:
544532
cd infra/feast-operator && \
545533
IMAGE_TAG_BASE=$(REGISTRY)/feast-operator \

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

-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ helm install feast-release feast-charts/feast-feature-server \
225225

226226
This will deploy a single service. The service must have read access to the registry file on cloud storage and to the online store (e.g. via [podAnnotations](https://kubernetes-on-aws.readthedocs.io/en/latest/user-guide/iam-roles.html)). It will keep a copy of the registry in their memory and periodically refresh it, so expect some delays in update propagation in exchange for better performance.
227227

228-
> Alternatively, deploy the same helm chart with a [Kubernetes Operator](/infra/feast-helm-operator).
229-
230228
## 5. Using environment variables in your yaml configuration
231229

232230
You might want to dynamically set parts of your configuration from your environment. For instance to deploy Feast to production and development with the same configuration, but a different server. Or to inject secrets without exposing them in your git repo. To do this, it is possible to use the `${ENV_VAR}` syntax in your `feature_store.yaml` file. For instance:

infra/feast-helm-operator/.gitignore

-14
This file was deleted.

infra/feast-helm-operator/Dockerfile

-7
This file was deleted.

infra/feast-helm-operator/Makefile

-231
This file was deleted.

infra/feast-helm-operator/PROJECT

-20
This file was deleted.

infra/feast-helm-operator/README.md

-39
This file was deleted.

0 commit comments

Comments
 (0)