Akihiro Suda
fad72b6ae4
Merge pull request #1910 from crosbymichael/stress-json
...
Add metrics endpoint to stress test tool
2017-12-15 19:00:17 +09:00
Yanqiang Miao
0520ebc67a
Compare vendor with hack/versions and update hack/versions
...
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2017-12-15 12:11:07 +08:00
Lantao Liu
072ed48fdf
Merge pull request #503 from Random-Liu/update-crictl
...
Update cri-tools to v1.0.0-alpha.0.
2017-12-14 13:55:04 -08:00
Lantao Liu
372a9fb643
Merge pull request #500 from Random-Liu/add-kube-up-doc
...
Add document for kube-up.sh
2017-12-14 12:03:36 -08:00
Phil Estes
5971d369e0
Merge pull request #1916 from dnephin/fix-pull-after-failure
...
Fix image pull after a failure
2017-12-14 14:54:04 -05:00
Michael Crosby
10ef7f37c7
Merge pull request #1912 from clnperez/threshold-test
...
check for threshold, not range
2017-12-14 14:53:45 -05:00
Lantao Liu
4396f1d666
Update cri-tools to v1.0.0-alpha.0.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-14 19:33:45 +00:00
Lantao Liu
0db64ecf99
Merge pull request #501 from Random-Liu/add-architecture-graph
...
Add architecture graph for cri-containerd.
2017-12-14 11:21:53 -08:00
Lantao Liu
7c8df861cc
Add document for kube-up.sh
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-14 19:19:10 +00:00
Lantao Liu
944fdbf0b4
Add architecture graph for cri-containerd.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-14 18:44:00 +00:00
Daniel Nephin
49fffe8ec7
Less verbose tests
...
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2017-12-14 11:00:40 -05:00
Lantao Liu
fe5a21d977
Merge pull request #497 from mikebrow/doc-crictl
...
add docs for using crictl
2017-12-13 17:54:48 -08:00
Lantao Liu
d420ff30e6
Merge pull request #499 from Random-Liu/update-readme
...
Update README.md.
2017-12-13 17:09:04 -08:00
Mike Brown
44d647cf96
add docs for using crictl
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-12-13 18:39:35 -06:00
Lantao Liu
7ddd0bb5dc
Update README.md.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-14 00:32:30 +00:00
Lantao Liu
f47a72a86e
Merge pull request #498 from Random-Liu/add-os-and-arch
...
Add OS and arch in release tarball.
2017-12-13 15:53:05 -08:00
Daniel Nephin
9184908075
Fix image pull after a failure
...
When resuming from a failed pull writer.Truncate() was not
seeking to the proper position in the file. This caused writes to
happen after the previously written content, instead of at the start
of the file.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2017-12-13 18:24:12 -05:00
Lantao Liu
ec975b2e7a
Add OS and arch in release tarball.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-13 23:03:03 +00:00
Michael Crosby
6ae0f5f7e2
Add error metric for stress tests
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-12-13 13:15:07 -05:00
Lantao Liu
737efe70a7
Merge pull request #493 from Random-Liu/minor-cleanup
...
Minor cleanup.
2017-12-12 23:30:47 -08:00
yason
224417aab7
add testcase for event.exchange and refactor
...
Signed-off-by: yason <yan.xuean@zte.com.cn>
2017-12-13 12:15:50 +08:00
Lantao Liu
e4753edf0a
Minor cleanup.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-13 03:15:01 +00:00
Lantao Liu
303d48286e
Merge pull request #494 from yanxuean/nits
...
cleanup some comment for removeImage
2017-12-12 19:12:58 -08:00
yason
6c9a837b7a
cleanup some comment for removeImage
...
Signed-off-by: yason <yan.xuean@zte.com.cn>
2017-12-13 10:07:52 +08:00
Lantao Liu
a0aa5fd7df
Merge pull request #490 from Random-Liu/cleanup-kube-up
...
Cleanup kube up
2017-12-12 16:39:47 -08:00
Lantao Liu
a9c7237e67
Merge pull request #470 from mikebrow/debug-image
...
adding info map for verbose image status
2017-12-12 15:09:57 -08:00
Stephen J Day
9aeeefae55
cmd/ctr: stablize output of snapshot tree
...
Preserves the order of the tree output between each execution. Slightly
refactored the behavior to be more "object oriented".
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-12 14:50:05 -08:00
Mike Brown
31223fd5b1
adds oci image spec to image info placed into imagestore
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-12-12 15:58:07 -06:00
Daniel Nephin
f34d030178
Add unit test for cio
...
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2017-12-12 16:52:16 -05:00
Christy Perez
1607a9e0ca
check for threshold, not range
...
This test seems to fall apart on a loaded system. In actuality it
doesn't seem to be testing for a threshold, but a "sane" range.
Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
2017-12-12 15:52:11 -06:00
Lantao Liu
cbda4256cd
Merge pull request #487 from yanxuean/image-improve
...
improve image
2017-12-12 11:58:43 -08:00
Mike Brown
03ac989644
adding info map for verbose image status
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-12-12 13:44:08 -06:00
Lantao Liu
c9b279bb79
Merge pull request #479 from Random-Liu/improve-container-sandbox-status
...
Improve container sandbox status
2017-12-12 11:42:51 -08:00
Michael Crosby
652e078078
Add commit to stress metric
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-12-12 14:14:39 -05:00
Michael Crosby
4d55298aab
Add prom timer to stress
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-12-12 14:05:14 -05:00
Phil Estes
03bc5e974d
Merge pull request #1906 from stevvooe/change-on-oom-failure
...
server: only warn on failed OOM score adjust
2017-12-12 11:09:59 -05:00
Michael Crosby
cb423f8360
Merge pull request #1907 from Random-Liu/fix-deadlock
...
Fix a containerd deadlock.
2017-12-12 10:38:19 -05:00
yason
5f6d9a5fcc
reliably remove image when content missing
...
Signed-off-by: yason <yan.xuean@zte.com.cn>
2017-12-12 18:44:59 +08:00
yason
4762b3e273
remove taskService and imageStoreService
...
Signed-off-by: yason <yan.xuean@zte.com.cn>
2017-12-12 16:51:22 +08:00
Lantao Liu
f70c579c3a
Create symlink to avoid duplicate cloud init.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-12 08:38:53 +00:00
Lantao Liu
3f008a9353
Add cluster
directory and health-monitor.sh.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-12 08:38:52 +00:00
Lantao Liu
5003c61849
Merge pull request #480 from miaoyq/fix-466
...
Switch to a tmp GOPATH for `make install.deps`
2017-12-12 02:24:14 -06:00
Yanqiang Miao
ea88668f1c
Switch to a tmp GOPATH for make install.deps
...
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2017-12-12 14:35:41 +08:00
Lantao Liu
0eebf9051b
Fix containerd deadlock.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-12 01:45:14 +00:00
Lantao Liu
0603d630be
Merge pull request #426 from Random-Liu/restart-test-for-sandbox
...
Add restart test for sandbox recovery.
2017-12-11 18:12:44 -06:00
Stephen J Day
af5d03e8e9
server: only warn on failed OOM score adjust
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-11 14:32:56 -08:00
Lantao Liu
f4c572fba7
Add restart test for sandbox recovery.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-11 21:21:08 +00:00
Daniel Nephin
7d4337e738
Reduce the number of IO constructors
...
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2017-12-11 15:07:09 -05:00
Darren Stahl
c71bee7b8a
Vendor go-winio
...
Signed-off-by: Darren Stahl <darst@microsoft.com>
2017-12-11 11:43:42 -08:00
Lantao Liu
dd017e6e6c
Move less important function to the end.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-12-11 18:45:57 +00:00