Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Jan 23, 2025
1 parent f110305 commit 0490134
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 156 deletions.
70 changes: 33 additions & 37 deletions examples/operator-quickstart/01-Install.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand All @@ -132,21 +132,22 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[33;1mWarning:\u001b[0m apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+\n",
"NAME READY STATUS RESTARTS AGE\n",
"pod/postgres-847c9b5c4f-6xfn7 1/1 Running 0 4s\n",
"pod/redis-574b9b57-hd7z8 1/1 Running 0 4s\n",
"NAME READY STATUS RESTARTS AGE\n",
"pod/feast-example-6b4b57959d-pvd98 3/3 Terminating 0 36m\n",
"pod/postgres-847c9b5c4f-f5jh7 1/1 Running 0 4s\n",
"pod/redis-574b9b57-pqlr2 1/1 Running 0 4s\n",
"\n",
"NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\n",
"service/postgres ClusterIP 172.30.37.171 <none> 5432/TCP 4s\n",
"service/redis ClusterIP 172.30.51.253 <none> 6379/TCP 4s\n",
"NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\n",
"service/postgres ClusterIP 172.30.192.185 <none> 5432/TCP 4s\n",
"service/redis ClusterIP 172.30.85.230 <none> 6379/TCP 4s\n",
"\n",
"NAME READY UP-TO-DATE AVAILABLE AGE\n",
"deployment.apps/postgres 1/1 1 1 4s\n",
Expand All @@ -171,7 +172,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -213,7 +214,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand All @@ -239,35 +240,35 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[33;1mWarning:\u001b[0m apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+\n",
"NAME READY STATUS RESTARTS AGE\n",
"pod/feast-example-6b4b57959d-pvd98 0/3 Init:0/1 0 5s\n",
"pod/postgres-847c9b5c4f-6xfn7 1/1 Running 0 32s\n",
"pod/redis-574b9b57-hd7z8 1/1 Running 0 32s\n",
"NAME READY STATUS RESTARTS AGE\n",
"pod/feast-example-6b4b57959d-qkqzc 3/3 Running 0 16s\n",
"pod/postgres-847c9b5c4f-f5jh7 1/1 Running 0 35s\n",
"pod/redis-574b9b57-pqlr2 1/1 Running 0 35s\n",
"\n",
"NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\n",
"service/feast-example-offline ClusterIP 172.30.83.48 <none> 443/TCP 5s\n",
"service/feast-example-online ClusterIP 172.30.104.59 <none> 443/TCP 5s\n",
"service/feast-example-registry ClusterIP 172.30.237.83 <none> 443/TCP 5s\n",
"service/postgres ClusterIP 172.30.37.171 <none> 5432/TCP 32s\n",
"service/redis ClusterIP 172.30.51.253 <none> 6379/TCP 32s\n",
"NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE\n",
"service/feast-example-offline ClusterIP 172.30.163.181 <none> 443/TCP 16s\n",
"service/feast-example-online ClusterIP 172.30.93.10 <none> 443/TCP 16s\n",
"service/feast-example-registry ClusterIP 172.30.90.18 <none> 443/TCP 16s\n",
"service/postgres ClusterIP 172.30.192.185 <none> 5432/TCP 35s\n",
"service/redis ClusterIP 172.30.85.230 <none> 6379/TCP 35s\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 32s\n",
"deployment.apps/redis 1/1 1 1 32s\n",
"deployment.apps/feast-example 1/1 1 1 16s\n",
"deployment.apps/postgres 1/1 1 1 35s\n",
"deployment.apps/redis 1/1 1 1 35s\n",
"\n",
"NAME DESIRED CURRENT READY AGE\n",
"replicaset.apps/feast-example-6b4b57959d 1 1 0 5s\n",
"replicaset.apps/postgres-847c9b5c4f 1 1 1 32s\n",
"replicaset.apps/redis-574b9b57 1 1 1 32s\n",
"replicaset.apps/feast-example-6b4b57959d 1 1 1 16s\n",
"replicaset.apps/postgres-847c9b5c4f 1 1 1 35s\n",
"replicaset.apps/redis-574b9b57 1 1 1 35s\n",
"deployment.apps/feast-example condition met\n"
]
}
Expand All @@ -279,15 +280,15 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"NAME STATUS AGE\n",
"example Ready 14s\n"
"example Ready 18s\n"
]
}
],
Expand All @@ -304,7 +305,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -337,7 +338,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -364,7 +365,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -380,11 +381,6 @@
"source": [
"!kubectl exec deployment/feast-example -c registry -- feast version"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 0490134

Please sign in to comment.