Jin Hase
08833c9180
Withdraw the change of getting version variable
2020-01-27 08:26:04 +09:00
Jin Hase
efd309b7da
Fix bug of hack/verify-api-groups.sh
2020-01-24 17:49:42 +09:00
Kubernetes Prow Robot
6c693549a3
Merge pull request #87183 from Aresforchina/fix-staticcheck-test15
...
fix-staticcheck:pkg/volume/scaleio/
2020-01-23 22:20:31 -08:00
Kubernetes Prow Robot
1249dd43ca
Merge pull request #86574 from SataQiu/deprecated-kube-dns
...
kubeadm: kube-dns is deprecated and will not be supported in a future version
2020-01-23 20:26:32 -08:00
Kubernetes Prow Robot
07b358b190
Merge pull request #87467 from cjcullen/yaml
...
Update gopkg.in/yaml.v2 to v2.2.8
2020-01-23 17:41:32 -08:00
Kubernetes Prow Robot
5918208fa5
Merge pull request #87459 from deads2k/object-ref-warning
...
add warning on ObjectReference
2020-01-23 17:41:22 -08:00
Kubernetes Prow Robot
421be1cf35
Merge pull request #87400 from neolit123/1.18-remove-coredns-fg
...
kubeadm: remove the deprecated GA CoreDNS feature-gate
2020-01-23 17:41:12 -08:00
Kubernetes Prow Robot
88a05747e0
Merge pull request #87356 from aojea/aojea_reviewer
...
Self nominate aojea as sig-network-reviewer
2020-01-23 17:40:58 -08:00
Kubernetes Prow Robot
4a3cbfea89
Merge pull request #87256 from ii/promote-namespace-patch-test
...
Promote: Namespace patch test
2020-01-23 17:40:45 -08:00
Kubernetes Prow Robot
9f09913dbf
Merge pull request #86015 from squeed/informer-missing-updates
...
informers: Don't treat relist same as sync
2020-01-23 17:40:32 -08:00
Kubernetes Prow Robot
92f8a31f15
Merge pull request #82235 from mrkm4ntr/preemption-same-pdb
...
Fix numPDBViolations when victims on same node are assigned same PDB
2020-01-23 14:04:32 -08:00
Kubernetes Prow Robot
dc090f80d1
Merge pull request #87406 from haosdent/remove-algo
...
Remove `scheduler/algorithm/priorities` in import-restrictions
2020-01-23 11:34:24 -08:00
Kubernetes Prow Robot
c5d981583a
Merge pull request #87308 from KobayashiD27/fix-staticcheck
...
Fix staticcheck in pkg/controller/podgc
2020-01-23 11:34:11 -08:00
Kubernetes Prow Robot
273e79905a
Merge pull request #87494 from claudiubelu/image-promoter-timeout-bump
...
Image Promoter: Bump timeout limit
2020-01-23 09:54:50 -08:00
CJ Cullen
b86df2bec4
update gopkg.in/yaml.v2 to v2.2.8
2020-01-23 09:10:54 -08:00
Kubernetes Prow Robot
a38096a069
Merge pull request #87483 from claudiubelu/image-promoter-tty
...
Image Promoter: Remove -it from docker command
2020-01-23 06:01:02 -08:00
Kubernetes Prow Robot
f0486a6b6a
Merge pull request #87178 from YuikoTakada/fix_81657_1
...
Fix static check failures in test/e2e/instrumentation/logging/st…
2020-01-23 06:00:49 -08:00
Kubernetes Prow Robot
0255614f29
Merge pull request #87478 from cadmuxe/cni-plugin
...
Add env var(CNI_TAR_PREFIX) for cni install.
2020-01-23 02:54:49 -08:00
Casey Callendrello
ca1eeb99b5
informers: don't treat relist same as sync
...
Background:
Before this change, DeltaFIFO emits the Sync DeltaType on Resync() and
Replace(). Seperately, the SharedInformer will only pass that event
on to handlers that have a ResyncInterval and are due for Resync. This
can cause updates to be lost if an object changes as part of the Replace(),
as it may be incorrectly discarded if the handler does not want a Resync.
What this change does:
Creates a new DeltaType, Replaced, which is emitted by DeltaFIFO on
Replace(). For backwards compatability concerns, the old behavior of
always emitting Sync is preserved unless explicity overridden.
As a result, if an object changes (or is added) on Replace(), now all
SharedInformer handlers will get a correct Add() or Update()
notification.
One additional side-effect is that handlers which do not ever want
Resyncs will now see them for all objects that have not changed during
the Replace.
2020-01-23 11:25:15 +01:00
Kubernetes Prow Robot
50fa183d51
Merge pull request #87471 from lavalamp/you-must-wait
...
don't wait blindly
2020-01-22 20:37:59 -08:00
Kubernetes Prow Robot
4630690eae
Merge pull request #87457 from 928234269/fix_staticcheck03
...
fix static check errors in test/integration/etcd
2020-01-22 20:37:47 -08:00
Kubernetes Prow Robot
4fc5254c2f
Merge pull request #87456 from mattjmcnaughton/mattjmcnaughton/delete-todo-to-use-docker-client
...
Delete TODO to use docker client
2020-01-22 20:37:37 -08:00
Kubernetes Prow Robot
03cb6afc1a
Merge pull request #87442 from jennybuckley/smd-3
...
Update structured-merge-diff dependency to v3
2020-01-22 20:37:26 -08:00
Kubernetes Prow Robot
bb425a86ee
Merge pull request #87338 from deads2k/catchpanics
...
add crash protection to wait functions that were missing it
2020-01-22 20:37:19 -08:00
Kubernetes Prow Robot
6509574885
Merge pull request #87241 from RainbowMango/pr_support_fake_registry
...
Support test deprecated metrics
2020-01-22 20:37:03 -08:00
Kubernetes Prow Robot
26826125e5
Merge pull request #87012 from dixudx/pass_through_build_platforms
...
pass through KUBE_BUILD_PLATFORMS to enable build on specified platforms
2020-01-22 20:36:49 -08:00
Kubernetes Prow Robot
0724871162
Merge pull request #86816 from deads2k/auto-reload-csr
...
add dynamic reloading for CSR signing controllers
2020-01-22 18:46:49 -08:00
Shintaro Murakami
577b2dcdac
Fix numPDBViolations when victims on same node are assigned same PDB
2020-01-23 10:14:53 +09:00
Kubernetes Prow Robot
e41bb325c2
Merge pull request #87449 from SataQiu/fix-kube-proxy-20200122
...
kube-proxy: fix incorrect log information
2020-01-22 16:31:04 -08:00
Kubernetes Prow Robot
53a394e53f
Merge pull request #87188 from claudiubelu/test-images/centralization-cleanup
...
test images: Image Promoter fixes
2020-01-22 16:30:50 -08:00
David Eads
90b49e80d6
add warning on ObjectReference
2020-01-22 19:28:34 -05:00
Koonwah Chen
cfd61e801b
Add env var(CNI_TAR_PREFIX) for cni install.
...
cni release has changed the prefix, add a var to make this configurable.
2020-01-22 15:14:31 -08:00
Kubernetes Prow Robot
f409793eb6
Merge pull request #87458 from liu-cong/framework-metrics-new
...
Record overall Filter latency for all nodes in a scheduling cycle.
2020-01-22 14:48:50 -08:00
Kubernetes Prow Robot
d4fa3d9b7d
Merge pull request #87265 from oomichi/enable-dependency-check-on-e2e-framework
...
Enable verify-import-boss check for e2e framework
2020-01-22 14:48:40 -08:00
Kubernetes Prow Robot
6b055d961c
Merge pull request #85612 from andrewsykim/sig-network-approver
...
add myself to sig-network-approvers
2020-01-22 14:48:27 -08:00
Daniel Smith
e8c20e1f39
don't wait blindly
2020-01-22 14:10:09 -08:00
Kubernetes Prow Robot
81acde7adc
Merge pull request #87430 from alculquicondor/feat/bind_plugin
...
Move default binding to a plugin
2020-01-22 12:40:38 -08:00
David Eads
5c2d2c5ef1
rename dynamic cert loading to be more accurate
2020-01-22 15:00:46 -05:00
David Eads
6ccfc3aecf
add dynamic reloading for CSR signing controllers
2020-01-22 15:00:46 -05:00
Aldo Culquicondor
4a5ab84dcc
Move default binding to a plugin
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-01-22 14:13:33 -05:00
Cong Liu
e0aeb4d6a3
Record overall Filter latency for all nodes in a scheduling cycle.
2020-01-22 13:46:38 -05:00
Kubernetes Prow Robot
a06d16565c
Merge pull request #86184 from vpickard/e2e-topologyManager
...
e2e-topology-manager: Initial commit for E2E tests
2020-01-22 08:41:14 -08:00
Kubernetes Prow Robot
e4926e2d70
Merge pull request #85421 from terrytangyuan/patch-1
...
Fix grammar: have -> has
2020-01-22 08:40:58 -08:00
Kubernetes Prow Robot
f10de54bc0
Merge pull request #83598 from jktomer/healthz-metrics
...
healthz: instrument root healthz requests for metrics
2020-01-22 07:22:44 -08:00
Sakura
8c6d7a7086
fix static check errors in test/integration/etcd
...
Signed-off-by: Sakura <longfei.shang@daocloud.io>
2020-01-22 23:16:26 +08:00
mattjmcnaughton
d6d08b152e
Delete TODO to use docker client
...
Re conversation in https://github.com/kubernetes/kubernetes/pull/87373 ,
we should keep the current behavior (i.e. using the docker binary
instead of the docker client). Delete the TODO instructing us to change
the behavior.
2020-01-22 08:45:07 -05:00
Kubernetes Prow Robot
dcd0755f84
Merge pull request #85846 from akhinos/fix-describe-partition
...
Fix: describe of statefulset prints pointer not value
2020-01-22 04:46:34 -08:00
Kubernetes Prow Robot
1e252ceaad
Merge pull request #87439 from Huang-Wei/rm-sched-algorithm-folder
...
Remove folder pkg/scheduler/algorithm
2020-01-22 02:58:35 -08:00
SataQiu
c4f7308e11
kube-proxy: fix incorrect log information
2020-01-22 16:35:58 +08:00
Kubernetes Prow Robot
1735f7a2b6
Merge pull request #87377 from gavinfish/pkg-util-netsh
...
Fix static check errors in pkg/util/netsh
2020-01-21 22:02:35 -08:00