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
1 change: 1 addition & 0 deletions examples/operator-rbac/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
client/feature_repo/feature_store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
{
"metadata": {},
"cell_type": "markdown",
"source": "### Uninstall the Operator and all Feast related objects##",
"source": "### Uninstall the Operator and Feast Instance",
"id": "1175f3d6c5ee9bf0"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-03-05T19:09:52.349677Z",
"start_time": "2025-03-05T19:09:46.308482Z"
"end_time": "2025-03-14T14:45:22.053112Z",
"start_time": "2025-03-14T14:45:15.816729Z"
}
},
"cell_type": "code",
Expand Down Expand Up @@ -50,19 +50,19 @@
]
}
],
"execution_count": 6
"execution_count": 4
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## Uninstall Client Related Objects",
"source": "## Delete RoleBindings and ServiceAccounts\n",
"id": "2a2aa884aeddfb99"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-03-05T19:09:54.655575Z",
"start_time": "2025-03-05T19:09:53.553918Z"
"end_time": "2025-03-14T14:45:47.419179Z",
"start_time": "2025-03-14T14:45:46.325817Z"
}
},
"cell_type": "code",
Expand Down Expand Up @@ -92,19 +92,54 @@
]
}
],
"execution_count": 7
"execution_count": 5
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Ensure everything has been removed, or is in the process of being terminated.",
"id": "638421caa8ff849e"
"source": "### Delete Client Example Deployments",
"id": "fa7a79763774f770"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-03-05T19:09:59.868383Z",
"start_time": "2025-03-05T19:09:59.611048Z"
"end_time": "2025-03-14T14:46:05.998191Z",
"start_time": "2025-03-14T14:46:05.344334Z"
}
},
"cell_type": "code",
"source": [
"!kubectl delete -f client/admin_user_deployment.yaml\n",
"!kubectl delete -f client/readonly_user_deployment.yaml\n",
"!kubectl delete -f client/unauthorized_user_deployment.yaml\n",
"!kubectl delete configmap client-feature-repo-config -n feast"
],
"id": "7bc23b3eb0153c75",
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"deployment.apps \"client-admin-user\" deleted\r\n",
"deployment.apps \"client-readonly-user\" deleted\r\n",
"deployment.apps \"client-unauthorized-user\" deleted\r\n",
"Error from server (NotFound): configmaps \"client-feature-repo-config\" not found\r\n"
]
}
],
"execution_count": 6
},
{
"metadata": {},
"cell_type": "markdown",
"source": "### Validate all Objects Removed from Namespace and Delete the Namespace",
"id": "ce8ef7c832d146dd"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-03-14T14:46:14.626703Z",
"start_time": "2025-03-14T14:46:14.429984Z"
}
},
"cell_type": "code",
Expand All @@ -119,13 +154,13 @@
]
}
],
"execution_count": 8
"execution_count": 7
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-03-05T19:10:07.846749Z",
"start_time": "2025-03-05T19:10:02.561070Z"
"end_time": "2025-03-14T14:46:26.127988Z",
"start_time": "2025-03-14T14:46:20.865605Z"
}
},
"cell_type": "code",
Expand All @@ -140,15 +175,7 @@
]
}
],
"execution_count": 9
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "",
"id": "10707783148c5f8d"
"execution_count": 8
}
],
"metadata": {
Expand Down
Loading
Loading