From e313455cdefbba1d6bbce66f0aeac4e104fde298 Mon Sep 17 00:00:00 2001 From: jparthasarthy Date: Tue, 9 Mar 2021 12:34:01 -0500 Subject: [PATCH] add feedback link to install docs page (#1375) --- docs/getting-started/install-feast/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started/install-feast/README.md b/docs/getting-started/install-feast/README.md index b3ce15c20d..47787345cd 100644 --- a/docs/getting-started/install-feast/README.md +++ b/docs/getting-started/install-feast/README.md @@ -1,5 +1,9 @@ # Install Feast +A production deployment of Feast is deployed using Kubernetes. + +*Would you prefer a lighter-weight, pip-install, no-Kubernetes deployment of Feast?* The Feast maintainers are currently building a new deployment experience for Feast. If you have thoughts on Feast's deployment, [chat with the maintainers](https://calendly.com/d/gc29-y88c/feast-chat-w-willem-and-jay) to learn more and provide feedback. + ## Kubernetes \(with Helm\) This guide installs Feast into an existing Kubernetes cluster using Helm. The installation is not specific to any cloud platform or environment, but requires Kubernetes and Helm.