You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-test-support/src/main/java/org/springframework/cloud/kubernetes/integration/tests/commons/fabric8_client/Util.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,8 @@ public void deleteNamespace(String name) {
216
216
217
217
// "message": "Discovery failed for some groups,
218
218
// 1 failing: unable to retrieve the complete list of server APIs:
219
-
// metrics.k8s.io/v1beta1: stale GroupVersion discovery: metrics.k8s.io/v1beta1"
219
+
// metrics.k8s.io/v1beta1: stale GroupVersion discovery:
220
+
// metrics.k8s.io/v1beta1"
220
221
221
222
// but even when it works OK, the finalizers are slowing down the deletion
0 commit comments