Commit Graph

90681 Commits

Author SHA1 Message Date
Jordan Liggitt
23e9fb1bb5 Fix podIP validation 2020-04-30 19:49:45 -04:00
Kubernetes Prow Robot
a0344973a3
Merge pull request #90591 from cofyc/fix-e2e-namespace-creation
e2e: regenerate namespace name if the name is already taken
2020-04-30 15:56:13 -07:00
Kubernetes Prow Robot
1ebb55e6e9
Merge pull request #90558 from dims/add-cloudbuild-yaml-for-debian-base-iptables-and-pause
Add cloudbuild.yaml for debian-base/debian-iptables and pause
2020-04-30 15:56:04 -07:00
Kubernetes Prow Robot
821c7b1015
Merge pull request #90528 from dims/drop-digest-for-hyperkube
Drop Digest for Hyperkube
2020-04-30 15:55:50 -07:00
Kubernetes Prow Robot
29e6bff03a
Merge pull request #90420 from neolit123/1.19-remove-cluster-juju
/cluster: remove juju
2020-04-30 15:55:37 -07:00
Kubernetes Prow Robot
dbbf868014
Merge pull request #90300 from deads2k/beta-annotations-01
add api lifecycle tags to admission.k8s.io
2020-04-30 13:37:10 -07:00
Yu Liao
9684c13fba switched to default non-masquerade destination ranges 2020-04-30 12:29:34 -07:00
Aaron Crickenberger
9380cb1b13
Merge pull request #90646 from dims/option-to-switch-off-files-remake
Option to avoid running files-remake in verify-all
2020-04-30 09:16:29 -07:00
Davanum Srinivas
14a0e86d1d
Avoid running files-remake in verify-all
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-30 11:35:35 -04:00
Kubernetes Prow Robot
8dd93ca94c
Merge pull request #90309 from alculquicondor/plugin-args-decoding
Use internal config types in scheduling plugin args
2020-04-30 05:32:18 -07:00
louisgong
9390ff35a1 clean some dead configs 2020-04-30 20:07:08 +08:00
Kubernetes Prow Robot
8876563700
Merge pull request #90360 from tnozicka/fix-client-ca-reload
Fix client-ca dynamic reload in apiserver
2020-04-30 01:10:18 -07:00
wccsama
c776e80109 using case name instead 2020-04-30 13:55:50 +08:00
Kubernetes Prow Robot
66e3c66eaf
Merge pull request #90190 from tanjunchen/move-20200416
test/e2e/framework : move AddOrUpdateTaintOnNode to subpackage node
2020-04-29 22:46:17 -07:00
Kubernetes Prow Robot
863ce9726e
Merge pull request #90295 from tanjunchen/pkg/scheduler/framework/plugins/-20200420
pkg/scheduler/framework/plugins/:fix unconsistent comments and make log more clear
2020-04-29 18:30:18 -07:00
Davanum Srinivas
3292bb6145
Drop conformance tag for tests that rely directly on kubelet /logs API
In caf0d1d61874a2c8687b7deb773eca30ddaee5b6 we documented a policy to
ensure that conformance tests should not rely in existence or use of
kubelet apis directly. So based on that we should drop conformance for
the two tests here that use the "/logs" endpoint directly.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-29 20:16:51 -04:00
Kubernetes Prow Robot
429aefa2e6
Merge pull request #90139 from scality/GH90138-program-name-in-verflag-output
version/verflag: make program name variable
2020-04-29 14:36:20 -07:00
Aldo Culquicondor
98d1e241f1 Use internal config types in scheduling plugin args
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-04-29 17:07:10 -04:00
Aldo Culquicondor
6b153dc920 Add decoding of nested scheduling plugin configs
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-04-29 17:06:58 -04:00
Wei Huang
79963ac8fb
cleanup: remove stale comments 2020-04-29 13:51:25 -07:00
Kubernetes Prow Robot
a26c34e470
Merge pull request #90381 from cici37/features
Remove CCM's dependency: pkg/features
2020-04-29 11:42:24 -07:00
cici37
722ab792b4 Use IPv6DualStack as const to avoid extra dep. 2020-04-29 09:06:10 -07:00
Kubernetes Prow Robot
3c082d5a60
Merge pull request #89644 from saschagrunert/runtime-spec
Update runtime-spec to v1.0.2
2020-04-29 08:54:25 -07:00
David Eads
d13638df07 add prerelease lifecycle tags to node.k8s.io 2020-04-29 11:18:44 -04:00
wojtekt
c3f4b10e71 Remove approvers from events API 2020-04-29 17:14:52 +02:00
David Eads
cf9a9a975f add prerelease lifecycle tags to networking 2020-04-29 10:46:41 -04:00
Tomas Nozicka
b22a170d46 Fix client-ca dynamic reload in apiserver 2020-04-29 16:03:09 +02:00
Aldo Culquicondor
1aaa5fcc80 Topology scoring with dynamically weighted topologies
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-04-29 09:55:52 -04:00
tanjunchen
3b5ea194ea test/e2e/framework : move AddOrUpdateTaintOnNode to subpackage node 2020-04-29 21:29:38 +08:00
David Eads
6ee1f64fb3 add prerelease lifecycle tags to events 2020-04-29 09:19:08 -04:00
Kubernetes Prow Robot
7229e13036
Merge pull request #90423 from neolit123/1.19-move-cluster-bash-to-util
/cluster: add / update OWNERS labels
2020-04-29 04:52:24 -07:00
Wojciech Tyczynski
9f1e462037 Send watch bookmarks every minute 2020-04-29 13:27:21 +02:00
Claudiu Belu
06a1b7b491 tests: Retries exec after container restart due to liveness
The test "should not change the subpath mount on a container restart if the environment variable changes"
creates a pod with the liveness probe: cat /volume_mount/test.log. The test then
deletes that file, which causes the probe to fail and the container to be restarted.
After which it recreates the file by exec-ing into the pod, but there is a chance
that the container was not created yet, or it did not start yet.

