|
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-13T17:02:11.891312Z", |
| 21 | + "start_time": "2025-03-13T17:02:05.847508Z" |
22 | 22 | } |
23 | 23 | }, |
24 | 24 | "cell_type": "code", |
|
50 | 50 | ] |
51 | 51 | } |
52 | 52 | ], |
53 | | - "execution_count": 6 |
| 53 | + "execution_count": 1 |
54 | 54 | }, |
55 | 55 | { |
56 | 56 | "metadata": {}, |
|
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-13T13:45:08.797295Z", |
| 65 | + "start_time": "2025-03-13T13:45:06.919512Z" |
66 | 66 | } |
67 | 67 | }, |
68 | 68 | "cell_type": "code", |
|
88 | 88 | "Deleting ServiceAccounts...\r\n", |
89 | 89 | "serviceaccount \"feast-user-sa\" deleted\r\n", |
90 | 90 | "serviceaccount \"feast-admin-sa\" deleted\r\n", |
91 | | - "serviceaccount \"feast-unauthorized-user-sa\" deleted\r\n" |
| 91 | + "serviceaccount \"feast-unauthorized-user-sa\" deleted\r\n", |
| 92 | + "deployment.apps \"client-admin-user\" deleted\r\n", |
| 93 | + "deployment.apps \"client-readonly-user\" deleted\r\n", |
| 94 | + "deployment.apps \"client-unauthorized-user\" deleted\r\n", |
| 95 | + "configmap \"client-feature-repo-config\" deleted\r\n" |
92 | 96 | ] |
93 | 97 | } |
94 | 98 | ], |
95 | | - "execution_count": 7 |
| 99 | + "execution_count": 4 |
96 | 100 | }, |
97 | 101 | { |
98 | | - "metadata": {}, |
99 | | - "cell_type": "markdown", |
100 | | - "source": "Ensure everything has been removed, or is in the process of being terminated.", |
101 | | - "id": "638421caa8ff849e" |
| 102 | + "metadata": { |
| 103 | + "ExecuteTime": { |
| 104 | + "end_time": "2025-03-13T18:24:45.843849Z", |
| 105 | + "start_time": "2025-03-13T18:24:45.056417Z" |
| 106 | + } |
| 107 | + }, |
| 108 | + "cell_type": "code", |
| 109 | + "source": [ |
| 110 | + "!kubectl delete -f client/admin_user_deployment.yaml\n", |
| 111 | + "!kubectl delete -f client/readonly_user_deployment.yaml\n", |
| 112 | + "!kubectl delete -f client/unauthorized_user_deployment.yaml\n", |
| 113 | + "!kubectl delete configmap client-feature-repo-config -n feast" |
| 114 | + ], |
| 115 | + "id": "7bc23b3eb0153c75", |
| 116 | + "outputs": [ |
| 117 | + { |
| 118 | + "name": "stdout", |
| 119 | + "output_type": "stream", |
| 120 | + "text": [ |
| 121 | + "deployment.apps \"client-admin-user\" deleted\r\n", |
| 122 | + "Error from server (NotFound): error when deleting \"client/readonly_user_deployment.yaml\": deployments.apps \"client-readonly-user\" not found\r\n", |
| 123 | + "Error from server (NotFound): error when deleting \"client/unauthorized_user_deployment.yaml\": deployments.apps \"client-unauthorized-user\" not found\r\n", |
| 124 | + "Error from server (NotFound): configmaps \"client-feature-repo-config\" not found\r\n" |
| 125 | + ] |
| 126 | + } |
| 127 | + ], |
| 128 | + "execution_count": 3 |
102 | 129 | }, |
103 | 130 | { |
104 | 131 | "metadata": { |
105 | 132 | "ExecuteTime": { |
106 | | - "end_time": "2025-03-05T19:09:59.868383Z", |
107 | | - "start_time": "2025-03-05T19:09:59.611048Z" |
| 133 | + "end_time": "2025-03-13T17:05:16.570959Z", |
| 134 | + "start_time": "2025-03-13T17:05:16.365021Z" |
108 | 135 | } |
109 | 136 | }, |
110 | 137 | "cell_type": "code", |
|
119 | 146 | ] |
120 | 147 | } |
121 | 148 | ], |
122 | | - "execution_count": 8 |
| 149 | + "execution_count": 3 |
123 | 150 | }, |
124 | 151 | { |
125 | 152 | "metadata": { |
126 | 153 | "ExecuteTime": { |
127 | | - "end_time": "2025-03-05T19:10:07.846749Z", |
128 | | - "start_time": "2025-03-05T19:10:02.561070Z" |
| 154 | + "end_time": "2025-03-13T17:05:26.280089Z", |
| 155 | + "start_time": "2025-03-13T17:05:21.008188Z" |
129 | 156 | } |
130 | 157 | }, |
131 | 158 | "cell_type": "code", |
|
140 | 167 | ] |
141 | 168 | } |
142 | 169 | ], |
143 | | - "execution_count": 9 |
| 170 | + "execution_count": 4 |
144 | 171 | }, |
145 | 172 | { |
146 | 173 | "metadata": {}, |
|
0 commit comments