@@ -328,6 +328,9 @@ a feature gate.
328
328
329
329
## Design Details
330
330
331
+ This section serves as a design document of the proposed * and* the old
332
+ VolumeManager startup + volume reconstruction during that.
333
+
331
334
### Proposed VolumeManager startup
332
335
333
336
When kubelet starts, VolumeManager starts DSWP and reconciler
@@ -418,7 +421,6 @@ then periodically does:
418
421
volume plugin to unmount them. Kubelet at least tries to unmount the
419
422
directory and clean up any orphan files there.
420
423
421
-
422
424
#### Observability
423
425
424
426
Today, any errors during volume reconstruction are exposed only as log messages.
@@ -540,8 +542,19 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
540
542
Both are for the old reconstruction code, we don't have a job that enables
541
543
alpha features + runs ` [Disruptive] ` tests.
542
544
543
- TODO: check why it's flaky. * 235 failures (3 in last day) out of 130688 builds
544
- from 1/11/2023, 1:00:33 AM to 1/25/2023*
545
+ Recent results:
546
+
547
+ > * 235 failures (3 in last day) out of 130688 builds from 1/11/2023, 1:00:33 AM
548
+ > to 1/25/2023*
549
+
550
+ I checked couple of the recent flakes and all failed because they could not
551
+ create namespace for the test:
552
+
553
+ https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-cri-containerd-e2e-cos-gce-serial/1620328095124819968 :
554
+
555
+ > Unexpected error while creating namespace: Post
556
+ > "https://35.247.99.121/api/v1/namespaces ": dial tcp 35.247.99.121:443:
557
+ > connect: connection refused
545
558
546
559
### Graduation Criteria
547
560
0 commit comments