YueHonghui
|
d29f194474
|
add flag concurrent-statefulset-syncs to kube-controller-manager (#79169)
* add flag `concurrent-statefulset-syncs` to set number of concurrent workers for statefulset controller
* change default value of ConcurrentStatefulSetSyncs from 1 to 5
* 1. fix doc comment of statefulset config types.go
2. add missing deps k8s.io/kubernetes/pkg/controller/statefulset/config
* add missing dep k8s.io/kubernetes/pkg/controller/statefulset/config/v1alpha1
* updated bazel BUILD files
* update kube-controller-manager options testcase
* fix codegen
* fix golint error
* fix testcase
|
2019-07-31 22:36:14 -07:00 |
|
Kubernetes Prow Robot
|
41b3a3ebb9
|
Merge pull request #80727 from seans3/move-explain-staging
Move pkg/kubect/explain to staging
|
2019-07-31 11:42:15 -07:00 |
|
Kubernetes Prow Robot
|
27c4ba5794
|
Merge pull request #80792 from tedyu/cacher-no-leak-test
Refine watcher count calculation
|
2019-07-31 08:54:48 -07:00 |
|
Kubernetes Prow Robot
|
2abc859540
|
Merge pull request #80750 from sttts/sttts-crd-scoping
apiextensions: check request scope against CRD scope correctly
|
2019-07-31 08:54:36 -07:00 |
|
Kubernetes Prow Robot
|
ffc2947149
|
Merge pull request #80772 from seans3/move-scale-updater-staging
Refactor pkg/kubectl/{scale.go|rollingupdater.go} for move to staging
|
2019-07-31 06:56:35 -07:00 |
|
Kubernetes Prow Robot
|
41745165f3
|
Merge pull request #80765 from seans3/move-kubectl-owners
Move pkg/kubectl/cmd/util/openapi/OWNERS to staging
|
2019-07-31 06:56:23 -07:00 |
|
Kubernetes Prow Robot
|
d8900caac8
|
Merge pull request #80732 from cblecker/fix-tag-protobuf
Fix tag for gogo/protobuf
|
2019-07-31 05:28:47 -07:00 |
|
Kubernetes Prow Robot
|
5413252e47
|
Merge pull request #80703 from feiskyer/vmss-pip
Fix public IP not found issues for VMSS nodes
|
2019-07-31 05:28:34 -07:00 |
|
Dr. Stefan Schimanski
|
df75700efe
|
apiextensions: 404 if request scope does not match crd scope
|
2019-07-31 13:30:28 +02:00 |
|
Sean Sullivan
|
1252ab3c98
|
Move pkg/kubect/explain to staging
|
2019-07-31 00:30:32 -07:00 |
|
Kubernetes Prow Robot
|
b6475c2d72
|
Merge pull request #80601 from seans3/move-kubectl-proxy
Move pkg/kubectl/proxy to staging
|
2019-07-31 00:24:34 -07:00 |
|
Sean Sullivan
|
c011df28a4
|
Refactor pkg/kubectl/{scale.go|rollingupdater.go} for move to staging
|
2019-07-30 23:15:15 -07:00 |
|
Ted Yu
|
4ce92b05ac
|
Refine watcher count calculation
|
2019-07-30 23:04:58 -07:00 |
|
Kubernetes Prow Robot
|
8139e3d8b1
|
Merge pull request #80692 from tedyu/pop-expired-watcher
Pop expired watchers in case there is no update to cache
|
2019-07-30 22:44:46 -07:00 |
|
Sean Sullivan
|
18c7ee8114
|
Move pkg/kubectl/proxy to staging
|
2019-07-30 19:09:25 -07:00 |
|
Christoph Blecker
|
7471a1d35f
|
Fix tag for github.com/gogo/protobuf
|
2019-07-30 18:38:34 -07:00 |
|
Sean Sullivan
|
902789d375
|
Move pkg/kubectl/generate to staging
|
2019-07-30 16:18:39 -07:00 |
|
Kubernetes Prow Robot
|
75d5189612
|
Merge pull request #80678 from seans3/move-polymorphic-staging
Move pkg/kubectl/polymorphichelpers staging
|
2019-07-30 16:11:11 -07:00 |
|
Sean Sullivan
|
8f0127503d
|
Move pkg/kubectl/cmd/util/openapi/OWNERS to staging
|
2019-07-30 14:09:18 -07:00 |
|
Sean Sullivan
|
9f3384f02f
|
Move pkg/kubectl/polymorphichelpers staging
|
2019-07-30 10:10:30 -07:00 |
|
Kubernetes Prow Robot
|
bfeb7e4a96
|
Merge pull request #80658 from tedyu/expire-list
Store key in TimestampedEntry
|
2019-07-30 10:09:30 -07:00 |
|
Kubernetes Prow Robot
|
c6101aba30
|
Merge pull request #80392 from tedyu/ver-client-cast
Check whether metricObj can be converted to *v1beta2.MetricValueList
|
2019-07-30 10:09:04 -07:00 |
|
Kubernetes Prow Robot
|
758af11cac
|
Merge pull request #78778 from hbagdi/fix/nil-functions
fix nil function invocation in client-go/tools/leaderelection
|
2019-07-30 10:08:52 -07:00 |
|
Kubernetes Prow Robot
|
6e85da02f1
|
Merge pull request #80641 from liggitt/proxy-xss
Avoid echoing request URL in proxy error
|
2019-07-30 08:53:30 -07:00 |
|
Kubernetes Prow Robot
|
c1eff52435
|
Merge pull request #80561 from seans3/move-metricsutil-staging
Move pkg/kubectl/metricsutil to staging
|
2019-07-30 08:52:51 -07:00 |
|
Dr. Stefan Schimanski
|
8670a4bceb
|
apiextensions: add scope tests
|
2019-07-30 16:22:38 +02:00 |
|
Ted Yu
|
0204bc7e25
|
Pop expired watchers in case there is no update
|
2019-07-30 06:49:05 -07:00 |
|
Kubernetes Prow Robot
|
b4f6b0bf50
|
Merge pull request #79963 from RainbowMango/pr_fix_typo_for_informer
Fix go lint error for cache directory
|
2019-07-30 05:33:03 -07:00 |
|
Kubernetes Prow Robot
|
6885e45edc
|
Merge pull request #79890 from oke-py/fix-typo-2
fixed a typo in kubectl book
|
2019-07-30 01:59:31 -07:00 |
|
Kubernetes Prow Robot
|
d07b2100f3
|
Merge pull request #79561 from oke-py/fix-typo
fixed a typo in kubectl book
|
2019-07-30 01:59:18 -07:00 |
|
Kubernetes Prow Robot
|
b120bc7e33
|
Merge pull request #80606 from andrewsykim/cloud-config-api
document API guarentees and deprecation policies for cloud config files
|
2019-07-29 19:54:50 -07:00 |
|
Sean Sullivan
|
a1de0e9331
|
Move pkg/kubectl/metricsutil to staging
|
2019-07-29 16:26:10 -07:00 |
|
Ted Yu
|
69fb4e960f
|
Store key in TimestampedEntry
|
2019-07-29 14:53:52 -07:00 |
|
Harry Bagdi
|
9dbbc652ef
|
fix: do not allow nil Callbacks functions
If user specifies a nil callback, then error out
rather than crashing at runtime due to a nil reference.
|
2019-07-29 13:17:19 -07:00 |
|
Sean Sullivan
|
6c96a059dd
|
Move pkg/kubectl/cmd/util and subdirs to staging
|
2019-07-29 13:08:41 -07:00 |
|
Pengfei Ni
|
f05ddc9226
|
Fix the public IP getting issues for VMSS nodes
|
2019-07-29 15:19:07 +08:00 |
|
Sean Sullivan
|
d730567a74
|
Move pkg/kubectl/apply and subdirectories to staging
|
2019-07-28 19:05:48 -07:00 |
|
Sean Sullivan
|
7a64a66d61
|
Move pkg/kubectl/cmd/util/openapi to staging
|
2019-07-27 16:18:37 -07:00 |
|
Kubernetes Prow Robot
|
12e462b21a
|
Merge pull request #80656 from seans3/move-kubectl-version
Move pkg/kubectl/version to staging
|
2019-07-27 07:33:56 -07:00 |
|
RainbowMango
|
0f0aa9c8f1
|
Update misleading comemnts for HandleCrash
|
2019-07-27 16:01:02 +08:00 |
|
RainbowMango
|
0e0e1f7dab
|
1. Fix lint errors for the whole directory staging/src/k8s.io/client-go/tools/cache;
2. Remove staging/src/k8s.io/client-go/tools/cache from .golint_failures;
3. Fix some typo from comments.
|
2019-07-27 15:49:03 +08:00 |
|
Kubernetes Prow Robot
|
44de947f0f
|
Merge pull request #80509 from mborsz/endpoints
Add simple pod updates batching to endpoint controller.
|
2019-07-26 20:16:36 -07:00 |
|
Sean Sullivan
|
fb44be2d97
|
Move pkg/kubectl/version to staging
|
2019-07-26 15:48:09 -07:00 |
|
Sean Sullivan
|
49f5b423cf
|
Move pkg/kubectl/describe to staging
|
2019-07-26 10:41:49 -07:00 |
|
Kubernetes Prow Robot
|
614544f2cf
|
Merge pull request #80608 from seans3/move-kubectl-bindata
Moves pkg/kubectl/util/i18n to staging
|
2019-07-26 09:56:38 -07:00 |
|
Kubernetes Prow Robot
|
75e7e974d3
|
Merge pull request #80524 from ethan-daocloud/patch-5
cleanup: log message typo fix
|
2019-07-26 09:56:12 -07:00 |
|
Jordan Liggitt
|
2e6440fbeb
|
Avoid echoing request URL in proxy error
|
2019-07-26 10:40:17 -04:00 |
|
Kubernetes Prow Robot
|
78915a1094
|
Merge pull request #80624 from xuto2/master
Bug fix: set enableTcpReset to true for Azure SLB load balancer rules
|
2019-07-26 05:32:16 -07:00 |
|
Sean Sullivan
|
70984d8385
|
Moves pkg/kubectl/util/i18n to staging
|
2019-07-25 23:09:34 -07:00 |
|
Tony Xu
|
2badb2f216
|
Add annotation to disable tcp reset on SLB service
|
2019-07-25 22:56:49 -07:00 |
|