This commit adds a few retries to the exec command.
2020-04-29 03:22:30 -07:00
Claudiu Belu
707883d52b tests: Refactors Variable Expansion tests 2020-04-29 03:21:35 -07:00
Lukasz Szaszkiewicz
f83f4a873f generated 2020-04-29 11:38:45 +02:00
Lukasz Szaszkiewicz
f3a7f057c4 expose RunOnce method on RequestHeaderAuthRequest controller 2020-04-29 11:38:05 +02:00
Lukasz Szaszkiewicz
cb4b4cb5a6 provides DynamicRequestHeaderController that combines DynamicCAFromConfigMapController and RequestHeaderAuthRequestController into one controller
the unified controller will dynamically fill RequestHeaderConfig struct
2020-04-29 11:38:05 +02:00
Yecheng Fu
38c5da01ad regenerate namespace name if the name is already taken 2020-04-29 17:27:52 +08:00
Kubernetes Prow Robot
0c3c2cd6ac
Merge pull request #89660 from pjferrell/kubectl-jsonpath-nonprimitive-types
client-go/util/jsonpath: resolve #16707 by outputting json for non-primitive types
2020-04-28 22:56:25 -07:00
wccsama
7d45e12523 use sub test in gc_controller_test.go 2020-04-29 11:12:35 +08:00
Kubernetes Prow Robot
961a5ed144
Merge pull request #90380 from spiffxp/import-boss-test-files
Update import-boss files to yaml, include test files in CI job
2020-04-28 15:58:24 -07:00
Kubernetes Prow Robot
4099ad6e0d
Merge pull request #90542 from lixiang233/master
There's no need to set moveRequestCycle and do broadcast twice.
2020-04-28 12:58:25 -07:00
David Eads
d47894fbfb add prerelease lifecycle tags to discovery 2020-04-28 15:43:38 -04:00
David Eads
6b52499a86 add prerelease lifecycle tags to certificates 2020-04-28 15:34:01 -04:00
David Eads
a38d9eb4fa add api lifecycle tags to admission.k8s.io 2020-04-28 14:04:45 -04:00
Kubernetes Prow Robot
f7907083c2
Merge pull request #89160 from tedyu/symlink-first-seen
Remove potentially unhealthy symlink only for dead containers
2020-04-28 09:58:07 -07:00
David Eads
d0c555fbb4 add prerelease lifecycle tags to coordination 2020-04-28 12:54:43 -04:00
Davanum Srinivas
a7b9ba784b
Add cloudbuild.yaml for debian-base/debian-iptables and pause
Tested this locally using:
```
gcloud builds submit --config build/cloudbuild.yaml .
```

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-28 12:01:39 -04:00
Aaron Crickenberger
64c0c4792a cmd/api/testing no longer overrides pkg's rules 2020-04-28 08:46:49 -07:00
Aaron Crickenberger
c05629eac4 empty forbiddenPrefixes is same as not being there at all 2020-04-28 08:41:36 -07:00