Jordan Liggitt
630573adac
Make watch order conformance test reliable
2021-05-12 08:38:01 -04:00
Kubernetes Prow Robot
6768ac8115
Merge pull request #100894 from clickyotomy/sk/loop-dev-sysfs
...
Handle invalid `losetup' options
2021-05-12 05:05:39 -07:00
caodonghui
54d08db5d0
Remove two metrics that have been deprecated
2021-05-12 11:55:02 +08:00
Kubernetes Prow Robot
9aa6f0bc47
Merge pull request #101243 from liggitt/api-1-21
...
Update API compatibility data for 1.21
2021-05-11 18:25:38 -07:00
Stephen Heywood
4e3d006001
Increase TerminationGracePeriodSeconds to 1
2021-05-12 11:09:34 +12:00
Masaki Kimura
382f37142c
storage e2e: auto detect sector size
2021-05-11 22:32:05 +00:00
Kubernetes Prow Robot
5edccec32b
Merge pull request #101857 from dervoeti/master
...
fixed wrong warning in kube-proxy regarding topology aware hints
2021-05-11 14:11:13 -07:00
Lubomir I. Ivanov
518fa1a412
kubeadm: add more *rsa.key files in util/pkiutil/testing/testdata
...
Running "go test ./cmd/kubeadm/app/..." results in these 3 files
being generated, since we have more callers to the functions
for generating unique private keys during pkiutil tests.
Add the files to ensure they are not generated locally all the time.
2021-05-11 22:58:38 +03:00
Kir Kolyshkin
b49744f177
vendor: bump runc to rc94
...
One notable change is cgroup manager's Set now accept Resources rather
than Cgroup (see https://github.com/opencontainers/runc/pull/2906 ).
Modify the code accordingly.
Also update runc dependencies (as hinted by hack/lint-depdendencies.sh):
github.com/cilium/ebpf v0.5.0
github.com/containerd/console v1.0.2
github.com/coreos/go-systemd/v22 v22.3.1
github.com/godbus/dbus/v5 v5.0.4
github.com/moby/sys/mountinfo v0.4.1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
github.com/google/go-cmp v0.5.4
github.com/kr/pretty v0.2.1
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-05-11 11:56:42 -07:00
Kubernetes Prow Robot
c7be77935e
Merge pull request #101875 from ravisantoshgudimetla/fix-nil-check
...
Fix nil check
2021-05-11 11:52:37 -07:00
Kir Kolyshkin
8167f83437
pkg/kubelet/nodeshutdown/systemd: fix for dbus 5.0.4
...
dbus 5.0.4 adds StoreProperty method which needs to be implemented for
the mock.
Fixes the errors like
> pkg/kubelet/nodeshutdown/systemd/inhibit_linux_test.go:88:9: cannot use f.fakeDBusObject (variable of type *fakeDBusObject) as dbus.BusObject value in return statement: missing method StoreProperty
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2021-05-11 11:11:02 -07:00
Jim Ramsay
a21179ae69
cpuset.Parse: Fix edge cases and add negative tests
...
The cpuset.Parse function missed a couple bad input cases, specifically
"1--3" and "10-6". These were silently ignored when they should instead
be flagged as invalid.
This now catches these cases and expands the unit tests for cpuset to
cover them (and other negative test cases as well).
Signed-off-by: Jim Ramsay <jramsay@redhat.com>
2021-05-11 11:05:38 -04:00
wangyysde
fb4b86bb98
Add descriptions to api/extensions/v1beta1/types.go
...
Signed-off-by: wangyysde <net_use@bzhy.com>
2021-05-11 22:03:27 +08:00
Artyom Lukianov
93ff47b05b
e2e node: make possible to add additional kernel arguments
...
Add an option to configure additional kernel arguments during
the setup of e2e node environment.
The example:
cos-stable1:
image_family: cos-89-lts # docker v19.03.6, deprecated after 2021-06-24
project: cos-cloud
metadata: "user-data<test/e2e_node/jenkins/cos-init-live-restore.yaml,gci-update-strategy=update_disabled"
kernel_arguments:
- "numa=fake=2"
machine: n1-standard-4
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-05-11 13:49:32 +03:00
caodonghui
1c61d0aace
Remove azure disable-tcp-reset annotations
2021-05-11 17:41:49 +08:00
Kubernetes Prow Robot
2112bddae1
Merge pull request #101443 from rifelpet/ebs-kms-test-client
...
Add missing clientset to EBS storage e2e test
2021-05-10 20:35:36 -07:00
Kubernetes Prow Robot
0e13f93c26
Merge pull request #101461 from cynepco3hahue/fix_race_condition_under_memory_manager_test
...
e2e node: fix the race condition under the memory manager test
2021-05-10 18:51:36 -07:00
Giuseppe Scrivano
fd7ecd3915
kubelet: reuse manager
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-05-10 17:34:53 -07:00
Giuseppe Scrivano
a460aaf41d
test: adjust number of expected page faults
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-05-10 17:34:49 -07:00
Kubernetes Prow Robot
78df56def6
Merge pull request #101780 from nak3/fix-create-cm
...
Fix error handling for kubectl create configmap
2021-05-10 16:39:37 -07:00
Kubernetes Prow Robot
e6f6f4b40c
Merge pull request #101739 from nilo19/bug/nil-pointer
...
fix: avoid nil-pointer panic when checking the frontend IP configuration
2021-05-10 15:37:36 -07:00
Lubomir I. Ivanov
0bdfe05cf2
kubeadm: remove ClusterConfiguration.DNS.Type from v1beta3
...
Kubeadm no longer supports kube-dns and CoreDNS is the only
supported DNS server. Remove ClusterConfiguration.DNS.Type
from v1beta3 that is used to set the DNS server type.
2021-05-11 01:31:01 +03:00
Kubernetes Prow Robot
1bd00776b5
Merge pull request #101874 from tallclair/owners
...
Remove tallclair for gce owners
2021-05-10 13:49:48 -07:00
Kubernetes Prow Robot
7563d3092e
Merge pull request #96216 from knight42/refactor/disable-insecure-port-in-ctrler-mgr
...
refactor: disable insecure serving in controller-manager
2021-05-10 13:49:36 -07:00
ravisantoshgudimetla
6f35e1aea0
Run unit test with DSMaxSurgeFlag enabled and disabled
2021-05-10 16:33:09 -04:00
ravisantoshgudimetla
ceeb05a3d7
DaemonSet: Fix surgeCount function
...
If the surge is not requested, we should return
0. We are returning an error now as r.MaxSurge
is passed down as nil. This commit fixes the
issue by setting the surgeCount to 0 if r.MaxSurge
is nil.
2021-05-10 16:10:59 -04:00
Kubernetes Prow Robot
aca84a38cc
Merge pull request #99754 from CaoDonghui123/fixissues5
...
Add descirptions to /kube-aggregator/pkg/apis/apiregistration/*/types.go
2021-05-10 12:43:49 -07:00
Kubernetes Prow Robot
8ba1831951
Merge pull request #99391 from zhuangqh/update-doc
...
docs: fix outdated enhancement doc link
2021-05-10 12:43:36 -07:00
Kubernetes Prow Robot
347730b6b4
Merge pull request #101537 from neolit123/1.22-remove-hyperkube
...
kubeadm: remove deprecated hyperkube image support in v1beta3
2021-05-10 10:49:48 -07:00
Kubernetes Prow Robot
365ed5c4ad
Merge pull request #100234 from vinayakankugoyal/seccomp
...
runtime/default Seccomp Profile in kubeadm control-plane components.
2021-05-10 10:49:36 -07:00
Tim Allclair
9d349b6d21
Remove tallclair for gce owners
2021-05-10 10:21:17 -07:00
Kubernetes Prow Robot
20b0f6b2a6
Merge pull request #101859 from yuzhiquan/fix-potential-painc-scheduler
...
Fix potential panic for node resource plugin
2021-05-10 09:45:58 -07:00
Kubernetes Prow Robot
c62edd54ac
Merge pull request #101847 from cpanato/pub-bot-go-115
...
publishing: Use go1.15.12 for 1.20 and 1.19 release branches
2021-05-10 09:45:50 -07:00
Kubernetes Prow Robot
117952b397
Merge pull request #101833 from pacoxu/patch-9
...
upgrade nvidia-driver-installer to 2.0.5
2021-05-10 09:45:41 -07:00
Kubernetes Prow Robot
4c6c3f39f9
Merge pull request #101777 from pacoxu/flake-apiserver-config
...
wait for poststarthook/max-in-flight-filter to be initialized
2021-05-10 09:45:33 -07:00
Kubernetes Prow Robot
d8b5669924
Merge pull request #101774 from KofClubs/delete-redundant-kubeadmconstants-initconfiguration.go
...
kubeadm: Deleted redundant `kubeadmconstants` from `initconfiguration.go`
2021-05-10 09:45:21 -07:00
Kubernetes Prow Robot
160425640e
Merge pull request #101771 from klueska/upstream-only-uppdate-if-needed
...
Add logic to only call CPUManager Update() if state different than last Update()
2021-05-10 09:45:09 -07:00
Kubernetes Prow Robot
9f9d774eee
Merge pull request #101615 from aheng-ch/podTopologyHints
...
fix removing pods from podTopologyHints mapping
2021-05-10 08:13:26 -07:00
Kubernetes Prow Robot
27af788a17
Merge pull request #101790 from mborsz/patch-15
...
In "Fast watcher, slow processing." warning, print objectType
2021-05-10 04:52:51 -07:00
aheng-ch
ff7b94fa5a
fix removing pods from podTopologyHints mapping
2021-05-10 19:44:15 +08:00
dervoeti
a231e21e63
fixed wrong warning in kube-proxy regarding topology aware hints
2021-05-09 22:05:21 +02:00
Carlos Panato
3048efcf35
publishing: Use go1.15.12 for 1.20 and 1.19 release branches
2021-05-09 09:54:55 +02:00
Kubernetes Prow Robot
7b2776b89f
Merge pull request #101838 from dims/use-tonistiigi/binfmt-instead-of-our-multi-arch-register-script
...
[agnhost and other images] Use tonistiigi/binfmt instead of our multi-arch register.sh
2021-05-08 21:10:47 -07:00
Davanum Srinivas
79e5a1d5f1
Use tonistiigi/binfmt instead of our multi-arch register.sh
...
Looking deeper into the logs there are a lot of errors like:
`script exited with error 1`
Initial reaction was that there was a problem with download, but it
looks like the script we use to register the qemu emulators may be at
fault, let's try this alternate mechanism.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-08 20:25:30 -04:00
Paco Xu
6ec2228b90
upgrade nvidia-driver-installer to 2.0.5
2021-05-08 20:28:44 +08:00
yuzhiquan
2b6af46624
fix potential panic for node resource plugin
2021-05-08 18:03:24 +08:00
Kubernetes Prow Robot
3dd0597843
Merge pull request #101598 from neolit123/1.22-kubeadm-remove-clusterconfiguration-defaulting
...
kubeadm: simplify fuzzing of ClusterConfiguration
2021-05-08 01:23:17 -07:00
Kubernetes Prow Robot
8ddabd0da5
Merge pull request #101810 from caseydavenport/casey-fix-calico-crds
...
Fix improperly formatted Calico CRD files
2021-05-07 21:29:29 -07:00
Kubernetes Prow Robot
1d2b1ed354
Merge pull request #101395 from tanjing2020/container_manager_test
...
no_proxy inherits the system settings to adapt to some special scenarios
2021-05-07 21:29:17 -07:00
Kubernetes Prow Robot
586ea8a482
Merge pull request #98057 from zerodayz/wrong-output-with-jsonpath
...
[jsonpath] fix wrong output when using jsonpath
2021-05-07 20:29:30 -07:00