KeZhang
0abed09a6a
remove unused funcs for kubeadm tests
2020-12-22 19:37:30 +08:00
xiongzhongliang
fe094b20d2
fix typo of kubectl completion -h
2020-12-22 16:49:39 +08:00
Kubernetes Prow Robot
0f7c2dc314
Merge pull request #97082 from andyzhangx/azurefile-actimeo
...
fix: azure file latency issue for metadata-heavy workloads
2020-12-21 19:12:25 -08:00
Kubernetes Prow Robot
d63dc87ae8
Merge pull request #97418 from wojtek-t/guaranteed_update_refactors
...
Unify variable naming between GuaranteedUpdate and Delete in storage
2020-12-21 15:40:25 -08:00
Kubernetes Prow Robot
83156c6246
Merge pull request #92335 from farah/farah/remove-unused-interface
...
Delete unused interface
2020-12-21 14:50:25 -08:00
Kubernetes Prow Robot
b10d82b93b
Merge pull request #97422 from claudiubelu/sample-apiserver-tty
...
test images: Allows sample-apiserver to be built without a TTY
2020-12-21 14:00:25 -08:00
Kevin Klues
2fcbd2206d
Fix bug in CPUManager with race on map acccess
...
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2020-12-21 19:11:53 +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
Joseph Burnett
16133c2b77
Up and down scale stabilize with envelope.
...
The HPA controller keeps a flat history of recommendations for
stabilization. However when both up and down scale stabilization are
configured, the interpretation of the history changes depending on the
direction of movement. What we want is to keep the stabilized
recommendation within the envelope of the minimum and maximum over
configured stabilization windows. We should only move when the
envelope forces a move.
2020-12-21 14:36:13 +01:00
wojtekt
d0726e4b13
Unify variable naming between GuaranteedUpdate and Delete in storage
2020-12-21 14:11:17 +01:00
andyzhangx
8d43976b74
fix azure file secret not found issue
2020-12-21 11:17:40 +00:00
SataQiu
3a2ffbf70a
kubeadm: clean redundant whitespace for join command template
2020-12-21 11:27:22 +08: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
waynepeking348
6c36a48550
fix bugs when copying deployment annotations to replicaSet if value is empty
2020-12-20 13:46:26 +08:00
Mike Spreitzer
ef1e2039b5
Relax apf_controller's reaction to certain errors
...
When the error is due to the object having been deleted, the
controller does not need to do anything before the coming
notification.
2020-12-19 21:17:15 -05:00
drfish
070773c399
Remove scheduler plugins package's dependency from core package
2020-12-20 00:18:40 +08:00
Abu Kashem
13cedca0eb
clean up executing request on panic
2020-12-18 22:13:15 -05: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
Alex Dudko
c03b4c7850
Migrate pkg/scheduler logs to structured logging
...
in pkg/scheduler/eventhandlers.go
* add event for unscheduled pod
* delete event for unscheduled pod
* add event for scheduled pod
* delete event for scheduled pod
in pkg/scheduler/framework/plugins/defaultbinder/default_binder.go
* Attempting to bind pod to node
in pkg/scheduler/scheduler.go
* Updating pod condition
* Attempting to schedule pod
* Skip schedule deleting pod
2020-12-18 10:45:00 -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
Kebe
f725ca1616
Fix BoundObjectRef APIVersion proto name
2020-12-18 11:52:17 +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
Indeed
de5a30a786
migration configuration: parsing & validation.
2020-12-17 14:49:14 -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
Claudiu Belu
64934518fd
test images: Allows sample-apiserver to be built without a TTY
...
Currently, the image's postsubmit job fails because of the docker run -t
in the image's Makefile. We don't need it in order to build the image.
Logs: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/post-kubernetes-push-e2e-sample-apiserver-test-images/1331076845436669952
2020-12-17 13:02:19 -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
Claudiu Belu
31101408d3
test images: Adds 20H2 to the windows_os_versions
...
We are planing to test and support 20H2 release of Windows, thus,
we need to build test images for it as well. The busybox image already
has a BASEIMAGE entry for it, but we also need to add it to the image-util.sh's
windows_os_versions, so the OS Version can be properly included in the
manifest list.
2020-12-17 12:43:22 -08:00
Riaan Kleinhans
de9dd82c54
Extend APIService e2e testing of endpoints
...
e2e test validates the following 3 extra endpoints
- readApiregistrationV1APIServiceStatus
- patchApiregistrationV1APIService
- listApiregistrationV1APIService
2020-12-18 09:25:13 +13: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