Commit 9cfcc24
committed
fix: remove dangling cluster taints
Because of an issue, after Cluster deletion, ClusterTaint resources were not cleaned up properly. This was discovered during the migration to move away from ClusterTaint resource. This commit will clean-up dangling taints.
Signed-off-by: Oguz Kilcan <[email protected]>
(cherry picked from commit ffd695f)1 parent ea874ab commit 9cfcc24
File tree
2 files changed
+11
-1
lines changed- internal/backend/runtime/omni/migration
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2199 | 2199 | | |
2200 | 2200 | | |
2201 | 2201 | | |
| 2202 | + | |
2202 | 2203 | | |
2203 | 2204 | | |
2204 | 2205 | | |
2205 | 2206 | | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
2206 | 2210 | | |
2207 | 2211 | | |
2208 | 2212 | | |
| |||
2221 | 2225 | | |
2222 | 2226 | | |
2223 | 2227 | | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
2224 | 2233 | | |
2225 | 2234 | | |
2226 | 2235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1931 | 1931 | | |
1932 | 1932 | | |
1933 | 1933 | | |
1934 | | - | |
| 1934 | + | |
1935 | 1935 | | |
1936 | 1936 | | |
| 1937 | + | |
1937 | 1938 | | |
1938 | 1939 | | |
1939 | 1940 | | |
| |||
0 commit comments