Commit Graph

99760 Commits

Author SHA1 Message Date
Elana Hashman
10976cbb43
Migrate image_gc_manager.go to structured logs 2021-03-15 12:39:42 -07:00
Elana Hashman
1c95d63df0
Migrate kuberuntime_gc.go to structured logs 2021-03-15 12:39:35 -07:00
Xiang Li
1f156016e6 delete leaked volume if driver don't know the volume status -- aws 2021-03-15 10:59:32 -07:00
Marcel Zięba
7dffc11abc Fix incorret authentication metrics 2021-03-15 17:40:34 +00:00
Kubernetes Prow Robot
0ed8ee6fd7
Merge pull request #100250 from answer1991/disable-goaway-ut
disable flaky TestClientReceivedGOAWAY test case
2021-03-15 09:29:05 -07:00
Jordan Liggitt
86a8271624 Ensure storage version is understood by prior releases 2021-03-15 11:58:44 -04:00
Geon-Ju Kim
d12072a23a kubelet_test: Deflake TestWatchFileChanged
- Adjust the period to trigger PodUpdate event
- Fix lock race between 'changeFile' and 'expectUpdate'
- Await fsnotify to be ready
2021-03-16 00:11:44 +09:00
Umanga Chapagain
3e2236287d
pass all packages at once to logcheck
passing all packages at once to logcheck reduces the time
taken by linter.

Signed-off-by: Umanga Chapagain <chapagainumanga@gmail.com>
2021-03-15 20:30:44 +05:30
Kubernetes Prow Robot
b345913c5e
Merge pull request #100188 from alculquicondor/job-api-fixes
Only default Job fields when feature gates are enabled
2021-03-15 07:35:06 -07:00
Sascha Grunert
273fdd7686
Build conformance issue when building via cross or cross-in-a-container
This enables building the conformance image when running `make
cross-in-a-container`, which is being used by the release engineering
tooling.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-15 15:29:04 +01:00
answer1991
d6f9369126 disable flaky TestClientReceivedGOAWAY test case 2021-03-15 21:12:22 +08:00
Kubernetes Prow Robot
b458d97feb
Merge pull request #99670 from jsturtevant/windows-gmsa
Include nltest in the windows busybox image
2021-03-15 05:01:05 -07:00
Sascha Grunert
6459ed6717
Cleanup portforward streams after their usage
This implements a stream cleanup when using portforwardings. Before
applying this patch, the streams []httpstream.Stream within
`spdy/connection.go` would fill-up for each streaming request. This
could result in heavy memory usage. Now we use the stream identifier to
keep track of them and finally remove them again once they're no longer
needed.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-15 09:43:46 +01:00
Kubernetes Prow Robot
9657dd77a3
Merge pull request #100179 from cpanato/GH-1525-gke
test: remove gcr.io/gke-release since it is deprecated
2021-03-14 23:49:04 -07:00
Aditi Sharma
461c0c1656 Fix structured logging for kuberuntime_manger.go 2021-03-15 10:13:18 +05:30
Kubernetes Prow Robot
854c2cc79f
Merge pull request #100201 from aojea/flakekubeadm
kubeadm unit test initalize global variables
2021-03-14 20:31:04 -07:00
Kubernetes Prow Robot
e814c55e78
Merge pull request #100121 from pacoxu/e2e-volume-registry/cleanup
remove e2e volume registry as it is not used
2021-03-14 18:43:04 -07:00
lala123912
b247240ad7 Migrate pkg/kubelet/cm/cpumanage/{topology/topology.go, policy_none.go, cpu_assignment.go} to structured logging 2021-03-15 09:42:07 +08:00
Amim Knabben
c1d24c87bb Migrate devicemanager to structured logging 2021-03-14 11:57:06 -04:00
pacoxu
0bb911f90a fix two data race in volume reconciler ut 99815 2021-03-14 13:20:34 +08:00
0daryo
3fbd3cf1cd Remove non-existent log option 2021-03-14 03:56:02 +09:00
Kubernetes Prow Robot
5b0a2c3a29
Merge pull request #100214 from wojtek-t/cleanup_describe_24
Split upgrade tests into sig-owned directories
2021-03-13 08:39:04 -08:00
Kubernetes Prow Robot
980b79c857
Merge pull request #100203 from aojea/countcap
initialise capabilities unit test
2021-03-13 03:41:04 -08:00
wojtekt
7ac0711af4 Split upgrade tests into sig-owned directories 2021-03-13 12:35:15 +01:00
Antonio Ojea
dbc6226e7f kubeadm unit test initalize global variables 2021-03-13 10:59:07 +01:00
songxiao-wang87
d78f3cd47b spelling mistake
Signed-off-by: songxiao-wang87 <461870555@qq.com>
2021-03-13 04:56:39 -05:00
Antonio Ojea
e37519151b initialize capabilities unit test 2021-03-13 10:53:47 +01:00
saravanan palanisamy
f8f2dd76ca isolate logging resources in separate namespace 2021-03-13 13:42:32 +04:00
Kubernetes Prow Robot
3b5d809eed
Merge pull request #100204 from serathius/update
Update list of migrated directories
2021-03-12 22:41:04 -08:00
Dave Chen
4c5c349165 Update comments for the resource weight of RequestedToCapacityRatio plugin
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-03-13 14:27:59 +08:00
Kubernetes Prow Robot
96f5e60308
Merge pull request #100173 from wojtek-t/cleanup_describe_23
Remove double-ownership of PV ResourceQuota tests
2021-03-12 21:21:04 -08:00
JUN YANG
90bfd38b83 Structured Logging migration: modify node and pod part logs of kubelet.
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-03-13 12:31:09 +08:00
Kubernetes Prow Robot
998f218606
Merge pull request #100156 from ehashman/issue-100155
Upgrade klog to avoid panics crashing components
2021-03-12 18:01:15 -08:00
Kubernetes Prow Robot
d39c427d01
Merge pull request #100050 from neolit123/1.21-tag-node-probe-test-with-kubelet-version
e2e/common/node: tag tests with MinimumKubeletVersion
2021-03-12 18:01:03 -08:00
Marek Siarkowicz
5249c5c10d Update list of migrated directories 2021-03-13 02:04:58 +01:00
Kubernetes Prow Robot
ce6ddbe939
Merge pull request #100172 from wojtek-t/cleanup_describe_21
Move GPU upgrade tests to node directory
2021-03-12 16:53:03 -08:00
Chaitanya Bandi
4e0069b909 use Patch API to label namespace to avoid conflicts
While labeling the namespace using the Update API may result in conflicts as
"the object has been modified; please apply your changes to the latest version
and try again". Use Patch API to avoid this.

