You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above will install a simple [FeatureStore CR](../../infra/feast-operator/docs/api/markdown/ref.md) like the following. By default, it will run the [Online Store feature server](../reference/feature-servers/python-feature-server.md) -
Copy file name to clipboardExpand all lines: examples/operator-postgres-tls-demo/02-Install-feast.ipynb
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,9 @@
88
88
"\n",
89
89
"When connecting to PostgreSQL with TLS, some important parameters in the connection URL are: \n",
90
90
"\n",
91
-
"- **`sslrootcert`** – Specifies the path to the **CA certificate** file used to validate trusted certificates. \n",
92
-
"- **`sslcert`** – Provides the client certificate for **mutual TLS (mTLS) encryption**. \n",
93
-
"- **`sslkey`** – Specifies the private key for the client certificate. \n",
91
+
"- **`sslrootcert`** \u2013 Specifies the path to the **CA certificate** file used to validate trusted certificates. \n",
92
+
"- **`sslcert`** \u2013 Provides the client certificate for **mutual TLS (mTLS) encryption**. \n",
93
+
"- **`sslkey`** \u2013 Specifies the private key for the client certificate. \n",
94
94
"\n",
95
95
"If mutual TLS authentication is not required, you can **omit** the `sslcert` and `sslkey` parameters. However, the `sslrootcert` parameter is still necessary for validating server certificates. \n"
96
96
]
@@ -110,7 +110,7 @@
110
110
"\n",
111
111
"In this approach, we specify the CA certificate path directly in the Feast PostgreSQL URL using the `sslrootcert` parameter. \n",
112
112
"\n",
113
-
"You can refer to the `v1alpha1_featurestore_postgres_db_volumes_tls.yaml` file for the complete configuration details. "
113
+
"You can refer to the `v1_featurestore_postgres_db_volumes_tls.yaml` file for the complete configuration details. "
"**Option 2: Using an Environment Variable for the CA Certificate** \n",
142
142
"\n",
143
-
"In this approach, you define the CA certificate path as an environment variable. You can refer to the `v1alpha1_featurestore_postgres_tls_volumes_ca_env.yaml` file for the complete configuration details. \n",
143
+
"In this approach, you define the CA certificate path as an environment variable. You can refer to the `v1_featurestore_postgres_tls_volumes_ca_env.yaml` file for the complete configuration details. \n",
"Error from server (NotFound): error when deleting \"../../infra/feast-operator/config/samples/v1alpha1_featurestore_postgres_tls_volumes_ca_env.yaml\": secrets \"postgres-secret\" not found\n",
23
-
"Error from server (NotFound): error when deleting \"../../infra/feast-operator/config/samples/v1alpha1_featurestore_postgres_tls_volumes_ca_env.yaml\": secrets \"feast-data-stores\" not found\n",
24
-
"Error from server (NotFound): error when deleting \"../../infra/feast-operator/config/samples/v1alpha1_featurestore_postgres_tls_volumes_ca_env.yaml\": featurestores.feast.dev \"sample-db-ssl\" not found\n"
22
+
"Error from server (NotFound): error when deleting \"../../infra/feast-operator/config/samples/v1_featurestore_postgres_tls_volumes_ca_env.yaml\": secrets \"postgres-secret\" not found\n",
23
+
"Error from server (NotFound): error when deleting \"../../infra/feast-operator/config/samples/v1_featurestore_postgres_tls_volumes_ca_env.yaml\": secrets \"feast-data-stores\" not found\n",
24
+
"Error from server (NotFound): error when deleting \"../../infra/feast-operator/config/samples/v1_featurestore_postgres_tls_volumes_ca_env.yaml\": featurestores.feast.dev \"sample-db-ssl\" not found\n"
25
25
]
26
26
}
27
27
],
28
28
"source": [
29
29
"# If you have choosen the option 1 example earlier.\n",
Copy file name to clipboardExpand all lines: examples/operator-rbac-openshift-tls/1-setup-operator-rbac.ipynb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@
160
160
"metadata": {},
161
161
"source": [
162
162
"## Install the Feast services via FeatureStore CR\n",
163
-
"Next, we'll use the running Feast Operator to install the feast services with Server components online, offline, registry with kubernetes Authorization set. Apply the included [reference deployment](../../infra/feast-operator/config/samples/v1alpha1_featurestore_kubernetes_auth.yaml) to install and configure Feast with kubernetes Authorization ."
163
+
"Next, we'll use the running Feast Operator to install the feast services with Server components online, offline, registry with kubernetes Authorization set. Apply the included [reference deployment](../../infra/feast-operator/config/samples/v1_featurestore_kubernetes_auth.yaml) to install and configure Feast with kubernetes Authorization ."
Copy file name to clipboardExpand all lines: examples/operator-rbac/1-setup-operator-rbac.ipynb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@
177
177
"metadata": {},
178
178
"source": [
179
179
"## Install the Feast services via FeatureStore CR\n",
180
-
"Next, we'll use the running Feast Operator to install the feast services with Server components online, offline, registry with kubernetes Authorization set. Apply the included [reference deployment](../../infra/feast-operator/config/samples/v1alpha1_featurestore_kubernetes_auth.yaml) to install and configure Feast with kubernetes Authorization ."
180
+
"Next, we'll use the running Feast Operator to install the feast services with Server components online, offline, registry with kubernetes Authorization set. Apply the included [reference deployment](../../infra/feast-operator/config/samples/v1_featurestore_kubernetes_auth.yaml) to install and configure Feast with kubernetes Authorization ."
0 commit comments