Commit Graph

149 Commits (c7b0e32e54afc76e392773c010a674b0f6358978)

Author SHA1 Message Date
Matthew Fisher df3332e61a
Merge pull request #8305 from novas0x2a/v2-orphan-resources
4 years ago
Martin Hickey 059aeed8c7 Update after review
4 years ago
Martin Hickey a90182e3b2 Add more informative error message for removed k8s APIs
4 years ago
Fabian Ruff 0c96138afa
Consider namespace when comparing resources
4 years ago
Matt Farina 493cd34009
Fix issue with sorting pod lists
5 years ago
Matt Farina 88e95b0d7c
Fix nul pointer error
5 years ago
Matt Farina 4aafed7457
Fixing validation issue
5 years ago
Matt Farina e8396c9283
Restores display of object status when displaying helm status
5 years ago
Taylor Thomas 77c973422c fix(kube): Fixes wait for jobs
5 years ago
Taylor Thomas e2894a18ee fix(kube): Fixes missing API versions
5 years ago
Adam Reese 23c82fc3eb
ref(glide.yaml): kubernetes 1.16.2
5 years ago
Matthew Fisher 33bb88851d
fix(kube): fix race condition
5 years ago
Matthew Fisher 9b9dcebea8
fix(kube): watch events from a matching pod
5 years ago
Jeff Knurek ef5d4e652c
change GetPodLogs to return io.Reader instead of string
5 years ago
Jeff Knurek 7f2e0c535c
return error is client not set
5 years ago
Jeff Knurek b94608388e
TEST: add option to dump logs during helm test
5 years ago
Charlie Getzen 6b2f408f8e Merge branch 'master' of https://github.com/kubernetes/helm into cg/kube_create_goroutine
5 years ago
Charlie Getzen 02ccb33bdc use WaitGroup instead of channels and counters
5 years ago
Charlie Getzen 8dd89867ff Add check on empty list
5 years ago
Richard Connon 55ccdd040d Use watcher with retries to wait for resources
5 years ago
Sakura 627283ac74
fix typo
5 years ago
Yusuke Kuoka ae52477fbd fix: upgrade with CRD changes
5 years ago
Tariq Ibrahim 276bb9b1c8
fix golint issues reported by make test
5 years ago
Martin Hickey c3242d1be4
Merge pull request #5532 from mortent/WaitForDelete
5 years ago
Morten Torkildsen cb2207c2fb fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
5 years ago
Morten Torkildsen ad886c5e36 fix(helm): Disable schema validation for manifests
6 years ago
Morten Torkildsen 94adb5bbe0 fix(helm): Only validate new manifests
6 years ago
Charlie Getzen 9f1a62783a batch perform function by resource kind (Deployment, Pod, etc)
6 years ago
Charlie Getzen 0075154a39 Use a goroutine when interacting with kube api
6 years ago
Matthew Fisher 0d81d92a01
Merge pull request #5112 from mortent/WaitCRDEstablished
6 years ago
Morten Torkildsen 32d7f1a3fc fix(helm): Fix manifest validation
6 years ago
Matthew Fisher 53d432fa58
Merge pull request #4871 from flant/fix-no-resource-with-the-name-found
6 years ago
Timofey Kirillov faa5fd0b5e Add clarification log messages before calling cleanup-on-fail during update
6 years ago
Morten Torkildsen b8e40a7c31 fix(helm): Wait for CRDs to reach established state for crd_install hook
6 years ago
Matthew Fisher 3c871c0030
chore(glide): bump kubernetes to 1.14
6 years ago
Pavel Eremeev 535f9cece5 refactor(*): update error message
6 years ago
Fernando Barbosa bf7106f6c0
Add cleanup on fail after wait
6 years ago
Timofey Kirillov 5ffe4ce588
Fix `no RESOURCE with the name NAME found`
6 years ago
Pavel Eremeev bc85db3a19 refactor(*): make "not found" error message user-friendly
6 years ago
Jacob LeGrone 55fbed95d5
feat(resource-policy): delete manifests when policy value is delete
6 years ago
Michelle Noorali d6ec975f74
Merge pull request #5140 from eladiw/master
6 years ago
Ian Howell a1ea9678be Add unit tests for checking sort order on helm get
6 years ago
James Ravn ab0ba3aa63 fix(tiller): respect resource policy on upgrade (#5225)
6 years ago
Elad Iwanir cbf9ad11be fix minor build issue
6 years ago
Elad Iwanir 7c55fdcf02 Sort resources output by 'helm status'
6 years ago
Taylor Thomas 6d3809a416 ref(kube): Gets rid of superfluous Sprintf call
6 years ago
Taylor Thomas 88af9659a2
Merge pull request #4928 from mortent/FixCustomResourcePrinting
6 years ago
Taylor Thomas 58272bfd4a
Merge pull request #4930 from mortent/FixStatusPodOutput
6 years ago
Morten Torkildsen 55a338579a fix(helm): Allow custom resources in hooks (#4986)
6 years ago
Morten Torkildsen ede43a313d fix(helm): Print details for pod resource
6 years ago