Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 32 additions & 38 deletions examples/operator-quickstart/01-Install.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"output_type": "stream",
"text": [
"NAME STATUS AGE\n",
"feast Active 6s\n"
"feast Active 3s\n"
]
}
],
Expand Down Expand Up @@ -141,20 +141,20 @@
"output_type": "stream",
"text": [
"NAME READY STATUS RESTARTS AGE\n",
"pod/postgres-ff8d4cf48-c4znd 1/1 Running 0 2m17s\n",
"pod/redis-b4756b75d-r9nfb 1/1 Running 0 2m15s\n",
"pod/postgres-ff8d4cf48-rvp86 1/1 Running 0 71s\n",
"pod/redis-b4756b75d-m5l96 1/1 Running 0 70s\n",
"\n",
"NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\n",
"service/postgres ClusterIP 10.43.151.129 <none> 5432/TCP 2m17s\n",
"service/redis ClusterIP 10.43.169.233 <none> 6379/TCP 2m15s\n",
"service/postgres ClusterIP 10.43.193.169 <none> 5432/TCP 71s\n",
"service/redis ClusterIP 10.43.64.8 <none> 6379/TCP 69s\n",
"\n",
"NAME READY UP-TO-DATE AVAILABLE AGE\n",
"deployment.apps/postgres 1/1 1 1 2m18s\n",
"deployment.apps/redis 1/1 1 1 2m16s\n",
"deployment.apps/postgres 1/1 1 1 71s\n",
"deployment.apps/redis 1/1 1 1 70s\n",
"\n",
"NAME DESIRED CURRENT READY AGE\n",
"replicaset.apps/postgres-ff8d4cf48 1 1 1 2m18s\n",
"replicaset.apps/redis-b4756b75d 1 1 1 2m16s\n"
"replicaset.apps/postgres-ff8d4cf48 1 1 1 71s\n",
"replicaset.apps/redis-b4756b75d 1 1 1 70s\n"
]
}
],
Expand Down Expand Up @@ -217,7 +217,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand All @@ -243,32 +243,35 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"NAME READY STATUS RESTARTS AGE\n",
"pod/feast-example-bbdc6cb6-rzkb4 0/1 Init:0/1 0 3s\n",
"pod/postgres-ff8d4cf48-c4znd 1/1 Running 0 4m49s\n",
"pod/redis-b4756b75d-r9nfb 1/1 Running 0 4m47s\n",
"NAME READY STATUS RESTARTS AGE\n",
"pod/feast-example-6c6b58474-n62rg 0/1 Init:0/1 0 4s\n",
"pod/postgres-ff8d4cf48-rvp86 1/1 Running 0 3m23s\n",
"pod/redis-b4756b75d-m5l96 1/1 Running 0 3m22s\n",
"\n",
"NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\n",
"service/feast-example-online ClusterIP 10.43.143.216 <none> 80/TCP 4s\n",
"service/postgres ClusterIP 10.43.151.129 <none> 5432/TCP 4m49s\n",
"service/redis ClusterIP 10.43.169.233 <none> 6379/TCP 4m47s\n",
"service/feast-example-online ClusterIP 10.43.175.253 <none> 80/TCP 6s\n",
"service/postgres ClusterIP 10.43.193.169 <none> 5432/TCP 3m23s\n",
"service/redis ClusterIP 10.43.64.8 <none> 6379/TCP 3m21s\n",
"\n",
"NAME READY UP-TO-DATE AVAILABLE AGE\n",
"deployment.apps/feast-example 0/1 1 0 5s\n",
"deployment.apps/postgres 1/1 1 1 4m51s\n",
"deployment.apps/redis 1/1 1 1 4m49s\n",
"deployment.apps/postgres 1/1 1 1 3m23s\n",
"deployment.apps/redis 1/1 1 1 3m22s\n",
"\n",
"NAME DESIRED CURRENT READY AGE\n",
"replicaset.apps/feast-example-bbdc6cb6 1 1 0 4s\n",
"replicaset.apps/postgres-ff8d4cf48 1 1 1 4m51s\n",
"replicaset.apps/redis-b4756b75d 1 1 1 4m49s\n",
"NAME DESIRED CURRENT READY AGE\n",
"replicaset.apps/feast-example-6c6b58474 1 1 0 5s\n",
"replicaset.apps/postgres-ff8d4cf48 1 1 1 3m23s\n",
"replicaset.apps/redis-b4756b75d 1 1 1 3m22s\n",
"\n",
"NAME SCHEDULE TIMEZONE SUSPEND ACTIVE LAST SCHEDULE AGE\n",
"cronjob.batch/feast-example @yearly <none> True 0 <none> 3s\n",
"deployment.apps/feast-example condition met\n"
]
}
Expand All @@ -287,15 +290,15 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"NAME STATUS AGE\n",
"example Ready 48m\n"
"example Ready 7m40s\n"
]
}
],
Expand All @@ -312,7 +315,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -352,29 +355,20 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"/opt/app-root/lib64/python3.11/site-packages/feast/feature_view.py:48: DeprecationWarning: Entity value_type will be mandatory in the next release. Please specify a value_type for entity '__dummy'.\n",
" DUMMY_ENTITY = Entity(\n",
"Feast SDK Version: \"0.46.0\"\n"
"Feast SDK Version: \"0.1.dev1+gcc1fcad.d20250403\"\n"
]
}
],
"source": [
"!kubectl exec deployment/feast-example -itc online -- feast version"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading
Loading