Commit Graph

100479 Commits

Author SHA1 Message Date
olagacek
a492762995 Set poll period of metrics server nanny to 30s
Set poll period of fetching changes from k8s api of metrics server nanny to 30s. 
This will enable faster scaling of metrics server
2021-05-10 15:59:31 +02: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
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
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
Kubernetes Prow Robot
c05810cc5d Merge pull request #96702 from lingsamuel/wait-for-delete-ignore-not-found
Fix `kubectl wait --for=delete` ignore not found
2021-05-07 20:29:17 -07:00
Kubernetes Prow Robot
e4b01cf0d1 Merge pull request #101806 from jingxu97/may/multivolumetest
Fix multivolume access tests for Windows
2021-05-07 16:47:25 -07:00
Kubernetes Prow Robot
6349ddbed4 Merge pull request #100948 from feiskyer/fix-vmss-cache
Avoid caching the VMSS instances whose network profile is nil
2021-05-07 16:47:17 -07:00
Kubernetes Prow Robot
62bc76b0de Merge pull request #101809 from justaugustus/go116
[go1.16] Update to go1.16.4
2021-05-07 15:41:18 -07:00
Kubernetes Prow Robot
6296c6e4d3 Merge pull request #101793 from houjun41544/20210507-nodevolumelimits
Delete duplicate judgments
2021-05-07 14:35:30 -07:00
Kubernetes Prow Robot
937a3db3a2 Merge pull request #101752 from nilo19/fix/tag-static-ip
fix: not tagging static public IP
2021-05-07 14:35:20 -07:00
Kubernetes Prow Robot
f697cb8d94 Merge pull request #101684 from jackfrancis/e2e-wait-for-nodes-retyable-error
test: retryable error in wait for ready nodes test
2021-05-07 14:35:03 -07:00
Casey Davenport
e22773bc30 Fix improperly formatted Calico CRD files 2021-05-07 13:48:43 -07:00
Kubernetes Prow Robot
c224ca7674 Merge pull request #101800 from dims/add-a-retry-for-apk-operations
[agnhost] Add a retry for apk operations
2021-05-07 13:32:10 -07:00
Kubernetes Prow Robot
160cdbbdca Merge pull request #101534 from kassarl/issue-98281
Use GA topology labels for Azuredisk
2021-05-07 13:32:00 -07:00
Kubernetes Prow Robot
ea67c61639 Merge pull request #101452 from wangyx1992/changlog21-new
CHANGELOG: fix punctuation errors in 1.21
2021-05-07 13:31:52 -07:00
Kubernetes Prow Robot
548fb43643 Merge pull request #101292 from AliceZhang2016/job_controller_metrics
Graduate indexed job to beta
2021-05-07 13:31:44 -07:00
Kubernetes Prow Robot
c9bd08a3c4 Merge pull request #101046 from lojies/fixbrokenlink
fix broken link in some files
2021-05-07 13:31:34 -07:00
Kubernetes Prow Robot
d9abcee491 Merge pull request #100936 from lojies/cleanuppkgapi
code cleanup for pkg/api and pkg/apis
2021-05-07 13:31:25 -07:00
Kubernetes Prow Robot
10b09e8a46 Merge pull request #100326 from wzshiming/fix/memory-leak
Fix watchForLockfileContention memory leak
2021-05-07 13:31:16 -07:00
Kubernetes Prow Robot
0a46301891 Merge pull request #98028 from tkashem/apf-post-startup-fix
add auto update for priority & fairness bootstrap configuration objects
2021-05-07 13:31:03 -07:00
Stephen Augustus
5b530da51f [go1.16] Update to go1.16.4
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-05-07 15:47:54 -04:00
Jack Francis
e67bce7077 test: retryable error in wait for ready nodes test 2021-05-07 12:19:36 -07:00
Kubernetes Prow Robot
5772839933 Merge pull request #90635 from desaintmartin/type-container-securitycontext
Container type: document that SecurityContext applies to Container
2021-05-07 12:05:03 -07:00
Abu Kashem
759a64136b add auto update for apf bootstrap configuration
Take the following approach:
On a fresh install, all bootstrap configuration objects will
have auto update enabled via the following annotation :
`apf.kubernetes.io/autoupdate: 'true'`

The kube-apiserver periodically checks the bootstrap configuration
objects on the cluster and applies update if necessary.

We enforce an 'always auto-update' policy for the mandatory
configuration object(s).

We update the suggested configuration objects when:
- auto update is enabled (`apf.kubernetes.io/autoupdate: 'true'`) or
- auto update annotation key is missing but `generation` is `1`

