Skip to content

Commit 0f4895e

Browse files
committed
feat: geneva/azure deployment docs
1 parent f804577 commit 0f4895e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/geneva/deployment/helm.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ geneva:
6161
# It should also have r/w access to the object storage bucket.
6262
# e.g., arn:aws:iam::123456789012:role/geneva-client-role
6363
clientRoleArn: ""
64+
65+
azure:
66+
# Azure managed identity client ID for the Geneva client.
67+
# This identity should have a federated credential for the Geneva namespace
68+
# and Storage Blob Data Contributor role on the storage account.
69+
clientPrincipalId: ""
6470
```
6571

6672
3. Install kuberay operator

docs/geneva/deployment/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ Feature Engineering is deployed automatically as part of [LanceDB Enterprise](/e
1212
For manual installation in self-managed environments, follow the instructions below.
1313
</Tip>
1414

15+
Feature Engineering can be deployed as part of LanceDB Enterprise in managed or self-managed environments. First class support is provided for Azure, AWS, and GCP, including deployment automation via Terraform and Helm.
16+
1517
## Prerequisites
1618

1719
- Kubernetes cluster with KubeRay 1.1+ operator installed
1820
- Ray 2.43+
1921

20-
See below for installation instructions for:
22+
See below for manual installation instructions for:
2123
- Amazon Web Services (AWS) Elastic Kubernetes Service (EKS)
2224
- Google Cloud Platform (GCP) Google Kubernetes Engine (GKE)
2325

0 commit comments

Comments
 (0)