|
11 | 11 | {
|
12 | 12 | "metadata": {},
|
13 | 13 | "cell_type": "markdown",
|
14 |
| - "source": "### Uninstall the Operator and all Feast related objects##", |
| 14 | + "source": "### Uninstall the Operator and Feast Instance", |
15 | 15 | "id": "1175f3d6c5ee9bf0"
|
16 | 16 | },
|
17 | 17 | {
|
18 | 18 | "metadata": {
|
19 | 19 | "ExecuteTime": {
|
20 |
| - "end_time": "2025-03-05T19:09:52.349677Z", |
21 |
| - "start_time": "2025-03-05T19:09:46.308482Z" |
| 20 | + "end_time": "2025-03-14T14:45:22.053112Z", |
| 21 | + "start_time": "2025-03-14T14:45:15.816729Z" |
22 | 22 | }
|
23 | 23 | },
|
24 | 24 | "cell_type": "code",
|
|
50 | 50 | ]
|
51 | 51 | }
|
52 | 52 | ],
|
53 |
| - "execution_count": 6 |
| 53 | + "execution_count": 4 |
54 | 54 | },
|
55 | 55 | {
|
56 | 56 | "metadata": {},
|
57 | 57 | "cell_type": "markdown",
|
58 |
| - "source": "## Uninstall Client Related Objects", |
| 58 | + "source": "## Delete RoleBindings and ServiceAccounts\n", |
59 | 59 | "id": "2a2aa884aeddfb99"
|
60 | 60 | },
|
61 | 61 | {
|
62 | 62 | "metadata": {
|
63 | 63 | "ExecuteTime": {
|
64 |
| - "end_time": "2025-03-05T19:09:54.655575Z", |
65 |
| - "start_time": "2025-03-05T19:09:53.553918Z" |
| 64 | + "end_time": "2025-03-14T14:45:47.419179Z", |
| 65 | + "start_time": "2025-03-14T14:45:46.325817Z" |
66 | 66 | }
|
67 | 67 | },
|
68 | 68 | "cell_type": "code",
|
|
92 | 92 | ]
|
93 | 93 | }
|
94 | 94 | ],
|
95 |
| - "execution_count": 7 |
| 95 | + "execution_count": 5 |
96 | 96 | },
|
97 | 97 | {
|
98 | 98 | "metadata": {},
|
99 | 99 | "cell_type": "markdown",
|
100 |
| - "source": "Ensure everything has been removed, or is in the process of being terminated.", |
101 |
| - "id": "638421caa8ff849e" |
| 100 | + "source": "### Delete Client Example Deployments", |
| 101 | + "id": "fa7a79763774f770" |
102 | 102 | },
|
103 | 103 | {
|
104 | 104 | "metadata": {
|
105 | 105 | "ExecuteTime": {
|
106 |
| - "end_time": "2025-03-05T19:09:59.868383Z", |
107 |
| - "start_time": "2025-03-05T19:09:59.611048Z" |
| 106 | + "end_time": "2025-03-14T14:46:05.998191Z", |
| 107 | + "start_time": "2025-03-14T14:46:05.344334Z" |
| 108 | + } |
| 109 | + }, |
| 110 | + "cell_type": "code", |
| 111 | + "source": [ |
| 112 | + "!kubectl delete -f client/admin_user_deployment.yaml\n", |
| 113 | + "!kubectl delete -f client/readonly_user_deployment.yaml\n", |
| 114 | + "!kubectl delete -f client/unauthorized_user_deployment.yaml\n", |
| 115 | + "!kubectl delete configmap client-feature-repo-config -n feast" |
| 116 | + ], |
| 117 | + "id": "7bc23b3eb0153c75", |
| 118 | + "outputs": [ |
| 119 | + { |
| 120 | + "name": "stdout", |
| 121 | + "output_type": "stream", |
| 122 | + "text": [ |
| 123 | + "deployment.apps \"client-admin-user\" deleted\r\n", |
| 124 | + "deployment.apps \"client-readonly-user\" deleted\r\n", |
| 125 | + "deployment.apps \"client-unauthorized-user\" deleted\r\n", |
| 126 | + "Error from server (NotFound): configmaps \"client-feature-repo-config\" not found\r\n" |
| 127 | + ] |
| 128 | + } |
| 129 | + ], |
| 130 | + "execution_count": 6 |
| 131 | + }, |
| 132 | + { |
| 133 | + "metadata": {}, |
| 134 | + "cell_type": "markdown", |
| 135 | + "source": "### Validate all Objects Removed from Namespace and Delete the Namespace", |
| 136 | + "id": "ce8ef7c832d146dd" |
| 137 | + }, |
| 138 | + { |
| 139 | + "metadata": { |
| 140 | + "ExecuteTime": { |
| 141 | + "end_time": "2025-03-14T14:46:14.626703Z", |
| 142 | + "start_time": "2025-03-14T14:46:14.429984Z" |
108 | 143 | }
|
109 | 144 | },
|
110 | 145 | "cell_type": "code",
|
|
119 | 154 | ]
|
120 | 155 | }
|
121 | 156 | ],
|
122 |
| - "execution_count": 8 |
| 157 | + "execution_count": 7 |
123 | 158 | },
|
124 | 159 | {
|
125 | 160 | "metadata": {
|
126 | 161 | "ExecuteTime": {
|
127 |
| - "end_time": "2025-03-05T19:10:07.846749Z", |
128 |
| - "start_time": "2025-03-05T19:10:02.561070Z" |
| 162 | + "end_time": "2025-03-14T14:46:26.127988Z", |
| 163 | + "start_time": "2025-03-14T14:46:20.865605Z" |
129 | 164 | }
|
130 | 165 | },
|
131 | 166 | "cell_type": "code",
|
|
140 | 175 | ]
|
141 | 176 | }
|
142 | 177 | ],
|
143 |
| - "execution_count": 9 |
144 |
| - }, |
145 |
| - { |
146 |
| - "metadata": {}, |
147 |
| - "cell_type": "code", |
148 |
| - "outputs": [], |
149 |
| - "execution_count": null, |
150 |
| - "source": "", |
151 |
| - "id": "10707783148c5f8d" |
| 178 | + "execution_count": 8 |
152 | 179 | }
|
153 | 180 | ],
|
154 | 181 | "metadata": {
|
|
0 commit comments