Lantao Liu
22b1d526ce
Add CLI package for ctr
to use.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-13 23:51:45 +00:00
Lantao Liu
582975a903
Merge pull request #661 from mikebrow/rename-cri-containerd
...
renames cri-containerd to cri
2018-03-13 16:48:30 -07:00
Mike Brown
d4e7154625
move links for cri-containerd to cri
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-03-13 17:06:26 -05:00
Lantao Liu
135f667963
Merge pull request #658 from Random-Liu/direct-function-call
...
Direct function call
2018-03-13 10:26:58 -07:00
Lantao Liu
122909844e
Merge pull request #651 from miaoyq/add-doc-for-registry-config
...
Add document about registry configuration
2018-03-12 21:57:07 -07:00
Lantao Liu
f0a500a390
Use direct function call.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-13 04:51:19 +00:00
Lantao Liu
edb38dfecc
Update containerd to 3013762fc5
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-13 04:41:11 +00:00
Lantao Liu
80b2f751d3
Merge pull request #654 from stevvooe/simplify-stopch
...
pkg/store: use a sync.Once to synchronize channel close
2018-03-09 15:29:32 -08:00
Lantao Liu
e20c6eb8a8
Merge pull request #558 from Random-Liu/report-containerd-version
...
Report containerd version instead of cri-containerd version.
2018-03-09 15:25:32 -08:00
Stephen J Day
4ed26f3116
pkg/store: use a sync.Once to synchronize channel close
...
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2018-03-09 14:43:16 -08:00
Yanqiang Miao
4a8060f08b
Add document about registry configuration
...
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2018-03-08 11:02:57 +08:00
Abhinandan Prativadi
1f28f8d2fe
Merge pull request #650 from Random-Liu/fix-resolver
...
Handles 401 in resolver.
2018-03-07 10:59:43 -08:00
Lantao Liu
5b3895932f
Merge pull request #648 from Random-Liu/fix-context
...
Fix cleanup context.
2018-03-07 00:03:59 -08:00
Lantao Liu
40c8372f0e
Handles 401 in resolver.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-07 07:35:02 +00:00
Lantao Liu
f01c6d73a6
Fix cleanup context.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-07 07:05:27 +00:00
Abhinandan Prativadi
ffda916fd0
Merge pull request #641 from Random-Liu/fix-ansible-doc
...
Require ansible 2.4+.
2018-03-05 21:39:22 -08:00
Lantao Liu
d3b112a989
Merge pull request #639 from Random-Liu/remove-standalone-mode
...
Remove standalone mode
2018-03-05 17:23:06 -08:00
Lantao Liu
640e7ac2b0
Update ansible setup.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-06 00:05:02 +00:00
Lantao Liu
936dcceb5a
Update GCE cluster bootstrapping and e2e test
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-06 00:05:02 +00:00
Lantao Liu
f24be111ab
Merge pull request #643 from Random-Liu/events-panic
...
Fix a potential panic.
2018-03-05 15:13:23 -08:00
Lantao Liu
9a097c9d34
Merge pull request #640 from mikebrow/crictl-load-description
...
documents load image
2018-03-05 14:36:48 -08:00
Lantao Liu
ceb540d823
Fix potential panic.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-05 22:09:58 +00:00
Mike Brown
ffea684c57
documents load image
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-03-05 15:57:44 -06:00
Lantao Liu
760248df77
Require ansible 2.4+.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-05 21:51:59 +00:00
Lantao Liu
05bcc3e88c
Update makefile and all integration test
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-05 21:45:20 +00:00
Lantao Liu
d1e9960180
Remove standalone mode
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-05 21:45:20 +00:00
Lantao Liu
64b098a293
Merge pull request #636 from Random-Liu/fix-default-config
...
Only overwrite when legacy options are specified.
2018-03-02 17:51:38 -08:00
Lantao Liu
f8fa536ff7
Merge pull request #635 from mikebrow/travis-golang-fix
...
fix travis golang issue
2018-03-02 17:51:25 -08:00
Lantao Liu
ef5b9d1e16
Only overwrite when legacy options are specified.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-03 01:03:34 +00:00
Mike Brown
8364abc0f3
fix travis golang issue
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-03-02 18:50:26 -06:00
Lantao Liu
ba6503870f
Merge pull request #637 from mikebrow/missing-tag
...
adds allways to ensure there is a version even if no tag
2018-03-02 16:16:03 -08:00
Mike Brown
d371d403b4
adds allways to ensure there is a version even if no tag
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-03-02 17:15:42 -06:00
Lantao Liu
3d382e2f5d
Merge pull request #632 from jcvenegas/tests-find-containerd-path
...
tests: Use path found to containerd.
2018-03-02 00:06:47 -08:00
Jose Carlos Venegas Munoz
ec05357463
tests: Use path found to containerd.
...
After check if containerd is intalled the command executed using sudo,
/usr/local/bin may not been in sudo secure_path, save the path where
containerd was installed and use it.
Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2018-03-01 21:50:49 -06:00
Lantao Liu
e186ef835d
Merge pull request #631 from Random-Liu/expose-cri-version
...
Expose cri version for CRI plugin.
2018-02-28 19:40:39 -08:00
Lantao Liu
36b4c05354
Report containerd version instead of cri-containerd version.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-01 01:26:37 +00:00
Lantao Liu
e4dd7c2e58
Expose cri version for CRI plugin.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-28 23:39:58 +00:00
Lantao Liu
30b840d620
Merge pull request #629 from mikebrow/golang-version-change
...
moving to go1.10 only
2018-02-28 13:21:28 -08:00
Mike Brown
c912afd7a9
moving to go1.10 only
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-02-28 10:39:10 -06:00
Lantao Liu
33851eb2c5
Merge pull request #618 from Random-Liu/add-generic-restart-test
...
Add generic restart test
2018-02-27 13:42:27 -08:00
Lantao Liu
e43def70c1
Fix travis test.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-27 19:33:41 +00:00
Lantao Liu
31c377db6d
Update containerd to 25c403415a
.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-27 19:33:41 +00:00
Lantao Liu
09294fca40
Add generic restart test.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-27 18:21:09 +00:00
Lantao Liu
00cd5b6a0c
Merge pull request #621 from mikebrow/golang-sync-with-containerd
...
adds go 1.10 to ci test
2018-02-27 10:12:00 -08:00
Lantao Liu
1617181196
Merge pull request #625 from Random-Liu/enable-log-rotation
...
Enable container log rotation.
2018-02-27 10:11:03 -08:00
Mike Brown
af818b7dcf
Merge pull request #622 from Random-Liu/update-support-matrix
...
Update support matrix.
2018-02-27 09:45:52 -06:00
Mike Brown
9810257487
adds go 1.10 to ci test
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-02-27 07:26:18 -06:00
Lantao Liu
ae7303dfbf
Enable container log rotation.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-27 10:44:32 +00:00
Lantao Liu
b450950d54
Update support matrix.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-27 07:48:16 +00:00
Lantao Liu
820735456c
Merge pull request #620 from Random-Liu/update-cri-tools
...
Update critools to b184f9aefe60a4441330e615ee20634ee26474fb.
2018-02-26 10:34:27 -08:00