Kubernetes Prow Robot
443f563f25
Merge pull request #96941 from 249043822/bugfix-changelog111
...
CHANGELOG: fix punctuation error
2021-01-11 16:40:25 -08:00
Matthew Wong
28f2355c72
Use volumeHandle as PV name when translating EBS inline volume
2021-01-11 16:23:18 -08:00
Claudiu Belu
ee9be7ce5a
tests: Removes node created by test
...
The test "A node shouldn't be able to create another node" could create
a node during its run, but it doesn't delete it in this case.
This commit addresses this issue.
2021-01-11 15:39:43 -08:00
adeniyistephen
bfb4f17fe2
Fix the build/README.md documentation file on docker-machine remote
2021-01-12 00:34:09 +01:00
Elana Hashman
f3073b739f
Add explanation for kubeClient != nil in NewMainKubelet
2021-01-11 14:57:38 -08:00
Kubernetes Prow Robot
2636a959c6
Merge pull request #97477 from heqg/run-test01
...
Optimized some non-standard variable names
2021-01-11 14:46:25 -08:00
JieJhih Jhang
f1829a7744
fix golint in volume fs
2021-01-12 06:35:52 +08:00
Andrey Viktorov
2dd86fe8c2
add noop persister to plugin loader
2021-01-12 00:12:53 +02:00
Andrew Sy Kim
a11abb5475
kube-proxy: ipvs proxy should ignore endpoints with condition ready=false
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-01-11 16:27:38 -05:00
Andrew Sy Kim
9c096292cc
kube-proxy: iptables proxy should ignore endpoints with condition ready=false
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-01-11 16:27:38 -05:00
Andrew Sy Kim
1acdfb4e7c
kube-proxyy: update winkernel proxier to read 'ready', 'serving' and 'terminating' conditions
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-01-11 16:17:58 -05:00
Andrew Sy Kim
a7333e1a3e
kube-proxy: add endpointslice cache unit tests for terminating endpoints
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-01-11 16:17:58 -05:00
Andrew Sy Kim
e5f9b80023
kube-proxy: health check server should only check ready endpoints
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-01-11 16:17:58 -05:00
Andrew Sy Kim
55cb453a3c
kube-proxy: update internal endpoints map with 'serving' and 'terminating' condition from EndpointSlice
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-01-11 16:17:58 -05:00
Kubernetes Prow Robot
65bdc9efe6
Merge pull request #97761 from liggitt/1.20-testdata
...
Add 1.20 API testdata
2021-01-11 12:46:24 -08:00
Ben Pratt
5c82e444de
add missing ExternalName to doc
2021-01-11 13:20:38 -06:00
Kubernetes Prow Robot
d2575b7ddb
Merge pull request #97255 from chotiwat/patch-1
...
Fix stale object causing a panic on DELETE event
2021-01-11 11:18:37 -08:00
Kubernetes Prow Robot
f1941c9c6d
Merge pull request #97046 from claudiubelu/test-images-2004
...
test images: Adds BASEIMAGE for windows/amd64/2004 and windows/amd64/20H2
2021-01-11 11:18:25 -08:00
Joe Betz
8e2794f812
Add jpbetz to controller-manager OWNERS as reviewer
2021-01-11 13:23:14 -05:00
Kubernetes Prow Robot
ba5f5bea64
Merge pull request #96984 from adtac/apfe2e-3
...
APF e2e test: wait for steady state before proceeding
2021-01-11 09:36:25 -08:00
Jordan Liggitt
25ba5c5480
Use gluster client filter
2021-01-11 11:55:38 -05:00
Kubernetes Prow Robot
e9dba7a627
Merge pull request #97857 from liggitt/exec-auth-reuse-dialer
...
Track opened connections with a single tracker per authenticator
2021-01-11 08:39:54 -08:00
Kubernetes Prow Robot
97d7e50a4b
Merge pull request #97843 from mborsz/watcher-log
...
Improve logging in cacheWatcher
2021-01-11 08:39:46 -08:00
Kubernetes Prow Robot
c4ea46c05f
Merge pull request #97626 from pandaamanda/kubectl_quiet_shortname
...
cleanup: add -q as shorthand for --quiet
2021-01-11 08:39:37 -08:00
Kubernetes Prow Robot
7e8824f4b3
Merge pull request #97564 from pandaamanda/kubectl_wait_for
...
add more usage info for kubectl wait option --for
2021-01-11 08:39:28 -08:00
Kubernetes Prow Robot
e054aa268e
Merge pull request #97480 from lingsamuel/etcd-lease-max-size
...
apiserver add lease object count metric
2021-01-11 08:39:20 -08:00
Kubernetes Prow Robot
1f0ef8e679
Merge pull request #97293 from roycaihw/storage-version/gc-rbac
...
add rbac rule for storage version garbage collector
2021-01-11 08:39:07 -08:00
Lubomir I. Ivanov
3b5e698cb2
kubeadm: trim leading "v" when running CoreDNS migration preflight
...
During upgrade the coredns migration library seems to require
that the input version doesn't have the "v" prefix".
Fixes a bug where the user cannot run commands such as
"kubeadm upgrade plan" if they have `v1.8.0` installed.
Assuming this is caused by the fact that previously the image didn't
have a "v" prefix.
2021-01-11 18:21:19 +02:00
Jordan Liggitt
8ddd9ef759
bump github.com/heketi/heketi v10.2.0
2021-01-11 11:07:05 -05:00
Adhityaa Chandrasekar
1ae5ed9f6f
APF e2e: wait for steady state before proceeding
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-01-11 15:46:05 +00:00
Kubernetes Prow Robot
94a623a45a
Merge pull request #90299 from josephw/send-static-retry-after-when-hitting-pod-disruption-budget
...
Set a static Retry-After when evicting a pod is not allowed.
2021-01-11 07:19:07 -08:00
Kubernetes Prow Robot
334b426a6b
Merge pull request #97405 from dlorenc/dns
...
Update github.com/miekg/dns to pick up fix for CVE-2019-19794.
2021-01-11 05:49:09 -08:00
Ling Samuel
7e9fe39cd7
apiserver add metric etcd_lease_object_counts
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-11 21:22:07 +08:00
Kubernetes Prow Robot
85bb370c44
Merge pull request #97008 from 249043822/bugfix-changelog114
...
CHANGELOG: fix symbols lost, formatter error
2021-01-11 04:29:08 -08:00
Joseph Walton
fb61854bd2
Set a static Retry-After when evicting a pod is not allowed.
...
Follow the original TODO from back in c86b84c
with the errors added
in d3be1ac
. Edit the TODO to make clear that a dynamic response would
still be ideal.
Dramatically reduce the time based on suggestion in PR, and remove name from TODO
as not currently active.
2021-01-11 23:23:35 +11:00
Maciej Borsz
b78f0b3106
Improve logging in cacheWatcher
2021-01-11 12:33:52 +01:00
Kubernetes Prow Robot
465e4172d4
Merge pull request #97416 from pandaamanda/changelog1.20
...
CHANGELOG: Fix typo for release-note in 1.20
2021-01-11 03:33:07 -08:00
chymy
dc0433e03f
Fix typo of changelog-1.20
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-11 19:28:16 +08:00
Sascha Grunert
9428ad78fd
Make parallel build memory threshold configurable
...
The amount of memory required to build binaries in parallel is right now
set to 40GiB. We now make this variable to be able to build artifacts in
parallel even with a lower amount of memory.
This enables SIG Release to speed-up the build time drastically in
Google Cloud Build (GCB).
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2021-01-11 11:59:57 +01:00
he.qingguo
05bad7a25c
changeLog-Fixtypo
...
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2021-01-11 18:45:02 +08:00
Laurent Bernaille
15439148da
Do not set sysctlRouteLocalnet (CVE-2020-8558)
...
Signed-off-by: Laurent Bernaille <laurent.bernaille@datadoghq.com>
2021-01-11 11:41:32 +01:00
Kubernetes Prow Robot
c66576b212
Merge pull request #97711 from heqg/chgs-occuring
...
Change log:Fix Spelling error about [occuring]
2021-01-11 01:49:09 -08:00
Kubernetes Prow Robot
930cd9cf9d
Merge pull request #97518 from heqg/chgs
...
CHANGELOG: add a hyperlink to issue 86282
2021-01-11 00:51:06 -08:00
adamzhoul
314a9c4a62
fix replyChan block
2021-01-11 08:36:27 +00:00
Ling Samuel
a1f8dc41ef
make labels.NewRequirement returns aggregated field.ErrorList, make nodeaffinity parsing function use it
...
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-01-11 16:23:53 +08:00
jornshen
5af5a2ac7d
migrate proxy.UpdateServiceMap to be a method of ServiceMap
2021-01-11 11:07:30 +08:00
Kubernetes Prow Robot
bb376f1616
Merge pull request #96492 from ramnar/master
...
remove generator dependency in create service account
2021-01-10 14:57:05 -08:00
Chok Yip Lau
bd4bf6a28e
Moving kubectl logs Long command into variable
2021-01-10 14:57:56 -05:00
Zhou Peng
894ac9b899
[k8s.io/apimachinery/pkg/test]: cleanup commented code
...
The commented code has no help to make reader more comprehensiable, it was just
a legacy copy paste.
Signed-off-by: Zhou Peng <p@ctriple.cn>
2021-01-10 23:17:31 +08:00
Kubernetes Prow Robot
94b082550e
Merge pull request #96887 from sttts/sttts-unexpected-error-string
...
apiserver: print unknown responsewriter error strings, not only %#+v
2021-01-09 19:25:05 -08:00