-
Notifications
You must be signed in to change notification settings - Fork 104
Wait conditions #35
Wait conditions #35
Conversation
Tests failing would be fixed by #34 |
54876ef
to
c5a2d2b
Compare
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
- Coverage 43.33% 43.22% -0.11%
==========================================
Files 3 3
Lines 540 539 -1
Branches 109 109
==========================================
- Hits 234 233 -1
Misses 263 263
Partials 43 43
Continue to review full report at Codecov.
|
c5a2d2b
to
c05d6fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments, nothing blocking
Ensure that Deployments and Daemonsets properly await all replicas to be available. Correctly handles the subtle edge case when a service account no longer exists. Note that this will dramatically slow Daemonset updates
c05d6fd
to
35ffd0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
SUMMARY
Improve k8s Deployment and Daemonset wait conditions
Ensure that Deployments and Daemonsets properly await
all replicas to be available. Correctly handles the
subtle edge case when a service account no longer exists.
Note that this will dramatically slow Daemonset updates
ISSUE TYPE
COMPONENT NAME
k8s