Lee Verberne
d88c928733
Generated build file for alwayspullimages
2019-06-25 18:45:30 +00:00
Kubernetes Prow Robot
68aaf8b91f
Merge pull request #79352 from aojea/e2eIpv6Prestop
...
add IPv6 support to the e2e PreStop test
2019-06-25 11:44:49 -07:00
Kubernetes Prow Robot
c1fc717ac6
Merge pull request #79349 from roycaihw/printer-nil-ptr-ref
...
Printer: fix a nil pointer dereference
2019-06-25 11:44:36 -07:00
Kubernetes Prow Robot
4ca3974953
Merge pull request #79287 from BenTheElder/libseccomp
...
update Libseccomp to tagged release (0.9.1)
2019-06-25 11:44:23 -07:00
Kubernetes Prow Robot
d573a8ebbd
Merge pull request #79236 from connor1989/doc/remove_invalid_documentation
...
Documentation on OutputFormatType references nonexistent file
2019-06-25 11:44:11 -07:00
Kubernetes Prow Robot
c3f208a07e
Merge pull request #79189 from seans3/move-kubectl-util-deployment
...
Move pkg/kubectl/util/deployment to staging
2019-06-25 11:43:58 -07:00
Lee Verberne
bd5f4117e5
Return all errors in alwayspullimages.Validate()
2019-06-25 18:11:51 +00:00
chenjun.cj
ce8805f95f
flowcontrol context aware and fix request may hang issue
2019-06-26 01:00:08 +08:00
Benjamin Elder
0fad8eb36c
fix hack/make-rules/make-help.sh shellcheck failures
2019-06-25 09:49:45 -07:00
Clayton Coleman
4ed2b9875d
Replace HTTP compression with an inline handler
...
The previous HTTP compression implementation functioned as a filter, which
required it to deal with a number of special cases that complicated the
implementation.
Instead, when we write an API object to a response, handle only that one
case. This will allow a more limited implementation that does not impact
other code flows.
Also, to prevent excessive CPU use on small objects, compression is
disabled on responses smaller than 128Kb in size.
2019-06-25 12:44:29 -04:00
Clayton Coleman
a872c6826c
Set API compression feature gate to Beta
2019-06-25 12:44:15 -04:00
Kubernetes Prow Robot
1215aa73d2
Merge pull request #79176 from verb/debug-iterate-containers
...
Add helpers for iterating containers in a pod
2019-06-25 09:32:52 -07:00
Kubernetes Prow Robot
f4a62ad660
Merge pull request #78868 from chardch/update-plugin-vulkan
...
Update gpu device plugin to better support Vulkan workloads
2019-06-25 09:32:39 -07:00
Hemant Kumar
6abc04d059
Add unit tests for CSI predicate
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
00b0ab86af
Update scheduler to use volume limits from CSINode
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
33c8bacd41
Update nodeinfomanager to store volume limits in CSINode
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
b90ca5b2a7
Auto-generated code for volume limits API
2019-06-25 16:30:54 +02:00
Fabio Bertinatto
13e30b6342
Add volume limits API changes
2019-06-25 16:30:54 +02:00
Kubernetes Prow Robot
415323ca9b
Merge pull request #78340 from sftim/20190524_docs_insecure_serving_fix
...
Fix typo in kube-scheduler --port option help
2019-06-25 07:06:39 -07:00
Sukeesh
c8bd20d1b2
Update doc.go in staging/src/k8s.io/
2019-06-25 22:43:44 +09:00
Connor Hoehn
265fd048c0
Remove the OutputFormatType and OutputFormatArgument fields as they are no longer used.
2019-06-25 09:10:21 -04:00
Kubernetes Prow Robot
a78ae4ba74
Merge pull request #76059 from tedyu/master
...
Remove unnecessary map in cleanupHistory
2019-06-25 05:24:35 -07:00
Yassine TIJANI
d3620dfa29
move jws to k8s.io/cluster-bootstrap
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-06-25 13:48:13 +02:00
Kubernetes Prow Robot
1db31d474f
Merge pull request #79057 from rphillips/fixes/e2e_kubelet_stats_fix
...
kubelet_stats: fix potential e2e crash dereferencing ContainerStats.CPU
2019-06-25 03:48:39 -07:00
Antonio Ojea
028206e13b
add IPv6 support to the e2e PreStop test
2019-06-25 11:52:07 +02:00
Kubernetes Prow Robot
9273ce7711
Merge pull request #79219 from alvaroaleman/sample-controller-klog-init
...
Sample controller: Init flags
2019-06-25 02:30:35 -07:00
Kubernetes Prow Robot
38e95b1a78
Merge pull request #79317 from BenTheElder/yikeshell
...
fix test/e2e_node/gubernator.sh shellcheck failures
2019-06-25 01:15:29 -07:00
Kubernetes Prow Robot
dac0bd9029
Merge pull request #79316 from BenTheElder/shellll
...
fix vendor scripts shellcheck failures
2019-06-25 01:15:16 -07:00
Kubernetes Prow Robot
ad095324bf
Merge pull request #79309 from draveness/feature/cleanup-CSIPersistentVolume-feature-gates
...
feat: cleanup feature gates for CSIPersistentVolume
2019-06-25 01:15:03 -07:00
Kubernetes Prow Robot
bbc17310fc
Merge pull request #78922 from oomichi/add-ExpectEqual
...
Add ExpectEqual() to e2e framework
2019-06-25 01:14:50 -07:00
Kubernetes Prow Robot
cff6e42005
Merge pull request #75223 from sjenning/fix-pod-qos-init-containers
...
kubelet: include init containers when determining pod QoS
2019-06-25 01:14:37 -07:00
Kubernetes Prow Robot
f606f92ad9
Merge pull request #79302 from ialidzhikov/changelog@1.15
...
Update CHANGELOG-1.15.md
2019-06-24 23:54:48 -07:00
Kubernetes Prow Robot
38626cefec
Merge pull request #78583 from andrewsykim/ipvs-udp-graceful-termination
...
ipvs proxy: add unit test for udp graceful termination
2019-06-24 23:54:35 -07:00
Kubernetes Prow Robot
5267a3dc73
Merge pull request #79346 from ncdc/fix-max-port
...
Fix insecure max bind port value to 65535 for scheduler & apiserver
2019-06-24 22:20:34 -07:00
goodluckbot
032dde8754
Refactor statefulset e2e tests
2019-06-25 11:33:58 +08:00
SataQiu
33b980272b
kubeadm: add --control-plane-endpoint flag
2019-06-25 11:27:40 +08:00
Kubernetes Prow Robot
896c901684
Merge pull request #78929 from SataQiu/fix-kubeadm-20190612
...
[kubeadm] cleanup deps on pkg/version
2019-06-24 19:28:35 -07:00
James McClune
9c45e799ad
hack: fixed issues from previous refactor PR
...
Fixed pathlib definitions & print statements, thanks to another
GitHub member.
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
2019-06-24 21:33:00 -04:00
draveness
8e9472ba79
feat: cleanup feature gates for CSIPersistentVolume
2019-06-25 09:00:12 +08:00
prameshj
957da4f650
Revert "Skip ILB creation on GCE if neg annotation is present"
2019-06-24 17:50:53 -07:00
Kubernetes Prow Robot
579f9d8a7b
Merge pull request #79188 from cadmuxe/cni_url
...
Add env var(CNI_STORAGE_PATH) for cni storage path.
2019-06-24 16:06:48 -07:00
Kubernetes Prow Robot
3e0e2a2433
Merge pull request #78871 from aojea/e2e_ipv6_stateful
...
Support IPv6 on e2e StatefulSet tests
2019-06-24 16:06:36 -07:00
Jonathan Basseri
38516ca1a0
remove misterikkit from scheduler maintainers
2019-06-24 15:23:57 -07:00
Kubernetes Prow Robot
1973373be9
Merge pull request #79342 from stealthybox/patch-1
...
Update CHANGELOG.md
2019-06-24 13:36:48 -07:00
Kubernetes Prow Robot
6f0f62b2c4
Merge pull request #77211 from dixudx/bootstrap_token_refactor
...
Bootstrap token refactor
2019-06-24 13:36:36 -07:00
Haowei Cai
095d9349a1
printer: fix a nil pointer dereference
2019-06-24 13:11:18 -07:00
Sean Sullivan
6f120f9660
Updated publishing dependencies rules
2019-06-24 12:42:54 -07:00
Sean Sullivan
2c536a2c33
Updates to dependencies including go.mod, go.sum, and BUILD files
2019-06-24 12:36:33 -07:00
Sean Sullivan
11c5bd1b2f
Updated imports for util/deployment
2019-06-24 12:32:59 -07:00
Sean Sullivan
c3f6418b59
Moved pkg/kubectl/util/deployment to staging
2019-06-24 12:32:13 -07:00