Commit f661f17
committed
Issue #54 Delete the v1beta1.metrics.k8s.io apiservice
On CRC side when a user create a new project/namespace and want to delete,
it goes to hanging state forever. Looking on the kubernetes side and found out
it is occur because of CRD's [0][1], as part of our CRC creation we scale down
the cluster wide monitoring operator[2] which serve 'v1beta1.metrics.k8s.io`.
[0] kubernetes/kubernetes#60807
[1] kubernetes/kubernetes#60807 (comment)
[2] https://github.com/code-ready/snc/blob/master/snc.sh#L184-L1861 parent 4a1790c commit f661f17
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
0 commit comments