Kubernetes Prow Robot
1726371f8d
Merge pull request #102072 from atiratree/i18n
...
cleanup translations and fix update-translations.sh
2021-07-06 04:34:18 -07:00
Andrew Sy Kim
edbaf9d5d3
test/integration/quota: poll for ResourceQuota used status in TestQuotaLimitService
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
Co-authored-by: Antonio Ojea <aojea@redhat.com>
2021-07-06 07:10:20 -04:00
Andrew Sy Kim
caf42fde43
test/integration/quota: refactor Service forbidden check into helper function
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-07-06 06:39:26 -04:00
Andrew Sy Kim
54bc1babe1
test/integration/quota: update TestQuotaLimitService to explicitly check for Forbidden status when quota limit is exceeded
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-07-06 06:39:26 -04:00
Andrew Sy Kim
87cef2ca73
test/integration/quota: deflake TestQuotaLimitService by collapsing test
...
cases and adding a short delay for resource quota to propagate
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-07-06 06:39:26 -04:00
Kensei Nakada
a85f3e4cce
Fix(test/integration/util): fix typo on logging message
2021-07-06 17:08:11 +09:00
Kubernetes Prow Robot
554c65fb77
Merge pull request #103495 from neolit123/1.22-fix-godoc-formatting-for-v1beta3
...
kubeadm: fix godoc formatting for v1beta3
2021-07-06 00:32:18 -07:00
caodonghui
a2c1b284da
update url
2021-07-06 14:55:38 +08:00
Kubernetes Prow Robot
f50763754a
Merge pull request #99640 from cynepco3hahue/handling_init_containers
...
memory manager: handling init containers
2021-07-05 22:00:17 -07:00
Abu Kashem
1002b0d163
apiserver: add callback to get notified of object count
2021-07-05 23:57:46 -04:00
Dave Chen
b6b1674f56
Switch to the version instead of the latest
2021-07-06 10:58:57 +08:00
Kubernetes Prow Robot
96dff7d0c7
Merge pull request #102832 from Yuan-Junliang/migrateProxyEventAPI
...
Migrate kube-proxy event to use v1 Event API
2021-07-05 17:44:17 -07:00
Kubernetes Prow Robot
7cd40e1885
Merge pull request #103116 from chenyw1990/reducekubeproxycpu
...
reduce cpu usage of kube-proxy with iptables mode
2021-07-05 15:13:38 -07:00
atiratree
194ed1408d
update translations
...
- update template.pot
- reformat .po files
- regenerate .mo files
- regenarate and mark obsolete translations
- remove obsolete default/english translations
2021-07-05 22:55:26 +02:00
atiratree
66dbfbce10
update-translations.sh: add fix translations option (-k)
2021-07-05 22:39:11 +02:00
atiratree
079d8aeb1e
fix update-translations.sh
2021-07-05 22:39:07 +02:00
Kubernetes Prow Robot
6acc62da75
Merge pull request #99997 from JornShen/extract_ep_and_epm_share_code_to_pkg
...
Extracting same code of endpointslice and endpointslicemirror into a new shared EndpointSlice package
2021-07-05 13:25:38 -07:00
Lee Verberne
06124c1d1c
Add backwards compatibility for kubectl debug
...
The ephemeral containers API changed in 1.22. As a result, kubectl
debug (currently) cannot create ephemeral containers in clusters prior
to 1.22.
This change causes kubectl to retry the request using the old API when
it receives a specific error message from the server.
2021-07-05 20:49:13 +02:00
Lubomir I. Ivanov
f01d251e38
kubeadm: statically default ImagePullPolicy in v1beta3
...
Instead of dynamically defaulting NodeRegistration.ImagePullPolicy,
which is common when doing defaulting depending on host state - e.g.
hostname, statically default it in v1beta3/defaults.go.
- Remove defaulting in checks.go
- Add one more unit test in checks_test.go
- Adapt v1beta2 conversion and fuzzer / round tripping tests
This also results in the default being visible when calling:
"kubeadm config print ...".
2021-07-05 21:48:06 +03:00
Kubernetes Prow Robot
68a4a4373c
Merge pull request #100003 from cofyc/fix94009-volumebinding
...
implement EnqueueExtensions interface in volumebinding
2021-07-05 11:31:09 -07:00
Artyom Lukianov
bb6d5b1f95
memory manager: provide unittests for init containers re-use
...
- provide tests for static policy allocation, when init containers
requested memory bigger than the memory requested by app containers
- provide tests for static policy allocation, when init containers
requested memory smaller than the memory requested by app containers
- provide tests to verify that init containers removed from the state
file once the app container started
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-07-05 20:52:25 +03:00
Artyom Lukianov
960da7895c
memory manager: remove init containers once app container started
...
Remove init containers from the state file once the app container started,
it will release the memory allocated for the init container and can intense
the density of containers on the NUMA node in cases when the memory allocated
for init containers is bigger than the memory allocated for app containers.
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-07-05 20:52:25 +03:00
Artyom Lukianov
b965502c49
memory manager: re-use the memory allocated for init containers
...
The idea that during allocation phase we will:
- during call to `Allocate` and `GetTopologyHints` we will take into account the init containers reusable memory,
which means that we will re-use the memory and update container memory blocks accordingly.
For example for the pod with two init containers that requested: 1Gi and 2Gi,
and app container that requested 4Gi, we can re-use 2Gi of memory.
Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
2021-07-05 20:52:25 +03:00
Lubomir I. Ivanov
94414bea47
kubeadm: fix godoc formatting for v1beta3
...
Fix indentation of entries in the changelog and the migration steps.
2021-07-05 20:52:18 +03:00
Kubernetes Prow Robot
f37550a470
Merge pull request #103475 from Jerry-Ge/merge_package
...
merge packages of scheduler/core and scheduler
2021-07-05 10:22:54 -07:00
Kubernetes Prow Robot
26bdfbc0ab
Merge pull request #103437 from p0lyn0mial/readyz-signal
...
genericapiserver: adds HasBeenReady lifecycle signal
2021-07-05 08:02:55 -07:00
Odin Ugedal
61d88af9e4
Revert "Update runc to 1.0.0"
2021-07-05 14:03:04 +02:00
Kubernetes Prow Robot
5e3bed6399
Merge pull request #101433 from SergeyKanzhelev/patch-1
...
Make the service account error more apparent
2021-07-05 03:23:13 -07:00
Kubernetes Prow Robot
d95c46a3e5
Merge pull request #98306 from borgerli/kube-proxy-log
...
Support dynamically set log level for kube-proxy
2021-07-05 03:23:05 -07:00
Kubernetes Prow Robot
77aa52a09a
Merge pull request #92372 from breunigs/vsphere-consider-not-found-success-on-delete
...
ignore "vmdk not found" vsphere errors during unmount (assume success)
2021-07-05 03:22:53 -07:00
Dave Chen
5ea9460234
Readable error message on the plugin configs of the removed plugins
...
Several plugins are removed in the v1beta2, but the legacy scheduler
config would still have the plugin configs of those removed plugins.
It was throwing raw byte data when those plugin configs are still in
place which will hard to read and understand.
Fix it by checking the removed plugin config before the validation of
the plugin args.
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-07-05 17:27:46 +08:00
Sascha Grunert
2d0f99fba1
Fix resource metrics e2e test
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-07-05 11:16:05 +02:00
Kubernetes Prow Robot
0f9a47428c
Merge pull request #101834 from pmmalinov01/remove_todo_rel_notes_team
...
CHANGELOG/OWNERS: Add simcard0000 as reviewer
2021-07-05 02:15:06 -07:00
Kubernetes Prow Robot
687f0aa35b
Merge pull request #101296 from Miciah/fix-RollingUpdateDaemonSet-godoc-regarding-rounding
...
Fix RollingUpdateDaemonSet godoc regarding rounding
2021-07-05 02:14:54 -07:00
Jerry-Ge
2069ff9efc
fix compatibiltiy_test failures
2021-07-05 16:13:00 +08:00
chenyw1990
1f24a198e7
reduce cpu usage of kube-proxy with iptables mode
2021-07-05 16:08:19 +08:00
Jerry-Ge
29814890f6
fix compatibiltiy test
2021-07-05 15:57:24 +08:00
Jerry-Ge
f1f0183d2b
refactored extenders from scheduler/core to scheduler
...
Signed-off-by: Jerry Ge jerry.ge@arm.com
2021-07-05 15:37:51 +08:00
Kubernetes Prow Robot
a3c2028cf4
Merge pull request #103039 from tkashem/fix-102973
...
apf: calculation of dR/dt should use seats in use
2021-07-05 00:14:54 -07:00
Jerry-Ge
570365178a
merge packages of scheduler/core and scheduler
...
Signed-off-by: Jerry Ge <jerry.ge@arm.com>
2021-07-05 14:21:32 +08:00
Kubernetes Prow Robot
120f6325a7
Merge pull request #103471 from pacoxu/patch-1
...
kubeadm: fix nil pointer in Cfg() feature gate checking
2021-07-04 23:06:53 -07:00
Dave Chen
26f223fa6e
Bump distroless/base
image to latest version
...
`distroless/base:latest` is a multi-arched image now, this will help the `kubemark` works properly
on the platforms other than `amd64`
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-07-05 13:55:51 +08:00
Kubernetes Prow Robot
f9d0498f71
Merge pull request #103302 from xinydev/reorder-kubeadmin
...
Cleanup: re-order the imports in kubeadm
2021-07-04 19:10:18 -07:00
Paco Xu
772344aef2
kubeadm: fix nil pointer in Cfg() feature gate checking
2021-07-05 09:59:57 +08:00
Qi Ni
28152a26fe
fix: return empty VMAS name if using standalone VM
2021-07-05 09:28:09 +08:00
Kubernetes Prow Robot
39e951a08d
Merge pull request #101624 from tilt-dev/nicks/go-to-protobuf
...
go-to-protobuf: small fixes to improve debuggability
2021-07-04 14:22:18 -07:00
Kubernetes Prow Robot
6d8f386922
Merge pull request #103461 from justaugustus/ci-bucket
...
cluster,hack: Use community infra GCS bucket for retrieving CI builds
2021-07-04 12:38:19 -07:00
XinYang
c2a8cd359f
re-order the imports in kubeadm
...
Signed-off-by: XinYang <xinydev@gmail.com>
Update cmd/kubeadm/app/cmd/join.go
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-07-04 16:41:27 +08:00
Cheng Xing
c50b3074fe
Moved VOLUME_MOUNT_GROUP capability check from NodeStageVolume to MountDevice; added log message in SetupAt to indicate FSGroup is delegated to driver
2021-07-03 16:29:42 -07:00
Cheng Xing
794a925a85
Pass FsGroup to NodeStageVolume
2021-07-03 16:29:42 -07:00