If the configuration object is missing the annotation key, we add
it appropriately:
it is set to `true` if `generation` is `1`, `false` otherwise.

The above approach ensures that we don't squash changes made by an
operator. Please note, we can't protect the changes made by the
operator in the following scenario:
- the user changes the spec and then deletes and recreates
  the same object. (generation resets to 1)

remove using a marker
2021-05-07 14:23:17 -04:00
Jing Xu
5e5a3ce85a Fix multivolume access tests for Windows
Fix issue for multivolume access tests

Change-Id: I7e00d8bfe9682540b60b5998f78f2a48550934af
2021-05-07 10:53:40 -07:00
Kubernetes Prow Robot
c76e21806b Merge pull request #101390 from caesarxuchao/minor
minor change, move the comment to the right line
2021-05-07 10:47:16 -07:00
Kubernetes Prow Robot
d76d217b0f Merge pull request #97867 from lauchokyip/fixstaticerrors
Fix staticcheck on vendor/k8s.io/apiserver/pkg/server/httplog
2021-05-07 10:47:03 -07:00
Davanum Srinivas
fdaa44da73 [agnhost] Add a retry for apk operations
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-07 12:44:37 -04:00
Kubernetes Prow Robot
d9ac823477 Merge pull request #97428 from tkashem/inner-handler-timeout
add more context to log after a request times out
2021-05-07 09:03:03 -07:00
houjun
447e55132a Delete duplicate judgments 2021-05-07 22:44:41 +08:00
Abu Kashem
66587afb60 add more context to post timeout request activities 2021-05-07 10:20:33 -04:00
Maciej Borsz
532e35ba31 Update watcher.go 2021-05-07 16:13:32 +02:00
Mengxue Zhang
0c99f29f98 add restriction to indexed job name 2021-05-07 13:29:01 +00:00
Kubernetes Prow Robot
6c658a86f9 Merge pull request #101523 from GreenApple10/feature/cleanslice_nil
Omit comparison with boolean constant
2021-05-07 03:37:03 -07:00
Kubernetes Prow Robot
c08526c7f7 Merge pull request #100216 from yangjunmyfm192085/run-test29
Fix misspelling of condition.
2021-05-07 00:21:02 -07:00
wangyx1992
75fc3e763d CHANGELOG: fix punctuation errors in 1.21
Signed-off-by: wangyx1992 <wang.yixiang@zte.com.cn>
2021-05-07 14:27:57 +08:00
Kubernetes Prow Robot
c345a41c49 Merge pull request #101773 from Jiawei0227/deprecatePlugins
Add some soon-to-be-removed plugins to deprecated volume plugin list
2021-05-06 23:07:02 -07:00
Kubernetes Prow Robot
8b1c82a34c Merge pull request #101772 from swetharepakula/bump-glbc-image
Update glbc image to v1.12.0
2021-05-06 22:05:02 -07:00
Kubernetes Prow Robot
43e3669482 Merge pull request #101757 from pacoxu/test-fix-registry
compare the func with .Pointer() in scheduler registry-test
2021-05-06 20:59:03 -07:00
Kubernetes Prow Robot
f101acdbe2 Merge pull request #97663 from heqg/unused-variable-Code
remove unused variable of Code
2021-05-06 19:41:02 -07:00
Jiawei Wang
ce87fc97a1 DAdd some soon-to-be-removed plugins to deprecated volume plugin list 2021-05-06 18:41:37 -07:00
Kubernetes Prow Robot
5663875648 Merge pull request #101768 from jingxu97/may/podlog
Add function to copy a single pod log in podlogs
2021-05-06 18:37:02 -07:00
Kubernetes Prow Robot
ca0c04e4d3 Merge pull request #101164 from vinayakankugoyal/apiservernonroot
Run control-plane as non root in kube-up.
2021-05-06 17:33:14 -07:00
Kubernetes Prow Robot
8da9d2ff55 Merge pull request #100940 from markusthoemmes/fake-client-interface
Implement a FakeClient interface
2021-05-06 17:33:02 -07:00
Jing Xu
89edde3b31 Add function to copy a single pod log in podlogs
The existing function in podlogs is copyAllLogs from a namespace. Add a
new function to copy log from a single pod.

Change-Id: I39d139a2a57d72a0af3432626b0c02c1b43333d2
2021-05-06 16:31:46 -07:00
Swetha Repakula
8c8db0d8e9 Update glbc image to v1.12.0
- glbc now uses networking.k8s.io/v1 Ingress
2021-05-06 15:20:05 -07:00