Sean Sullivan
e851af0aab
Removes test-cmd inappropriate dependency on kubectl
2019-06-27 10:49:42 -07:00
Kubernetes Prow Robot
6fe4119998
Merge pull request #79467 from jsafrane/fix-mock-selinux
...
Run sidecars for csi-mock as privileged
2019-06-27 09:39:21 -07:00
Kubernetes Prow Robot
8245461a8d
Merge pull request #79008 from jpbetz/fix-addlabel-mutation-example
...
Fix mutating webhook test image 'addlabel' to not clobber labels
2019-06-27 07:11:21 -07:00
Kubernetes Prow Robot
f20876908f
Merge pull request #79341 from krzysied/kubelet_lease_fix
...
Handling OptimisticLockError in kubelet node lease controller
2019-06-27 05:53:24 -07:00
Krzysztof Siedlecki
d45197a8b0
handling OptimisticLockError in kubelet
2019-06-27 13:44:09 +02:00
Jan Safranek
d6077c717d
Run sidecars for csi-mock as privileged
...
The driver and provisioner runs as privileged, so make all the other
sidecar containers privileged too.
This helps on system with SELinux, non-privileged container can't access
socket of a privileged one.
2019-06-27 13:39:14 +02:00
Kubernetes Prow Robot
376a2cb344
Merge pull request #78983 from mborsz/patch-3
...
Don't leak ssh connections
2019-06-27 01:27:20 -07:00
Maciej Borsz
4d3db1873f
Don't leak ssh connections
...
Without this fix, the underlying network connection is never closed.
2019-06-27 09:17:56 +02:00
Kubernetes Prow Robot
fd66d37b3a
Merge pull request #79372 from RainbowMango/pr_fix_issue_78954_svn_controller_clean
...
Fix service load balancer may not be cleaned up on corner case of type change
2019-06-26 21:13:19 -07:00
Kubernetes Prow Robot
6b5cb97fba
Merge pull request #77397 from jsafrane/scheduler-benchmark-volumes
...
Add benchmark for scheduling of pods with PVs
2019-06-26 20:03:20 -07:00
Kubernetes Prow Robot
cd89631620
Merge pull request #79424 from draveness/feature/remove-sharing-plugins-in-framework-tests
...
refactor: add reset method to all test plugins
2019-06-26 18:51:32 -07:00
Kubernetes Prow Robot
805c378e52
Merge pull request #79185 from seans3/move-kubectl-util
...
Move pkg/kubectl/util/certificate to staging
2019-06-26 18:51:19 -07:00
Hongcai Ren
9618d1d955
Fix service controller not release loadBalancer issue in corner case.
2019-06-27 09:12:16 +08:00
Kubernetes Prow Robot
20b58990b9
Merge pull request #79441 from bclau/tests/agnhost-fix
...
tests: Fixes agnhost logs-generator usage
2019-06-26 15:33:23 -07:00
Sean Sullivan
85e83512b0
Updated BUILD dependency to use staging
2019-06-26 14:53:06 -07:00
Sean Sullivan
d31972a0e5
Removes unused BUILD file
2019-06-26 14:28:53 -07:00
Sean Sullivan
541cb300c7
Move pkg/kubectl/util/certificate to staging
2019-06-26 14:28:53 -07:00
Kubernetes Prow Robot
bb4d8d6495
Merge pull request #79207 from sallyom/move-pkg-kubectl-utils-resource-stg
...
Move pkg/kubectl/utils/{resource,qos} staging
2019-06-26 14:17:21 -07:00
Sally O'Malley
c4cb265e5c
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-26 15:59:30 -04:00
Sally O'Malley
7e253e1d0e
Move pkg/kubectl/util/resource to staging
2019-06-26 15:59:30 -04:00
Kubernetes Prow Robot
3178e69b39
Merge pull request #79428 from deads2k/testversions
...
remove dead KUBE_TEST_API_VERSIONS from test-integration
2019-06-26 12:21:34 -07:00
Kubernetes Prow Robot
672631f0dc
Merge pull request #79205 from sallyom/mv-kubectl-util-qos-stg
...
Move pkg/kubectl/util/qos to staging
2019-06-26 12:21:21 -07:00
Claudiu Belu
6b7a641c96
tests: Fixes agnhost logs-generator usage
...
Cobra flags have 2 dashes, not 1.
2019-06-26 11:38:38 -07:00
Kubernetes Prow Robot
5cd9faf74a
Merge pull request #79114 from roycaihw/crd-informer/delete-stale-strategy
...
crd-handler: re-create stale CR storage on update
2019-06-26 11:05:20 -07:00
Kubernetes Prow Robot
b7be36e464
Merge pull request #79412 from BenTheElder/not-so-fast
...
fix KubeletConfiguration apiVersion
2019-06-26 09:18:18 -07:00
David Eads
c1f8f6230b
remove dead KUBE_TEST_API_VERSIONS from test-integration
2019-06-26 11:55:50 -04:00
draveness
40090e8563
refactor: add reset method to all test plugins
2019-06-26 23:06:34 +08:00
Kubernetes Prow Robot
eed7af6e41
Merge pull request #79370 from mborsz/node
...
Use watch in TaintManager
2019-06-26 06:49:17 -07:00
Sally O'Malley
7ac89bfe4c
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-26 08:51:27 -04:00
Sally O'Malley
8d70e1b25a
Removes unused BUILD file
2019-06-26 08:51:27 -04:00
Sally O'Malley
acd3b91f9e
Move pkg/kubectl/util/qos to staging
2019-06-26 08:51:27 -04:00
Jan Safranek
f6430c0159
Add benchmark for scheduling of pods with PVs
2019-06-26 14:07:17 +02:00
Maciej Borsz
98e9c78c13
Migrate TaintManager to use watch for listing pods instead of expensive
...
listing pods call.
2019-06-26 13:35:59 +02:00
Kubernetes Prow Robot
b84d5b8162
Merge pull request #79204 from pswica/util-storage
...
Moving pkg/kubectl/util/storage to staging
2019-06-26 03:57:14 -07:00
Benjamin Elder
c33ab5c78f
fix KubeletConfiguration apiVersion
2019-06-25 23:59:32 -07:00
Kubernetes Prow Robot
879f289ed7
Merge pull request #79404 from RainbowMango/pr_update_invalid_link_for_pr_template
...
Update link in pull request template
2019-06-25 23:41:14 -07:00
Kubernetes Prow Robot
e760b033ec
Merge pull request #78863 from sttts/sttts-crd-embedded-resource-items-additionalProperties
...
apiextensions: structural schema unit test coverage
2019-06-25 22:17:12 -07:00
Peter Swica
d8362f7508
Moving pkg/kubectl/util/storage to staging
2019-06-26 00:11:16 -04:00
Mike Spreitzer
4160909495
Fixed and clarified comments and parameter names in index.go ( #77633 )
...
* Fixed and clarified comments and parameter names in index.go
Fixed the comment on IndexFunc to say that it returns multiple indexed values.
Clarified the comments and parameter names in the Indexer interface to
consistently use a dichotomy between "storage keys" and "indexed
values".
* Updated comments in index.go based on review by Liggitt
2019-06-25 21:03:13 -07:00
Hongcai Ren
4da6bf54b4
Update link in pull request template
2019-06-26 11:49:38 +08:00
Haowei Cai
c452a7fa1c
crd-handler: level-trigger storage recreation and fix a race
2019-06-25 19:28:18 -07:00
Kubernetes Prow Robot
20e97a6b4b
Merge pull request #79388 from aojea/e2e_ipv6_guestbook
...
Add ipv6 support to the e2e guestbook test
2019-06-25 19:25:13 -07:00
Kubernetes Prow Robot
c58f94caf1
Merge pull request #79318 from BenTheElder/old-skool
...
fix hack/make-rules/make-help.sh shellcheck failures
2019-06-25 18:16:04 -07:00
Kubernetes Prow Robot
db892ba7bc
Merge pull request #79237 from logicalhan/show-hidden-metrics
...
enable ability to show hidden metrics
2019-06-25 18:15:51 -07:00
Kubernetes Prow Robot
dc9174818d
Merge pull request #79191 from seans3/move-kubectl-util-event
...
Move pkg/kubectl/util/event to staging
2019-06-25 18:15:39 -07:00
Kubernetes Prow Robot
ab618571b1
Merge pull request #78291 from goodluckbot/refactor-cleanup-e2e-statefulset-util
...
Refactor and cleanup for statefulset_utils.go
2019-06-25 18:15:26 -07:00
Kubernetes Prow Robot
5305532fcf
Merge pull request #75243 from aojea/e2e_ipv6_dns
...
Add ipv6 support to the DNS e2e tests
2019-06-25 18:15:14 -07:00
Kubernetes Prow Robot
07ee0c3e8b
Merge pull request #79378 from verb/alwayspull-aggregate-errs
...
Return all errors in alwayspullimages admission plugin validation
2019-06-25 17:01:41 -07:00
Kubernetes Prow Robot
41b817b92f
Merge pull request #79038 from yastij/move-jws
...
move jws to k8s.io/cluster-bootstrap
2019-06-25 17:01:29 -07:00
Kubernetes Prow Robot
22fb6fd174
Merge pull request #77595 from bertinatto/volume_limits
...
Volume Scheduling Limits
2019-06-25 17:01:16 -07:00