Commit Graph

26 Commits (9b9ff12c6d367551c910f7da6adc2080dc5b436c)

Author SHA1 Message Date
Benoit Tigeot c05bcbd498
Fix nil pointer dereference in ready test
8 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
8 months ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
8 months ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
8 months ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
8 months ago
Benoit Tigeot f4631bf3d8
Migrate kube package to slog
8 months ago
Scott Rigby 122e7b441a
Merge pull request #13458 from thudi/main
8 months ago
Robert Sirchia 4da004e2dc
removing old apis
9 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
11 months ago
KISHOREKUMAR THUDI 2c8cfaea41 Replacing NewSimpleClientSet to NewClientSet due to deprecation
1 year ago
Robert Sirchia 7e6b34d7dd
removing duplicate empty test
1 year ago
Robert Sirchia 16a4e37f20
fixing unit test as per Matt
1 year ago
Robert Sirchia a205af755e
adding more unit test
1 year ago
Robert Sirchia 999b85145a
adding test coverage for ready.go
1 year ago
Matt Farina c042264a9d
Fix issues when verify generation readiness was merged
2 years ago
Matt Farina b299359f66
Merge pull request #10920 from muang0/readiness-generation-check
2 years ago
Joe Julian 99e1dce8c8
Merge pull request #9950 from jeffrosenberg/error-on-failed-jobs-9285
2 years ago
Joe Julian dcd54d59e6
Merge branch 'main' into readiness-generation-check
3 years ago
Aman Nijhawan eea2f27bab
Fixes Readiness Check for statefulsets using partitioned rolling update. (#11774)
3 years ago
Dominic Evans 7c74f1dd02 fix: improve logging & safety of statefulSetReady
3 years ago
James Oden d94c5094f6 Verify generation in readiness checks
4 years ago
Bhavin Gandhi c3310bb724 fix(pkg/kube): statefulSetReady: handle partition cases correctly
4 years ago
Jeff Rosenberg b13f3a13d4
Merge branch 'main' into error-on-failed-jobs-9285
4 years ago
lsowen 249d1b5fb9 Fix SIGSEGV when job.Spec.Completions is nil
4 years ago
Rosenberg, Jeff cd04e3f418 Throw an error from jobReady() if the job exceeds its BackoffLimit
4 years ago
Joe Lanford 98d98369ed
Add ReadyChecker to decouple ready check logic from --wait
5 years ago