Commit Graph

100196 Commits

Author SHA1 Message Date
Tim Bannister
0aa2e975a4 Revise wording for Secret stringData
The previous term “method” is confusing when this text becomes part of
the API reference, where stringData is just a field. Reword this.
2021-02-15 18:12:06 +00:00
Jiawei Wang
9ec820a91a Fix bazel build 2021-02-15 10:08:12 -08:00
jornshen
1e09a758c5 do some cleanup on TestNormalizeClusterIPs 2021-02-16 00:32:00 +08:00
Kubernetes Prow Robot
1ed3607a86
Merge pull request #99092 from mrbobbytables/update-test
test/* Remove inactive members from OWNERS
2021-02-15 07:03:06 -08:00
Maxime Lagresle
7e97601023
Prevent Kubelet stuck in DiskPressure when imagefs minReclaim is set
Fixes https://github.com/kubernetes/kubernetes/issues/99094
2021-02-15 14:31:06 +01:00
Bob Killen
be9641ebf3
test/e2e/instrumentation: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves fabxc from an
approver to an emeritus_approver.
2021-02-15 08:00:40 -05:00
Bob Killen
25c1f14b75
test/e2e/apimachinery: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit removes gmarek as a
reviewer.
2021-02-15 07:58:55 -05:00
Kubernetes Prow Robot
280a3e5bed
Merge pull request #99078 from mrbobbytables/cmd-kubemark
cmd/kubemark: Remove inactive members from OWNERS
2021-02-15 04:11:05 -08:00
jornshen
dbe89a5683 migrate kube canary chain as const 2021-02-15 16:50:48 +08:00
jornshen
00e26e9785 clear pkg/proxy/port.go port_test.go file 2021-02-15 16:36:09 +08:00
jornshen
d8d6a0223b clear no use LocalPort in winkernel 2021-02-15 16:36:08 +08:00
jornshen
97a5a3d4d5 migrate to use k8s.io/util LocalPort and ListenPortOpener in ipvs.proxier 2021-02-15 16:36:08 +08:00
jornshen
e68e105102 migrate to use k8s.io/util LocalPort and ListenPortOpener in iptables.proxier 2021-02-15 16:36:06 +08:00
Jiawei Wang
e64309c0b2 Fix typecheck 2021-02-15 00:22:04 -08:00
drfish
a04ab9debf Move filesystem resize code to kubernetes/mount-utils 2021-02-15 16:07:07 +08:00
wojtekt
498441448c Minor refactor of test/e2e/common names 2021-02-15 08:16:01 +01:00
Kubernetes Prow Robot
f81235605a
Merge pull request #99074 from mrbobbytables/update-cluster
cluster/* Remove inactive members from OWNERS
2021-02-14 18:51:06 -08:00
drfish
872e1661ca Add equal func for Requirement struct 2021-02-15 10:09:00 +08:00
Kubernetes Prow Robot
be0bf068bf
Merge pull request #99071 from mrbobbytables/update-dashboard
cluster/addons/dashboard: remove inactive members from OWNERS
2021-02-14 12:53:04 -08:00
Bob Killen
1a9e95d672
cmd/kubemark: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves gmarek from an
approver to an emeritus_approver.
2021-02-14 15:17:48 -05:00
Bob Killen
0298ab0473
cluster/kubemark: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves gmarek from an
approver to an emeritus_approver.
2021-02-14 14:17:52 -05:00
Bob Killen
ffcb4b953c
cluster/images/kubemark: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves gmarek from an
approver to an emeritus_approver.
2021-02-14 14:17:52 -05:00
Bob Killen
64f1eb7270
cluster/gce: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves gmarek and
jingax10 from approvers to emeritus_approvers.
2021-02-14 14:17:52 -05:00
Bob Killen
9269f216a6
cluster/addons/kube-proxy: Remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves jingax10 from
an approver to an emeritus_approver.
2021-02-14 14:17:31 -05:00
Alex Dudko
dcdde707ab Migrate deployment controller log messages to structured logging 2021-02-14 11:09:52 -08:00
Kubernetes Prow Robot
3081b481b5
Merge pull request #98636 from knabben/netpol-udp-tests
Adding UDP network policies tests
2021-02-14 07:27:04 -08:00
ziyin.lu
b64b2feb0c kubelet: Imporve cmd comment for how kubelet works 2021-02-14 23:16:21 +08:00
Bob Killen
8c06778a91
cluster/addons/dashboard: remove out-of-date MAINTAINERS.md 2021-02-14 10:13:44 -05:00
Bob Killen
2d433de8e0
cluster/addons/dashboard: remove inactive members from OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves byrk from
approver to emeritus_approver.
2021-02-14 10:13:44 -05:00
Heng WU
ace6b47298
Update addons.go 2021-02-14 21:04:43 +08:00
JunYang
7735cf7f26 Structured Logging migration: modify dockershim and network part logs of kubelet.
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-02-14 16:01:47 +08:00
Kubernetes Prow Robot
53345a216d
Merge pull request #99067 from vinayakankugoyal/dockerfile3
Use ARG and --build-arg instead of sed for build-image.
2021-02-13 22:01:04 -08:00
Heng WU
3c1c53c06c
Update plugin.go 2021-02-14 11:10:20 +08:00
jialaijun
15612338e5 Migrate pkg/kubelet/metrics logs to structured logging. 2021-02-14 09:41:35 +08:00
Vinayak Goyal
e05f4a3fac Use ARG and --build-arg instead of sed for build-image. 2021-02-13 17:10:32 -08:00
Amim Knabben
a41fb30d88 Adding UDP network policies tests 2021-02-13 19:01:38 -05:00
Kubernetes Prow Robot
b529be32e2
Merge pull request #99049 from knabben/agnhost28
Bump agnhost 2.28
2021-02-13 15:31:04 -08:00
Geonju Kim
221025ce74 Migrate pkg/kubelet/pleg to structured logging 2021-02-14 07:24:28 +09:00
Geonju Kim
504cc5b1e4 Migrate pkg/kubelet/pod to structured logging 2021-02-14 07:23:09 +09:00
Geonju Kim
5e752968c3 Simulate KillPod in TestSyncPodsDeletesWhenSourcesAreReadyPerQOS 2021-02-14 07:17:48 +09:00
Geonju Kim
b451c15bf7 kubelet: Fix race when KillPod followed by IsPodPendingTermination
Ensures the pod to be pending termination or be killed, after
(*podKillerWithChannel).KillPod has been returned, by limiting
one request per pod in (*podKillerWithChannel).KillPod.
2021-02-14 07:16:49 +09:00
Marek Siarkowicz
67f3204b40 Allow adding healthz and livez checks independent to each other 2021-02-13 18:17:17 +01:00
Daniela Lins
50d93d989f Add tweaking functions to TestValidateNetworkPolicy
Signed-off-by: Daniela Lins <danielamlins@gmail.com>
2021-02-13 17:57:04 +01:00
ZxYuan
cd63fd4543
Fix typo in client-go/rest/client.go 2021-02-14 00:18:41 +08:00
Marek Siarkowicz
560394da38 Use protobuf for kubectl top 2021-02-13 17:06:26 +01:00
Kubernetes Prow Robot
7f083d339f
Merge pull request #93861 from sttts/sttts-so-reuseaddr-kube
apiserver: add --permit-address-sharing flag to listen with SO_REUSEADDR
2021-02-13 03:25:04 -08:00
Vinayak Goyal
81df4d7dc4 Use ARG and --build-arg instead of sed for etcd image. 2021-02-13 01:07:27 -08:00
JunYang
28a232888e fix error description of reconcileHugePageResource log
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-02-13 17:02:44 +08:00
drfish
ac0b034b02 Remove reflect.DeepEqual for defaultpreemption, helper, and imagelocality package 2021-02-13 16:16:14 +08:00
Kubernetes Prow Robot
f2be0bc1c7
Merge pull request #99024 from vinayakankugoyal/dockerfile3
Use ARG instead of sed to set the base image for addon-manager.
2021-02-12 20:41:04 -08:00