Kubernetes Prow Robot
7cf55fee2a
Merge pull request #105555 from MikeSpreitzer/fix-105393
...
Update comment on ResourcePolicyRule
2021-11-15 10:04:47 -08:00
Lee Verberne
28bd71c291
De-flake ephemeral containers e2e test
...
The test waits for the container to be running, but the test command
sleeps for 2 seconds before writing output, creating a race.
2021-11-15 12:14:47 -05:00
Jiahui Feng
52d8b53663
add e2e test for enforcing enums in schema.
2021-11-15 09:10:43 -08:00
Kubernetes Prow Robot
ed3d9f7b48
Merge pull request #106399 from justinsb/populate_event_typemetad
...
leaderelection: populate the apiVersion/kind when reporting events
2021-11-15 09:05:00 -08:00
Kubernetes Prow Robot
da73a24f6a
Merge pull request #106123 from pohly/log-go-runner-windows
...
package log runner as part of Kubernetes releases
2021-11-15 09:04:48 -08:00
Kubernetes Prow Robot
8d301e97f7
Merge pull request #106315 from josephburnett/e2e-v2
...
Use HPA v2 in E2E tests.
2021-11-15 07:20:48 -08:00
Kubernetes Prow Robot
1e6f3b5cd6
Merge pull request #105890 from pawbana/added_request_slo_latency_metric
...
Added requestSloLatencies metric
2021-11-15 04:10:47 -08:00
Paweł Banaszewski
0afa569499
Added requestSloLatencies metric
2021-11-15 11:11:25 +00:00
SataQiu
7dedd412f0
exclude generated files from the static check
2021-11-15 18:07:45 +08:00
Antonio Ojea
5eb584d1cb
Node tests fixes ( #106371 )
...
* capture loop variable
* capture the loop variable and don't fail on not found errors
* capture loop variable
* Revert "Mark restart_test as flaky"
This reverts commit 990e9506de
.
* skip e2e node restart test with dockershim
* Update test/e2e_node/restart_test.go
Co-authored-by: Mike Miranda <mikemp96@gmail.com>
* capture loop using index
Co-authored-by: Mike Miranda <mikemp96@gmail.com>
2021-11-14 19:54:47 -08:00
Kubernetes Prow Robot
991bb65ecc
Merge pull request #106395 from verult/delegate-fsgroup-disable-onrootmismatch-e2e
...
Skip OnRootMismatch tests if the CSI driver supports VOLUME_MOUNT_GROUP.
2021-11-14 16:12:47 -08:00
Artyom Lukianov
cf2f21dd3e
e2e_node: fix nil pointer exception under quota lsci test
...
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-11-14 11:50:19 +02:00
Daniel Lipovetsky
eb6e8ce00a
Include Conditions in kubectl describe namespace
...
If a namespace deletion is blocked, finding the reason why can require
reading the Conditions on the namespace.
Currently, `kubectl describe namespace` does not include Conditions.
This change adds Conditions to the output. Example output:
```
Name: example
Labels: <none>
Annotations: <none>
Status: Terminating
Conditions:
Type Status LastTransitionTime Reason Message
---- ------ ------------------ ------ -------
NamespaceDeletionContentFailure True Wed, 15 Jan 2014 00:00:00 +0000 example reason example message
No resource quota.
No LimitRange resource.
```
2021-11-13 11:31:14 -08:00
Justin SB
3bf06ff3a1
leaderelection: populate the apiVersion/kind when reporting events
...
This avoids the assumption that the kinds are populated in the schema,
and is arguably a little more efficient also.
2021-11-13 11:17:56 -05:00
Lars Ekman
9f37096c38
Kube-proxy/ipvs; Use go "net" lib to get nodeIPs
...
The nodeIPs to be used for nodePorts were collected using
netlink which was unnecessary complex and caused se #93858
2021-11-13 15:07:47 +01:00
sanposhiho
c169d4d4d2
Fix: change not to print error log on RunE
2021-11-13 14:21:04 +09:00
sanposhiho
f80ddac1bc
Fix: return error instead of os.Exit when something goes wrong
2021-11-13 14:20:56 +09:00
Kubernetes Prow Robot
e4c795168b
Merge pull request #106332 from bobbypage/disable-memcg-notifier
...
kubelet: cgroupv2 disable memcg notifications
2021-11-12 18:36:46 -08:00
Cheng Xing
4836fd1510
Skip OnRootMismatch tests if the CSI driver supports VOLUME_MOUNT_GROUP.
2021-11-12 18:27:22 -08:00
Kubernetes Prow Robot
c1b9ada067
Merge pull request #105459 from shivanshu1333/bug/master/105426
...
Fixed using reference in for loop
2021-11-12 17:36:47 -08:00
Kubernetes Prow Robot
a627386784
Merge pull request #106392 from liggitt/strict-alpha
...
Revert strict-in-alpha to false
2021-11-12 16:08:47 -08:00
CatherineF-dev
d9737eabf4
Use HandlerFor
2021-11-12 23:09:51 +00:00
CatherineF-dev
49d341aa2b
Use defer in non-loop
2021-11-12 23:03:38 +00:00
Kubernetes Prow Robot
79fed540aa
Merge pull request #106389 from natasha41575/updateKust441
...
upgrade kustomize-in-kubectl to v4.4.1
2021-11-12 15:03:33 -08:00
Jordan Liggitt
8b1e1a4af8
Revert strict-in-alpha to false
2021-11-12 17:04:41 -05:00
Kubernetes Prow Robot
dc10a566fd
Merge pull request #106370 from navist2020/kubeadm-certs-csr
...
kubeadm/certs/renew:remove deprecated flags csrOnly and csrPath
2021-11-12 13:38:41 -08:00
Kubernetes Prow Robot
5bc6cfac2b
Merge pull request #106170 from kidlj/cleanup_e2e_framework_import_e2elog_package
...
test/e2e: cleanup e2e core framework's import from sub package e2elog
2021-11-12 13:38:29 -08:00
Kubernetes Prow Robot
1f6aa87a93
Merge pull request #105744 from jsturtevant/windows-containerd-networkstats
...
Get Windows network stats directly for Containerd
2021-11-12 12:36:41 -08:00
Kubernetes Prow Robot
5f0a94b23c
Merge pull request #104743 from gjkim42/ensure-pod-uniqueness
...
Ensure there is one running static pod with the same full name
2021-11-12 12:36:28 -08:00
natasha41575
5991d3ded0
upgrade kustomize-in-kubectl to v4.4.1
2021-11-12 10:57:32 -08:00
Kubernetes Prow Robot
763916aa2d
Merge pull request #106159 from soltysh/config_wrapper
...
Switch from arguments to an input structure for kubectl command
2021-11-12 10:24:28 -08:00
Kubernetes Prow Robot
6c04f87470
Merge pull request #106382 from rphillips/fix_close_log
...
kubelet: fix file descriptor leak in log rotations
2021-11-12 09:22:40 -08:00
Kubernetes Prow Robot
ffe0d03e2c
Merge pull request #106195 from alexzielenski/ssa-dont-mutate-liveobj
...
Don't clear managedFields on live object
2021-11-12 09:22:28 -08:00
Neha Lohia
fa1b6765d5
move pkg/util/node to component-helpers/node/util ( #105347 )
...
Signed-off-by: Neha Lohia <nehapithadiya444@gmail.com>
2021-11-12 07:52:27 -08:00
CatherineF-dev
a30af261f1
remove lint
2021-11-12 15:03:44 +00:00
Ryan Phillips
d6f9df424a
defer close the rotated log open
2021-11-12 08:13:24 -06:00
Shivanshu Raj Shrivastava
d9b21cd1de
fixed using reference to loop iterator
2021-11-12 17:22:36 +05:30
Kubernetes Prow Robot
7b9f4f18fe
Merge pull request #105135 from astraw99/fix-nil-mergeMap
...
Fix nil check in map merge
2021-11-12 02:26:27 -08:00
Jan Safranek
bb8157d780
Fix deletion protection unit test
...
The test should not depend on current set of default feature gates, it
should always ensure the ones necessary for the tests are set.
2021-11-12 10:47:15 +01:00
navist2020
bc4bbd88b2
kubeadm/certs/renew:remove deprecated flags csrOnly and csrPath
2021-11-12 17:44:35 +08:00
Shivanshu Raj Shrivastava
b60e95444e
migrated schedular to structured logging
2021-11-12 13:42:12 +05:30
Kubernetes Prow Robot
c98b388a84
Merge pull request #105450 from danwinship/ipvs-dead-code
...
Remove some dead code in the ipvs proxy
2021-11-11 20:50:27 -08:00
CatherineF-dev
a8324a3bb7
clean
2021-11-12 03:52:19 +00:00
CatherineF-dev
03f7a8d7d2
add local registry.Reset()
2021-11-12 03:50:08 +00:00
Kubernetes Prow Robot
35f9bcabf1
Merge pull request #105992 from hwdef/fix-kubeadm-2419
...
kubeadm: add mutation for Linux paths in KubeletConfiguration on Windows
2021-11-11 19:48:29 -08:00
hwdef
b985e094b0
kubeadm: fix absolute paths do not work properly in config files in windows
2021-11-12 10:42:46 +08:00
CatherineF-dev
744785ee40
remove prometheus.DefaultRegisterer
2021-11-12 02:17:28 +00:00
Kubernetes Prow Robot
d19e16b86d
Merge pull request #106048 from dcbw/pod-storage-empty-oldMachine
...
pod/storage: remove always-empty 'oldMachine' in setPodHostAndAnnotations()
2021-11-11 17:30:28 -08:00
Kubernetes Prow Robot
de52812264
Merge pull request #106360 from ehashman/metrics-implementations-docs
...
Remove outdated metric IMPLEMENTATIONS, update links
2021-11-11 15:15:49 -08:00
Kubernetes Prow Robot
c9a245fa48
Merge pull request #106266 from ahg-g/ahg-metrics
...
Move a number of scheduler metrics to STABLE
2021-11-11 15:15:37 -08:00