Commit Graph

293 Commits (803cf2d87465c55b2034b9228b29b83f16d19d77)

Author SHA1 Message Date
Joe Julian eb4edc96c5
Merge pull request #10965 from mattfarina/factory-comment
1 year ago
Joe Julian 02ef594a43
Merge pull request #11591 from ruanxin/use_wrapped_error
1 year ago
Joe Julian 99e1dce8c8
Merge pull request #9950 from jeffrosenberg/error-on-failed-jobs-9285
1 year ago
Matt Farina 8b19f8df0e
Adding details on the Factory interface
1 year ago
Matt Farina b81428919b
Merge pull request #12015 from yann-soubeyrand/bump-k8s-io-deps
1 year ago
Matt Farina 3b74c13768
Merge pull request #11479 from MichaelMorrisEst/cascade
1 year ago
Tom Wieczorek b9361407a3
Bump k8s.io deps from v0.26.0 to v0.27.0
1 year ago
Matt Farina cf3d2531a8
Merge pull request #11898 from willzgli/waitbatchPerform
1 year ago
Aman Nijhawan eea2f27bab
Fixes Readiness Check for statefulsets using partitioned rolling update. (#11774)
1 year ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
1 year ago
Matt Farina 50c22ed7f9
Bump the Go version
1 year ago
willzgli 11150cdcc6 Fix goroutine leak in perform
1 year ago
cpanato 006bc0f39d
update k8s registry domain
2 years ago
MichaelMorris 830d4a9ee9 Add option to support cascade deletion options
2 years ago
Matt Farina 36e18fa6e1
Fix improper use of Table request/response to k8s API
2 years ago
Matt Farina 774c6ce703
Merge pull request #11439 from phoenixsqf/main
2 years ago
Xin Ruan a2b98281a1 Use errors.Is to compare
2 years ago
Soujanya Mangipudi 038cc4a0ca
Merge branch 'main' into main
2 years ago
Xin Ruan f01486a0ef Use wrapped error so that ErrNoObjectsVisited can be compared after return.
2 years ago
Martin Hickey 3974136b6e
Merge pull request #11426 from cenkalti/leader-changed
2 years ago
Andrew Block 269dd247d0
Merge pull request #11300 from porridge/better-logging
2 years ago
Qifan Shen 9d59d92abb use intstr.GetScaledValueFromIntOrPercent instead of the deprecated
2 years ago
Cenk Alti d32c623699 Revert "Tolerate temporary errors from etcdserver"
2 years ago
Davanum Srinivas ebc79fa807
Tolerate temporary errors from etcdserver
2 years ago
Soujanya Mangipudi ffa19a4b5d Addressing review comments - move printing code out of client.go
2 years ago
Soujanya Mangipudi 20e3577543 Addressing review comments:
2 years ago
Soujanya Mangipudi 9d5be803bc feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command
2 years ago
Marcin Owsiany b7c35d2a0f During deletion, explicitly log already deleted resource name.
2 years ago
Dominic Evans 7c74f1dd02 fix: improve logging & safety of statefulSetReady
2 years ago
Andrew Seigner bd7c97f786 Bump k8s packages from 0.23.6 to 0.24.0
2 years ago
Martin Hickey 292368a64d
Merge pull request #10209 from yxxhero/fix_sa_issue
3 years ago
yxxhero f82896b0b5 add more debug msg when helm upgrade
3 years ago
Matthew Fisher 67f92d63fa
Merge pull request #9640 from wangchenglong01/wangchl01
3 years ago
Bhavin Gandhi c3310bb724 fix(pkg/kube): statefulSetReady: handle partition cases correctly
3 years ago
Jeff Rosenberg b13f3a13d4
Merge branch 'main' into error-on-failed-jobs-9285
3 years ago
Matt Farina accf82ba1c
Merge pull request #9180 from Moser-ss/feature-handle-SIGINT
3 years ago
Mike Ng 75fe8883cc Rename newly introduced interface to InterfaceExt
3 years ago
Mike Ng d51a61f9ab Introduce a new interface for WaitForDelete() to avoid breaking backwards compatibility
3 years ago
Mike Ng 655bdcd2fd feat: add optional boolean '--wait' flag to 'uninstall' command.
3 years ago
lsowen 249d1b5fb9 Fix SIGSEGV when job.Spec.Completions is nil
3 years ago
Stephane Moser 4bc901c95f Resolve PR comments
3 years ago
Rosenberg, Jeff cd04e3f418 Throw an error from jobReady() if the job exceeds its BackoffLimit
3 years ago
Stephane Moser 4026190e7b Revert change in PrintingKubeClient
3 years ago
Stephane Moser 7bfb2a3602 Improve tests
3 years ago
Matt Farina 21251378b4
Merge pull request #9870 from mattfarina/fix-9859
3 years ago
小龙同学 cf0c6fed51
fix(doc): fix kube client interface doc. (#9882)
3 years ago
Stephane Moser 2fa339b25d Add test for Upgrade Release Interrupted
3 years ago
Matt Farina aeb94798f0
Set Helm as manager for managedFields
3 years ago
Cookie Wang 8959d93711 Add error check to avoid panic
3 years ago
Joe Lanford 98d98369ed
Add ReadyChecker to decouple ready check logic from --wait
3 years ago