Haowei Cai
c452a7fa1c
crd-handler: level-trigger storage recreation and fix a race
2019-06-25 19:28:18 -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
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
Sean Sullivan
949060dac0
Dependency changes
2019-06-25 15:22:20 -07:00
Sean Sullivan
d4a5b75a67
Move pkg/kubectl/util/event into staging
2019-06-25 14:55:21 -07:00
Kubernetes Prow Robot
70b1c43657
Merge pull request #79201 from damemi/kubectl-rbac
...
Move pkg/kubectl/util/rbac to staging
2019-06-25 14:47:28 -07:00
Kubernetes Prow Robot
e8738d665b
Merge pull request #79282 from seans3/kubectl-logo
...
Adds kubectl logo images
2019-06-25 12:55:58 -07:00
Mike Dame
76d7f58c06
update vendor
2019-06-25 15:28:52 -04:00
Mike Dame
a507ca338a
Move pkg/util/rbac to staging and update refs
2019-06-25 15:25:23 -04:00
Sean Sullivan
e397b04ca1
Update go.mod, go.sum, and BUILD dependencies
2019-06-25 12:04:06 -07:00
Sean Sullivan
7aa214d2c3
Move pkg/kubectl/util/hash to staging
2019-06-25 12:02:26 -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
chenjun.cj
ce8805f95f
flowcontrol context aware and fix request may hang issue
2019-06-26 01:00:08 +08: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
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
Sukeesh
c8bd20d1b2
Update doc.go in staging/src/k8s.io/
2019-06-25 22:43:44 +09: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
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
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
prameshj
957da4f650
Revert "Skip ILB creation on GCE if neg annotation is present"
2019-06-24 17:50:53 -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
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
c3f6418b59
Moved pkg/kubectl/util/deployment to staging
2019-06-24 12:32:13 -07:00
Andy Goldstein
9bba2c93ec
Fix max port value to 65535
...
Signed-off-by: Andy Goldstein <goldsteina@vmware.com >
2019-06-24 15:13:27 -04:00
Ruslan Gustomiasov
2eeb863da8
add sleep 5 before exponential backoff in waitUntilVolumeAvailable
2019-06-24 19:58:46 +02:00
Sally O'Malley
fbc5c5df1c
Updated publishing dependencies rules, import-restrictions
2019-06-24 08:17:47 -04:00
Sally O'Malley
d6af3f2653
Update go.mod, go.sum, and BUILD file dependencies
2019-06-24 08:17:47 -04:00
Sally O'Malley
4c58308b4e
Move pkg/kubectl/util/podutils to staging
2019-06-24 08:17:47 -04:00
Nikhita Raghunath
ab3cdd57b7
publishing: use deps in replace directive in rules
...
The list of dependencies for a repo right now is equal to the list of deps
mentioned in the require directive in the repo's go.mod file.
This means that we loose all transitive deps mentioned in the replace
directive in go.mod files.
So instead use all deps mentioned in the replace directive, and prune
any extra dependencies.
Also add a test for this in verify-publishing-bot.py
2019-06-24 14:01:20 +05:30
Jordan Liggitt
b1fd883617
Drop unused dependencies
2019-06-23 18:55:29 -07:00
Jordan Liggitt
14cd8c365c
gopkg.in/natefinch/lumberjack.v2 v2.0.0
2019-06-23 18:55:29 -07:00
Jordan Liggitt
855048b1b3
github.com/hashicorp/hcl v1.0.0
2019-06-23 18:55:27 -07:00
Jordan Liggitt
63e5ad08aa
github.com/gorilla/websocket v1.4.0
2019-06-23 18:54:03 -07:00
Jordan Liggitt
29853a1976
github.com/google/uuid v1.1.1
2019-06-23 18:54:03 -07:00
Jordan Liggitt
7a667f87ba
github.com/BurntSushi/toml v0.3.1
2019-06-23 18:54:02 -07:00
Kubernetes Prow Robot
bf55a99eb8
Merge pull request #69263 from brooksgarrett/issue63959
...
Respect Allocation IDs
2019-06-23 00:15:54 -07:00
Kubernetes Prow Robot
fa9fd6522a
Merge pull request #79181 from tedyu/close-audit-ch
...
Close auditStopCh if SecureServing encounters error
2019-06-22 22:55:55 -07:00
Brooks Garrett
7767535426
Respect Allocation IDs
2019-06-22 21:27:20 -04:00
Kubernetes Prow Robot
6bba811f5e
Merge pull request #78798 from distortedsignal/default-use-mod
...
Force using Go Modules in README.md
2019-06-22 16:26:12 -07:00
Kubernetes Prow Robot
eee3e976d8
Merge pull request #78294 from vllry/kp-remove-resource-container
...
Remove deprecated flag --resource-container from kube-proxy
2019-06-22 00:38:12 -07:00
Nikhita Raghunath
d8b2a7800d
publishing: fix rules for kubectl
2019-06-22 10:02:21 +05:30
Sean Sullivan
b7a3900990
Adds kubectl logo images
2019-06-21 11:34:42 -07:00
Lee Verberne
ee821e2a04
Create helpers for iterating containers in a pod
2019-06-21 08:32:04 +00:00
draveness
7a83d78709
feat: remove several types in runtime serializer
2019-06-21 13:55:28 +08:00