Nikhita Raghunath
21dba90e69
.github: add guineveresaenger and mrbobbytables as reviewers
...
Guin and Bob have consistently provided valuable reviews for PRs
touching the issue and PR templates in the past.
2019-10-02 00:59:38 +05:30
Kubernetes Prow Robot
5219ad7be2
Merge pull request #82105 from logicalhan/admission-test
...
Explicitly handle returned error values in admission metrics_test
2019-10-01 11:03:50 -07:00
Kubernetes Prow Robot
7878160a97
Merge pull request #81914 from wojtek-t/cache_serializations_across_watchers
...
Cache serializations across watchers
2019-10-01 11:03:35 -07:00
Kubernetes Prow Robot
af67b2cbce
Merge pull request #83350 from soltysh/cp_fix
...
Update symlink warning
2019-10-01 09:35:47 -07:00
Kubernetes Prow Robot
40d4ddc7e5
Merge pull request #83192 from liggitt/improve-token-request-error
...
Improve error message for projected tokens when API is not enabled
2019-10-01 09:35:34 -07:00
Kubernetes Prow Robot
2ebcd2509c
Merge pull request #83110 from deads2k/finalizer-ordering
...
explain why finalizers are not processed in order
2019-10-01 06:51:34 -07:00
David Eads
8f78484ced
generated
2019-10-01 08:32:09 -04:00
David Eads
781b5095d5
explain lack of finalizer ordering in godoc
2019-10-01 08:24:56 -04:00
Kubernetes Prow Robot
c2c821534b
Merge pull request #81093 from johnSchnake/useImageUtilsForLookup
...
Use imageutils instead of hardcoded image paths
2019-10-01 02:37:32 -07:00
Maciej Szulik
99448d2283
Update symlink warning
2019-10-01 10:36:02 +02:00
Kubernetes Prow Robot
78940cd5ef
Merge pull request #81419 from mgdevstack/checkServiceReachability
...
Update e2e testing nodePort service listening on same port but different protocols
2019-10-01 01:21:40 -07:00
Kubernetes Prow Robot
6610260cc4
Merge pull request #78466 from yuwenma/revert-77904-revert-76396-reapply-75624
...
Revert "Revert "[Re-Apply][Distroless] Convert the GCE manifests for master containers.""
2019-10-01 01:21:33 -07:00
Kubernetes Prow Robot
820b796c66
Merge pull request #83301 from justinsb/e2e_tag_volume_we_create
...
e2e: on aws, tag volumes we want the cluster to mount
2019-09-30 20:17:38 -07:00
Kubernetes Prow Robot
bc2971277d
Merge pull request #83148 from YuikoTakada/81427_e2e_common
...
use log functions of core framework
2019-09-30 20:17:31 -07:00
Kubernetes Prow Robot
c9f8b8b525
Merge pull request #82374 from xcelsion/fix-dup-containerport-between-address-families
...
Fixed issue with duplicate containerPorts in different address families
2019-09-30 17:55:32 -07:00
Kubernetes Prow Robot
8826378be5
Merge pull request #83331 from aojea/getporturl_ipv6
...
Allow ipv6 urls in GetPortURL()
2019-09-30 16:13:31 -07:00
Kubernetes Prow Robot
2d491ace8d
Merge pull request #82439 from smarterclayton/async_ns_cleanup
...
test/e2e: Delete test namespaces asynchronously
2019-09-30 14:35:31 -07:00
Kubernetes Prow Robot
75321b99ec
Merge pull request #83249 from yutedz/az-disk-nil
...
Add nil checks for Azure CSI translation
2019-09-30 13:09:16 -07:00
Kubernetes Prow Robot
b215562a70
Merge pull request #83205 from zhenglol/zhengch_event_exporter_to_sd
...
Use $STACKDRIVER_ENDPOINT to set exporter sd endpoint
2019-09-30 13:09:00 -07:00
Kubernetes Prow Robot
b89220f9ca
Merge pull request #80420 from cwdsuzhou/July/mergeAttachDetachCommonFunc
...
Merge attach and detach common func
2019-09-30 13:08:46 -07:00
Kubernetes Prow Robot
3d40c4cea2
Merge pull request #83322 from wojtek-t/remove_scalability_tests
...
Remove deprecated scalability tests
2019-09-30 11:47:59 -07:00
Kubernetes Prow Robot
d73b0d0438
Merge pull request #83279 from RainbowMango/pr_remove_direct_reference_to_prometheus_from_kubelet
...
Remove direct reference to prometheus from kubelet
2019-09-30 11:47:52 -07:00
Kubernetes Prow Robot
48199d3c0f
Merge pull request #83219 from alejandrox1/framework-util-skip
...
Cleaned up skip* functions from framework/util.go
2019-09-30 11:47:39 -07:00
Antonio Ojea
5e6eb467ac
Allow ipv6 urls in GetPortURL()
2019-09-30 20:32:36 +02:00
Kubernetes Prow Robot
a87c1b2d72
Merge pull request #83099 from ahg-g/ahg-config-layer2
...
[migration] Mapping Layer - 2. Convert predicates/priorities configurations to a framework plugin one.
2019-09-30 08:57:38 -07:00
Abdullah Gharaibeh
6120fe9b11
Convert predicates/priorities configurations to a framework plugin configs.
2019-09-30 10:36:52 -04:00
wojtekt
59533f0cd1
Remove deprecated scalability tests
2019-09-30 16:04:09 +02:00
Kubernetes Prow Robot
5b78e31367
Merge pull request #83312 from fabriziopandini/bump-versions
...
kubeadm: bump versions for v1.17 cycle
2019-09-30 06:15:38 -07:00
Kubernetes Prow Robot
c5440829d5
Merge pull request #83248 from krzysied/node_controller_test
...
Adding fakeGetPodsAssignedToNode to node lifecycle controller tests
2019-09-30 03:19:38 -07:00
caiweidong
a890bf1175
Merge attach and detach common func
2019-09-30 17:36:14 +08:00
fabriziopandini
b77b8bdb47
bump versions for v1.17 cycle
2019-09-30 11:08:03 +02:00
Krzysztof Siedlecki
99eeab35a3
adding fakeGetPodsAssignedToNode
2019-09-30 11:03:36 +02:00
Wojciech Tyczynski
25a728ae5e
Cache serializations
2019-09-30 10:48:06 +02:00
Wojciech Tyczynski
4cd81549f9
CachingObject
2019-09-30 10:48:06 +02:00
wojtekt
970f103e2c
Implement support for CacheableObject
2019-09-30 08:58:54 +02:00
wojtekt
1dd43724ce
Fix transformObject to work with CacheableObject.
2019-09-30 08:58:54 +02:00
wojtekt
1397b80f77
CacheableObject test
2019-09-30 08:58:54 +02:00
wojtekt
cd4215ad8b
Implement Encoder.Identifier() method
2019-09-30 08:58:54 +02:00
wojtekt
36300c8c9f
Add Identifier method to GroupVersioner interface
2019-09-30 08:58:54 +02:00
wojtekt
248549ba79
Extend interfaces to support CacheableObject
2019-09-30 08:58:54 +02:00
Kubernetes Prow Robot
974f201363
Merge pull request #82368 from m3ngyang/sch-util-ut
...
complete pkg/scheduler/util unit test
2019-09-29 23:27:37 -07:00
Justin SB
747d4481db
e2e: on aws, tag volumes we want the cluster to mount
...
Locked down IAM configurations will prevent mounting of arbitrary
volumes, so when we create volumes that we intend the cluster to
mount, we must set the appropriate EC2 tags.
2019-09-30 00:51:49 -04:00
mengyang02
a638431e4d
complete pkg/scheduler/util unit tests
2019-09-30 10:58:11 +08:00
Kubernetes Prow Robot
2b795b9825
Merge pull request #83284 from odinuge/node-e2e-host-reuse
...
Fix host reuse for e2e tests
2019-09-29 16:47:50 -07:00
Kubernetes Prow Robot
7066107ae3
Merge pull request #83117 from zouyee/valid
...
using short flags instead of validate
2019-09-29 16:47:37 -07:00
Kubernetes Prow Robot
14e5adfc85
Merge pull request #82683 from davidz627/fix/translationStruct
...
Refactor CSI Translation Library into a struct that is injected into various components to simplify unit testing
2019-09-29 10:11:37 -07:00
Odin Ugedal
d17dc136a0
Fix host reuse for e2e tests
...
This will now filter the hosts in gcloud by project, instance name and
zone, to make sure we only reuse the correct hosts. Previously it would
try to reuse images outside the selected zone, resulting in a crash.
The resulting command will look like this:
$ gcloud compute instances list --project="my-project-123" --filter="name:'test-cos-beta-78-12499-16-0' AND zone:'europe-west6-b'"
2019-09-29 11:10:08 +02:00
Kubernetes Prow Robot
654aa1d846
Merge pull request #83234 from SataQiu/scheduler-cleanup-20190927
...
scheduler: change PredicateMetadata.AddPod to use *v1.Node insead of rich *schedulernodeinfo.NodeInfo
2019-09-28 23:49:37 -07:00
RainbowMango
f57bb81e95
Update bazel by hack/update-bazel.sh
2019-09-29 11:52:30 +08:00
RainbowMango
3b89ade154
Remove direct reference to Prometheus
2019-09-29 11:41:28 +08:00