Commit Graph

26 Commits (7a1eb77e77f5d6b3d7d09ad560381c050ff0a4b1)

Author SHA1 Message Date
Benoit Tigeot c05bcbd498
Fix nil pointer dereference in ready test
5 months ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
5 months ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
5 months ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
5 months ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
5 months ago
Benoit Tigeot f4631bf3d8
Migrate kube package to slog
5 months ago
Scott Rigby 122e7b441a
Merge pull request #13458 from thudi/main
6 months ago
Robert Sirchia 4da004e2dc
removing old apis
7 months ago
Matt Farina 2236294119 Updating to helm.sh/helm/v4
9 months ago
KISHOREKUMAR THUDI 2c8cfaea41 Replacing NewSimpleClientSet to NewClientSet due to deprecation
10 months ago
Robert Sirchia 7e6b34d7dd
removing duplicate empty test
11 months ago
Robert Sirchia 16a4e37f20
fixing unit test as per Matt
11 months ago
Robert Sirchia a205af755e
adding more unit test
11 months ago
Robert Sirchia 999b85145a
adding test coverage for ready.go
11 months 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
2 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
3 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