Commit Graph

313 Commits (main)

Author SHA1 Message Date
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
James McElwain 54410194a6 closes #9312
3 years ago
Matt Farina f5ef87b96e
Merge pull request #8363 from zh168654/master
4 years ago
Jon Huhn 5d08a0d00e Fix typo
4 years ago
zh168654 bfc575dec2 add waitwithjobs instead of changing wait api
4 years ago
zh168654 957d2a2bf9 add wait-for-jobs flag
4 years ago
zhangye15 bd03e1b5c7 fix style conformance
4 years ago
zhangye15 c96dc48f21 fix test-style error
4 years ago
zh168654 8d498d58e7 add test cases
4 years ago
zh168654 5825112a8b helm upgrade with --wait support jobs in manifest to be completed
4 years ago
Janario Oliveira cf3870a57f Adjusted import
4 years ago
Janario Oliveira 10a29d1662 Reuse kube-client
4 years ago
Matt Farina b7c38c879a Adding support for k8s 1.19
4 years ago
Li Zhijian 4258e8664e Use T.cleanup() to cleanup cmdtest_temp file
4 years ago
Tariq Ibrahim b07b2589fb
optimise if condition in service ready logic
4 years ago
Rajat Jindal 4faeedd98b fix watch error due to elb/proxy timeout
4 years ago
Hidde Beydals 8217aba4a6 fix(kube): use logger instead of fmt.Printf
4 years ago
Matt Farina dbd001e532
Removing tiller language
4 years ago
小明同学 decab8ea2e
fix: upgrade using --force shoud not run patch logic (#8000)
4 years ago
Liu Ming ff3ed53b7c polish to keep the same log style
4 years ago
Adam Reese d5d96ed3cf
Merge pull request #7929 from adamreese/fix/upgrade-results
4 years ago
Adam Reese 4a0dfbe53b
fix(pkg/cli): ensure correct configuration from kubeconfig file
4 years ago
Adam Reese bdf6f48704
fix(pkg/kube): continue deleting objects when one fails
4 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
4 years ago
lnattrass c12a9aee02
fix(helm): Data race in kube/client Delete func. (#7820)
4 years ago
Dong Gang 69d9722eda test(helm): fix client update error
4 years ago
Dong Gang c45869c4ad fix(helm): polish goimport
4 years ago
Dong Gang 9744e9f619 fix(helm): respect resource policy on ungrade
4 years ago
Matthew Fisher 64ce6e6a74
Merge pull request #7591 from ylvmw/master
4 years ago
Taylor Thomas 512e1b8bc9
Merge pull request #7401 from hiddeco/non-global-scheme-convert
4 years ago
Taylor Thomas 2cd3d12acd
Merge pull request #7530 from plenus-cloud/fix-7513
4 years ago
ylvmw 54ca879095 IsReachable() needs to give detailed error message.
4 years ago
Hidde Beydals e41184a585 fix(kube): generate k8s native scheme only once
4 years ago
Hidde Beydals b55224ebb9 fix(kube): use non global Scheme to convert
4 years ago
Benn Linger 5e638e3587
Revert "Do not delete templated CRDs"
4 years ago
Federico Bevione af0007c908 fix(helm): improved logs
4 years ago
Federico Bevione 077503f175 fix(helm): Reworded logs for clarity
4 years ago
Matthew Fisher 0dadbdc309
Merge pull request #7373 from Sh4d1/bypass_ns
4 years ago
Federico Bevione 438eaec971 fix(helm): Don't wait for service to be ready when external IP are set
4 years ago
Taylor Thomas c8c0000725
Merge pull request #7409 from akazemis/11414-fix-the-helm-upgrade-force-log-issue
4 years ago
Jakub Bielecki 8fe2097ffe fix(kube) only add to scheme.Scheme once
5 years ago
Ahmad Kazemi 9143223932 unnecessary import removed
5 years ago
Ahmad Kazemi d4c37d33d1 Signed-off-by: Ahmad Kazemi <ahmad.kazemi@recordpoint.com>
5 years ago
Guangwen Feng 0cdbbf287f Fix typo in comment for func IsReachable
5 years ago
Patrik Cyvoct ff0e008558
add option to bypass kubeconfig namespace
5 years ago
Taylor Thomas f35719a62a
Merge pull request #7320 from PhilGrayson/issue-7279
5 years ago
Matthew Fisher 9e4d42e18c
Merge pull request #7245 from waveywaves/fix/crd-install-api-extensions
5 years ago
Phil Grayson 600970459e Do not delete templated CRDs
5 years ago
Guangwen Feng cedd480199 Add corresponding unit test to the function in resource.go.
5 years ago
Adrian Gonzalez-Martin afa612df9d Add back fix for CRD patch creation
5 years ago
Martin Hickey b6e2a14306
fix(kube): Port use of watcher with retries to wait for resources (#7217)
5 years ago
Vibhav Bobade 1c6424cb18 fix(install) crd install with apiextensions.k8s.io/v1
5 years ago
Taylor Thomas ecb55c1de7 fix(wait): Adds support for waiting on v1 apiextensions for CRDs
5 years ago
Fabian Ruff 7f7e90b407 Consider namespace when comparing resources
5 years ago
Matthew Fisher a505f91073
fix(kube): return error when object cannot be patched
5 years ago
Taylor Thomas c69af3d5bd fix(wait): Removes ingress checks
5 years ago
Matthew Fisher 4d5a62303e
fix(kube): replace rather than delete/create
5 years ago
Matthew Fisher 9e9f317cbf
Merge pull request #6608 from bacongobbler/refactor-switch-statement
5 years ago
John Howard 7a22cb88d9 Drop dependency on k8s.io/kubernetes (#6609)
5 years ago
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
5 years ago
Matthew Fisher f55a64240f
ref(wait): remove versioned type, use unversioned instead
5 years ago
fengxsong a4dd603f78
Refactor switch statement in pkg/kube/wait.go
5 years ago
fengxsong cf728f4076
fix wait.go
5 years ago
fengxusong 3b280ab038
Refactor switch statement in pkg/kube/wait.go
5 years ago
Taylor Thomas 63c994343b feat(wait): Ports ingress wait to v3
5 years ago
Taylor Thomas 07c950fc41
Merge pull request #6571 from cgetzen/cg/dev-v3/kube_create_goroutine
5 years ago
Charlie Getzen d2cafdc063 modify resources to match helm3
5 years ago
Charlie Getzen ce4ca05d0a use WaitGroup instead of channels and counters
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Charlie Getzen 25bbd88639 Add check on empty list
5 years ago
Charlie Getzen 4c39d2b63f batch perform function by resource kind (Deployment, Pod, etc)
5 years ago
Charlie Getzen f7a05ba018 Use a goroutine when interacting with kube api
5 years ago
Matt Farina e3137d106a
Migrating dependency management to go modules
5 years ago
Taylor Thomas 3cc0240d8d
Merge pull request #6549 from perher/no-wait-paused-v3
5 years ago
Taylor Thomas 6ccb2897d9 PR fixes
5 years ago
Per Hermansson f5e977b8ed Skip waiting for paused deployments
5 years ago
Taylor Thomas 36f3a4b326 fix(action): Protects against current resource conflicts
5 years ago
Taylor Thomas 17854e83af feat(*): Ports `--cleanup-on-fail` to v3
5 years ago
Matt Butcher 0f332b67f1
fix: clear the discovery cache after CRDs are installed (#6332)
5 years ago
Vibhav Bobade 5a07055645 Add IsReachable to /pkg/kube/client to see if connected to the internet
5 years ago
Adam Reese cc98242feb
fix(pkg/kube): only wait for events from Jobs and Pods
5 years ago