Signed-off-by: Chaitanya Bandi <kbandi@cs.stonybrook.edu>
2021-03-12 15:17:24 -08:00
aram price
c4bae5658f Update build/README.md and build/root/Makefile
* build/README.md includes info about KUBE_BASE_IMAGE_REGISTRY
* build/root/Makefile contains the correct default value for KUBE_BASE_IMAGE_REGISTRY
2021-03-12 14:21:56 -08:00
Kubernetes Prow Robot
9d59046ee5
Merge pull request #100193 from Huang-Wei/p99-error
sched: fix a bug that literal 'p99' is mapped to 95th-percentile
2021-03-12 14:15:03 -08:00
Aldo Culquicondor
e6c3d7b34d Only default Job fields when feature gates are enabled
Also use pointer for completionMode enum
2021-03-12 20:46:52 +00:00
Elana Hashman
6b70c8bd8d
Bump klog to 2.8.0, fixing nil panics in KObj 2021-03-12 12:12:00 -08:00
Wei Huang
68ff3168b8
sched: fix a bug that literal 'p99' is mapped to 95th-percentile 2021-03-12 12:03:12 -08:00
Anish Ramasekar
4cd09e15cf
update dual-stack test description to remove alpha
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2021-03-12 09:58:50 -08:00
Utsav Oza
2f3a4ec9cb Migrate remaining files in pkg/kubelet to structured logging 2021-03-12 22:36:28 +05:30
changshuchao
fa6654ff19 test case for pkg/kubelet/cri/remote/utils_test.go 2021-03-12 23:47:24 +08:00
JunYang
4e72e41387 test: fix the error of TestAuthenticationValidate
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-03-12 23:10:21 +08:00
Carlos Panato
bd32786b20
test: remove gcr.io/gke-release since it is deprecated 2021-03-12 14:35:10 +01:00
pacoxu
9e024e839b update structured log for policy_static.go 2021-03-12 16:26:20 +08:00
Kubernetes Prow Robot
fcee7a0105
Merge pull request #99996 from learner0810/master
logcheck: check Windows files
2021-03-12 00:12:18 -08:00
pacoxu
4cf80f160d update structured log for fake_cpu_manager.go 2021-03-12 16:06:52 +08:00