Commit Graph

197 Commits (e0604b930643f1af768b78af454d89eb23f52cec)

Author SHA1 Message Date
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
Taylor Thomas 93e4697f4a fix(wait): Removes ingress checks
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
Matthew Fisher 3bc2b5b1db
Merge pull request #5264 from ds-ms/waitIngress
5 years ago
Matthew Fisher 0171f9b9ed
Merge pull request #5789 from perher/no-wait-paused
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
Matthew Fisher af0bb6d26b
Merge pull request #5760 from mortent/revertValidationFix
6 years ago
Per Hermansson b0e7b8c9d9 Skip waiting for paused deployments
6 years ago
dev-chulbuji 3708fad517 feat: change miss fixing
6 years ago
dev-chulbuji 3d487547f9 change deployment version
6 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 62edd09800
Merge pull request #5606 from xichengliudui/update-go-const
6 years ago
Matthew Fisher 0d81d92a01
Merge pull request #5112 from mortent/WaitCRDEstablished
6 years ago
xichengliudui 5edb79df4c Using const() defines constants together (part:1)
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 ce4c3f51ad
test(resource-policy): verify behavior of non-standard policy types
6 years ago
Jacob LeGrone 55fbed95d5
feat(resource-policy): delete manifests when policy value is delete
6 years ago
ds-ms 914545851e Fixing condition
6 years ago
Michelle Noorali d6ec975f74
Merge pull request #5140 from eladiw/master
6 years ago
Elad Iwanir 2734066bcc changing return order of test items so the sorting tests will fail if actually broken
6 years ago
Ian Howell a1ea9678be Add unit tests for checking sort order on helm get
6 years ago
ds-ms 1d95d8396b Wait for ingress host to be ready
6 years ago
James Ravn ab0ba3aa63 fix(tiller): respect resource policy on upgrade (#5225)
6 years ago