k8s-ci-robot
a94ea824eb
Merge pull request #68238 from justinsb/update_reflect2_to_101
...
Update reflect2 to 1.0.1 (memory utilization fix)
2018-09-25 05:02:43 -07:00
k8s-ci-robot
fe4ca268d7
Merge pull request #68215 from tanshanshan/fixtypo
...
fix error info
2018-09-25 05:02:34 -07:00
k8s-ci-robot
59ad8c0f51
Merge pull request #68121 from dixudx/remove_rs_controller_options
...
cleanup: remove unused options for rs controller
2018-09-25 05:02:24 -07:00
k8s-ci-robot
5b864ac971
Merge pull request #68113 from fengzixu/master
...
Fixes #68026 : revise some errors about golint in some packages
2018-09-25 05:02:14 -07:00
k8s-ci-robot
893e87bf30
Merge pull request #68079 from huangqg/fix_kubeadm_typo
...
fix typos in some files
2018-09-25 05:02:04 -07:00
k8s-ci-robot
9c29560ac8
Merge pull request #68064 from gianrubio/fluentd-signal
...
fluentd doesn't receive the signal TERM
2018-09-25 03:52:00 -07:00
k8s-ci-robot
0805860dba
Merge pull request #67870 from yue9944882/refactor/externalize-resource-quota-admission-controller
...
Externalize resource quota admission controller & controller reconciliation
2018-09-25 02:41:40 -07:00
k8s-ci-robot
2970366327
Merge pull request #67860 from m1kola/cleanup_logsForObject
...
Cleanup: removes support of internal types from logsForObject
2018-09-25 01:27:40 -07:00
k8s-ci-robot
38d2f05d52
Merge pull request #67842 from xmudrii/extern-priority
...
admission/priority: externalize priority admission controller
2018-09-25 01:27:31 -07:00
k8s-ci-robot
db322a4944
Merge pull request #67841 from jiayingz/fix-e2e-node
...
Updates test/e2e_node/device_plugin.go to cope with recent device
2018-09-25 01:27:22 -07:00
k8s-ci-robot
c00f45c533
Merge pull request #67612 from mgdevstack/master-commit-runtime-conforamnce
...
Promote non-table based container-runtime e2e test to Conformance
2018-09-25 01:27:12 -07:00
k8s-ci-robot
06d72ad494
Merge pull request #60848 from adelina-t/configure_test_image_repo
...
Made image registries configurable from registry.yaml file
2018-09-25 01:27:02 -07:00
k8s-ci-robot
4a627e9008
Merge pull request #67513 from novas0x2a/expose-port
...
export a method to expose which ports were forwarded
2018-09-25 00:18:20 -07:00
k8s-ci-robot
b875ad8c08
Merge pull request #67508 from brahmaroutu/flex_metrics
...
Provide Flex volume metrics if the plugin supports.
2018-09-25 00:18:10 -07:00
k8s-ci-robot
28d86ac47d
Merge pull request #67308 from cofyc/fix67260
...
Use monotonically increasing generation to prevent equivalence cache race
2018-09-25 00:18:00 -07:00
k8s-ci-robot
9159c9ce92
Merge pull request #66669 from daixiang0/master
...
correct kubelet service file permission
2018-09-25 00:17:50 -07:00
k8s-ci-robot
e1989af060
Merge pull request #64526 from misterikkit/metrics
...
Add scheduler throughput metric
2018-09-25 00:17:40 -07:00
k8s-ci-robot
69da1f8399
Merge pull request #68498 from feiskyer/vmss-pip
...
Get public IP for Azure vmss nodes
2018-09-24 23:06:51 -07:00
Pengfei Ni
f8b2781f4f
Add unit tests for getting vmss node IP
2018-09-25 11:22:52 +08:00
Pengfei Ni
303af63ec9
Get public IP for Azure vmss nodes
...
This is required for getting public IP when --public-ip-per-vm
(publicIpAddressConfiguration) is enabled for vmss.
2018-09-25 11:22:47 +08:00
k8s-ci-robot
6b1af84d4a
Merge pull request #64803 from misterikkit/etcd-main
...
Make integration test work with `go test`.
2018-09-24 19:48:52 -07:00
k8s-ci-robot
8346631860
Merge pull request #68053 from Pingan2017/rmifblock
...
clean up unneeded else block
2018-09-24 17:17:29 -07:00
k8s-ci-robot
fdd9c2e2a0
Merge pull request #67990 from tizhou86/newPR5
...
Fix golint error under pkg/proxy.
2018-09-24 17:17:19 -07:00
k8s-ci-robot
6da4d79373
Merge pull request #67967 from MrHohn/e2e-esipp-skip-aws
...
Skip LB session affinity test on AWS
2018-09-24 17:17:10 -07:00
k8s-ci-robot
9120dc01e1
Merge pull request #67939 from NickrenREN/rbd-ams
...
RBD AccessModes checking when attaching
2018-09-24 17:17:00 -07:00
k8s-ci-robot
836ce7357a
Merge pull request #67914 from Huang-Wei/inconsistent-dscontroller-comment
...
fix a comment inconsistency in Daemonset Controller
2018-09-24 17:16:50 -07:00
Jonathan Basseri
b0a8dbbc9d
Add scheduler throughput metric.
...
This adds a counter to the scheduler that can be used to calculate
throughput and error ratio. Pods which fail to schedule are not counted
as errors, but can still be tracked separately from successes.
We already measure scheduler latency, but throughput was missing. This
should be considered a key metric for the scheduler.
2018-09-24 14:38:39 -07:00
k8s-ci-robot
2fb9fc2400
Merge pull request #67230 from tanshanshan/schedulertest810
...
add ns for pod in scheduler integration test
2018-09-24 13:19:55 -07:00
k8s-ci-robot
74e6ee1d34
Merge pull request #67174 from charrywanganthony/auditv1beta1Tov1_gce.sh
...
use v1 version of advanced audit policy in gce shell
2018-09-24 13:19:44 -07:00
k8s-ci-robot
7a58db1ec3
Merge pull request #67144 from mgdevstack/master-kubelet-to-conforamnce
...
Port kubelet e2e_node tests to e2e/common
2018-09-24 13:19:33 -07:00
k8s-ci-robot
73942d8b13
Merge pull request #67105 from cadmuxe/fix_example_test
...
fix yaml file path for test/e2e/network/example_cluster_dns.go
2018-09-24 13:19:21 -07:00
k8s-ci-robot
b223e880d5
Merge pull request #66937 from mortent/CronJobIntegrationTest
...
Integration test for CronJob
2018-09-24 13:19:09 -07:00
k8s-ci-robot
170dcc2ea0
Merge pull request #68754 from bradhoekstra/optional-service-env-variables
...
kubelet: Make service environment variables optional
2018-09-24 10:59:32 -07:00
k8s-ci-robot
7ffaa2f713
Merge pull request #68388 from wgliang/fixbug/defer-in-loop
...
fix bug that defer in infinite loop
2018-09-23 19:27:03 -07:00
k8s-ci-robot
b51c1908cb
Merge pull request #68965 from janetkuo/ttl-test
...
Enable TTLAfterFinished e2e test
2018-09-23 02:36:53 -07:00
k8s-ci-robot
7ef6f0b625
Merge pull request #68950 from anusha-ragunathan/fix_panic
...
[e2e] Fix Panic in PersistentVolumes:vsphere
2018-09-22 13:27:48 -07:00
Brad Hoekstra
a596030cb3
Update bazel
2018-09-22 00:10:08 -04:00
Yecheng Fu
b3f1e1200b
Update notes to document why invalidation order is important.
2018-09-22 12:09:24 +08:00
Yecheng Fu
2f46bc8a18
Use seqeuence number to represent generation of equivalence cache.
...
- snapshot equivalence cache generation numbers before snapshotting the
scheduler cache
- skip update when generation does not match live generation
- keep the node and increment its generation to invalidate it instead of
deletion
- use predicates order ID as key to improve performance
2018-09-22 12:08:21 +08:00
Brad Hoekstra
69551689d5
Fix spelling
2018-09-22 00:07:08 -04:00
Yecheng Fu
a2cc1b1a20
Revert "Use sync.map to scale ecache better"
...
This reverts commit 17d0190706
.
2018-09-22 11:33:06 +08:00
Janet Kuo
36c0dab4fc
Enable TTLAfterFinished e2e test
2018-09-21 17:18:48 -07:00
Brad Hoekstra
42da186b62
Address review comments
2018-09-21 20:06:32 -04:00
Anago GCB
488f0fcda3
Update CHANGELOG-1.12.md for v1.12.0-rc.2.
2018-09-21 22:36:20 +00:00
k8s-ci-robot
95ab206e34
Merge pull request #68896 from ixdy/etcd-3.2.24-1
...
cluster/gce and test/: update etcd:3.2.24-0 image to etcd:3.2.24-1
2018-09-21 14:37:43 -07:00
Anusha Ragunathan
b13d35caf7
Fix Panic in PersistentVolumes:vsphere
...
Bootstrap initializes the necessary vSphere objects before the tests are
run. A call to Bootstrap was missing in persistent_volumes-vsphere.go's
BeforeEach. This results in Panic while running e2e tests for 'vsphere'
provider with a stack trace like this:
/usr/local/go/src/runtime/panic.go:502 +0x229
github.com/docker/kube-e2e-image/vendor/k8s.io/kubernetes/test/e2e/storage/vsphere.glob..func1.1()
/go/src/github.com/docker/kube-e2e-image/vendor/k8s.io/kubernetes/test/e2e/storage/vsphere/persistent_volumes-vsphere.go:77
+0xa21
github.com/docker/kube-e2e-image/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc4217c9b60,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/docker/kube-e2e-image/e2e_test.go:88 +0x2c8
testing.tRunner(0xc4206e01e0, 0x4212900)
/usr/local/go/src/testing/testing.go:777 +0xd0
created by testing.(*T).Run
/usr/local/go/src/testing/testing.go:824 +0x2e0
This change fixes the Panic by calling Bootstrap.
Testing:
After this change, tests with FOCUS set to "PersistentVolumes:vsphere"
dont Panic. They pass as expected.
Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com>
2018-09-21 13:46:58 -07:00
Brad Hoekstra
c4ec40eca8
Update comment to reflect the new logic
2018-09-21 16:26:37 -04:00
Brad Hoekstra
2c5cc79eed
Add comment to specify default
2018-09-21 16:21:32 -04:00
k8s-ci-robot
5e5f7e5389
Merge pull request #68906 from neolit123/docker-verify
...
kubeadm: fix broken Docker 17.xx validation
2018-09-21 09:36:09 -07:00
k8s-ci-robot
2dec334ab8
Merge pull request #68881 from k82cn/k8s_68857
...
Removed taint check as DaemonSet tolerates default taints.
2018-09-21 09:36:00 -07:00