Saikat Roychowdhury
bc4977724f
Skip multi az PD storage test if no extra zone detected
2020-12-22 21:06:44 +00:00
Kubernetes Prow Robot
32093b0447
Merge pull request #97403 from abelbarrera15/mem-32-bit-req-bug
...
32bit > 4GB integer overflow edge case fix
2020-12-21 11:06:26 -08:00
Abel Barrera Duran
52979da973
32bit > 4GB integer overflow edge case fix
2020-12-21 13:12:42 -05:00
Kubernetes Prow Robot
12b4f7100d
Merge pull request #97329 from SergeyKanzhelev/sergeyToReviewers
...
Requesting reviewers status for SergeyKanzhelev
2020-12-21 10:06:25 -08:00
Kubernetes Prow Robot
2490a797a2
Merge pull request #97417 from andyzhangx/azurefile-secret
...
fix Azure file share not deleted issue when the namespace is deleted
2020-12-21 06:58:25 -08:00
andyzhangx
8d43976b74
fix azure file secret not found issue
2020-12-21 11:17:40 +00:00
Kubernetes Prow Robot
c995039d62
Merge pull request #97337 from dlorenc/upd
...
Updates deps in order to remove rsc.io/sampler
2020-12-19 22:32:25 -08:00
Kubernetes Prow Robot
b749a3a421
Merge pull request #97366 from nilo19/bug/fix-vmss-name
...
Fix nil VMSS name when setting service to auto mode
2020-12-18 17:54:24 -08:00
Dan Lorenc
5635489c4e
Updates github.com/golang/mock in order to remove rsc.io/sampler.
...
I noticed rsc.io/sampler was in here, which didn't make any sense.
It appears to have been mistakenly included in a transitive dependency
at some point.
This PR attempts to fix that by updating the intermediate deps far enough
to stop requiring the rsc.io packages.
2020-12-18 18:56:29 -06:00
Kubernetes Prow Robot
4645e11a2d
Merge pull request #96056 from zroubalik/patch-1
...
Add KEDA to the External Metrics API implementations
2020-12-18 15:02:25 -08:00
Kubernetes Prow Robot
b538d23066
Merge pull request #96844 from gnufied/use-force-unmount
...
Use force umount for nfs volumes
2020-12-18 12:32:25 -08:00
Kubernetes Prow Robot
4164818517
Merge pull request #97323 from tkashem/graceful-apf-controller
...
Fix the deadlock in priority and fairness config controller
2020-12-18 10:18:26 -08:00
Kubernetes Prow Robot
6fff9581c2
Merge pull request #97322 from claudiubelu/windows/20h2-pause-image
...
pause image: Adds 20H2 Windows OS Version base image
2020-12-18 08:46:25 -08:00
Abu Kashem
7114319b3e
fix the deadlock in priority and fairness config controller
2020-12-18 10:43:23 -05:00
Anago GCB
f6ccec3c14
CHANGELOG: Update directory for v1.20.1 release
2020-12-18 15:24:04 +00:00
Anago GCB
6274b40eee
CHANGELOG: Update directory for v1.19.6 release
2020-12-18 15:16:36 +00:00
Anago GCB
ac615c6f71
CHANGELOG: Update directory for v1.18.14 release
2020-12-18 15:07:11 +00:00
Anago GCB
0f2b2a688e
CHANGELOG: Update directory for v1.17.16 release
2020-12-18 13:12:31 +00:00
Kubernetes Prow Robot
979c644df2
Merge pull request #97171 from deads2k/deprecate-psp
...
deprecate PSP in 1.21, but leave removal at 1.25
2020-12-17 22:16:25 -08:00
Kubernetes Prow Robot
e7d23042e1
Merge pull request #97354 from chrishenzie/separate-volume-hosts
...
Split the test VolumeHosts type into one per interface
2020-12-17 19:26:24 -08:00
Kubernetes Prow Robot
2c12dbc1bc
Merge pull request #97340 from 249043822/br-scheduler-apis
...
cleanup unused constants for removed deprecated flags
2020-12-17 18:28:25 -08:00
Kubernetes Prow Robot
bc404af504
Merge pull request #97359 from Cweiping/fix/fix_typo_error
...
fix typo err for disk to pid
2020-12-17 17:04:24 -08:00
Chris Henzie
9d8f994d4e
Separate test Kubelet and AttachDetach VolumeHost types
...
fakeVolumeHost previously implemented both the KubeletVolumeHost and
AttachDetachVolumeHost interfaces. This design makes it difficult to test the
CSIAttacher since it behaves differently depending on what type of
VolumeHost is supplied.
2020-12-17 15:17:04 -08:00
Chris Henzie
53cae84aea
Move fakeVolumeHost logic into a separate file
2020-12-17 15:17:04 -08:00
Kubernetes Prow Robot
7da7d2084c
Merge pull request #96918 from aojea/agnhostbump
...
bump agnhost base image
2020-12-17 13:54:24 -08:00
Kubernetes Prow Robot
974cf4c9c2
Merge pull request #89828 from wojtek-t/suggestions_for_delete
...
Try to avoid etcd.Get as part of Delete operation
2020-12-17 12:54:26 -08:00
Kubernetes Prow Robot
4351e4dd47
Merge pull request #97371 from aojea/sctpfix
...
fix sctp hostPort test
2020-12-17 10:31:08 -08:00
Antonio Ojea
bbfed8a7db
fix sctp hostPort test
...
The test create a pod with a hostPort to expose an SCTP port, then
it checks if the iptables rules were installed correctly in the host.
The iptables rules MUST be checked in the same host where the pod
is running :)
2020-12-17 18:31:35 +01:00
Kubernetes Prow Robot
fa2787acb5
Merge pull request #96375 from smarterclayton/daemonset_surge
...
api: Allow MaxSurge to be set on DaemonSets during update
2020-12-17 08:47:09 -08:00
Clayton Coleman
c37c93f47a
validation: Handle presence of MaxSurge on DaemonSet
...
When the maxsurge daemonset gate is disabled, the registry and validation
must properly handle stripping the field. In the special case where that
would leave the MaxUnavailable field set to 0, we must set it to 1 which
is the default value.
2020-12-17 09:00:56 -05:00
Clayton Coleman
4a23269778
feature: Add DaemonSetUpdateSurge feature gate
2020-12-17 09:00:56 -05:00
Clayton Coleman
ac77b3835b
generated: Changes for DaemonSet max surge
2020-12-17 09:00:56 -05:00
Clayton Coleman
5aa53f885c
api: Add DaemonSet MaxSurge
...
The MaxSurge field on DaemonSet rolling updates allows a daemonset
workload to have two pods running simultaneously on a node during
an update in order to perform zero-disruption handoffs of client
traffic.
2020-12-17 09:00:55 -05:00
qini
55fd3685d9
fix nil vmss name
2020-12-17 20:07:51 +08:00
Kubernetes Prow Robot
8b8de03168
Merge pull request #97353 from MikeSpreitzer/testable-config
...
Define TestableConfig in k/apiserver/pkg/util/flowcontrol
2020-12-17 01:45:09 -08:00
Kubernetes Prow Robot
e11e9d4c6c
Merge pull request #97033 from patrickshan/pshan/bump/Azure/go-autorest/autorest
...
Bump github.com/Azure/go-autorest/autorest to v0.11.12
2020-12-17 00:47:09 -08:00
Weiping Cai
51d563824d
fix typo err
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-12-17 15:19:45 +08:00
Kubernetes Prow Robot
0580273e5f
Merge pull request #96353 from latteczy/add_helper_test
...
add unit test for helper.go
2020-12-16 21:41:09 -08:00
caozhiyuan
9b19dfca2c
add unit test for helper.go
2020-12-17 12:40:29 +08:00
Kubernetes Prow Robot
b9ce4ac212
Merge pull request #97346 from linux-on-ibm-z/issue-97318
...
Bump agnhost and nonewprivs versions
2020-12-16 19:19:08 -08:00
Mike Spreitzer
10df6d459b
Define TestableConfig in k/apiserver/pkg/util/flowcontrol
...
Collect the parameters of newTestableController into a named type.
Also tolerate the surprising situation in which a request's user
groups include neither `system:authenticated` nor
`system:unauthenticated` --- because this is observed to happen in
some tests.
Also a few other minor fixups.
2020-12-16 20:05:08 -05:00
Kubernetes Prow Robot
c4aca30005
Merge pull request #94813 from dramich/nometrics
...
Don't start goroutine for noMetrics
2020-12-16 15:51:09 -08:00
Kubernetes Prow Robot
fc43c80ccd
Merge pull request #96689 from gnufied/fix-unknown-node-dangling-vsphere
...
Fix dangling volumes from nodes not tracked by attach detach controller
2020-12-16 14:55:15 -08:00
Kubernetes Prow Robot
efb9489acb
Merge pull request #96617 from yuga711/dangling
...
Recover CSI volumes from dangling attachments
2020-12-16 14:54:30 -08:00
Kubernetes Prow Robot
81e82b8453
Merge pull request #97167 from geegeea/golint-cleanup-events
...
Fix golint issues in pkg/credentialprovider/plugin
2020-12-16 13:04:31 -08:00
Rajas Kakodkar
902f4a9038
bump agnhost VERSION
...
Signed-off-by: Rajas Kakodkar <rajas.kakodkar@ibm.com>
2020-12-16 17:48:28 +00:00
Kubernetes Prow Robot
dc39ab2417
Merge pull request #97345 from mm4tt/service-test-disabled-for-large-clusters
...
Remove the 'DisabledForLargeClusters' tags from non-session-affinity LB network tests
2020-12-16 07:12:21 -08:00
Kubernetes Prow Robot
970b532379
Merge pull request #97344 from towca/jtuznik/ca-e2e-fix
...
Update autoscaling e2e test after an event message was changed
2020-12-16 05:38:21 -08:00
Kubernetes Prow Robot
c5efee02ac
Merge pull request #89465 from shibataka000/84142-cm
...
Fix HPA bug about unintentional scale out during updating deployment when using PodMetric.
2020-12-16 04:44:21 -08:00
Mateusz Matejczyk
3affac239e
Remove the 'DisabledForLargeClusters' tags from non-session-affinity LB network tests
...
Ref. https://github.com/kubernetes/kubernetes/issues/90047
2020-12-16 13:26:42 +01:00