Lantao Liu
bafc79437b
Merge pull request #758 from Random-Liu/use-crictl-in-kube-up
...
Use crictl installed in kube-up.sh
2018-05-22 10:04:14 -07:00
Lantao Liu
927d37401d
Merge pull request #779 from Random-Liu/logo-fix
...
Another logo fix.
2018-05-22 10:03:13 -07:00
Michael Crosby
0bafe236b4
Move reaper under shim package
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-22 11:38:20 -04:00
Lantao Liu
b4631cf707
Use crictl installed in kube-up.sh
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-05-21 18:55:19 -07:00
Lantao Liu
6c7ec48daf
Another logo fix.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-05-21 18:05:30 -07:00
Akihiro Suda
cff5e75df8
Merge pull request #2343 from crosbymichael/platform
...
Rename Runtime to PlatformRuntime
2018-05-21 19:19:32 +09:00
Lantao Liu
6f43d493f9
Disable TLS streaming to work with new kubelet streaming proxy.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-05-18 19:02:03 -07:00
Lantao Liu
8566a8962a
Merge pull request #775 from mikebrow/readme-pub-imgs
...
use public logos for a while vs remote github logos not in this repo
2018-05-18 16:31:10 -07:00
Mike Brown
e10a24926d
use public logos for a while vs remote github logos that are not in this repo
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2018-05-18 13:05:53 -05:00
Michael Crosby
62e22a9fe7
Type alias spec in oci package
...
This allows Go to build third party packages correctly without vendoring
issues what want to create their own SpecOpts.
Fixes #2289
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-17 09:18:46 -04:00
Akihiro Suda
80272bb691
Merge pull request #2345 from estesp/banner-moved
...
Reference new location for images
2018-05-17 11:27:17 +09:00
Lantao Liu
9f8e58123b
Merge pull request #647 from mikebrow/boiler-support-for-no-year
...
makes copyright year optional
2018-05-16 17:10:01 -07:00
Phil Estes
34c032d98f
Reference new location for images
...
containerd images moved based on website dir layout changes.
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2018-05-16 15:10:42 -04:00
Michael Crosby
3f0fe90410
Merge pull request #2344 from lucperkins/lperkins/revert-markdown-file-paths
...
Return Markdown files to /docs directory
2018-05-16 15:00:43 -04:00
Luc Perkins
e5e63539a6
Return Markdown files to /docs directory
...
Signed-off-by: Luc Perkins <lucperkins@gmail.com>
2018-05-16 11:23:50 -07:00
Phil Estes
dc2e115f8b
Merge pull request #2318 from crosbymichael/restart
...
Add restart manager to containerd
2018-05-16 13:26:14 -04:00
Michael Crosby
2b565da7ec
Add restart monitor
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-16 13:07:23 -04:00
Phil Estes
e63768ea09
Merge pull request #2331 from dmcgowan/fix-image-remove-race
...
Fix image pull and remove race
2018-05-16 11:05:26 -04:00
Michael Crosby
ceae112f7d
Rename Runtime to PlatformRuntime
...
This renames the runtime interface to PlatformRuntime to denote the
layer at which the runtime is being abstracted. This should be used to
abstract different platforms that vary greatly and do not have full
compat with OCI based binary runtimes.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-16 09:36:05 -04:00
Michael Crosby
257d74f837
Merge pull request #2342 from lucperkins/lperkins/hugo-migration
...
Migrate website to Hugo
2018-05-16 09:35:17 -04:00
Lantao Liu
8d60547eb2
Merge pull request #769 from raravena80/patch-1
...
Minor typo
2018-05-15 14:53:48 -07:00
Luc Perkins
d1503dc9ce
Migrate website to Hugo
...
Signed-off-by: Luc Perkins <lucperkins@gmail.com>
2018-05-15 12:30:26 -07:00
Lantao Liu
67908190c5
Merge pull request #768 from Random-Liu/upgrade-crictl
...
Upgrade cri-tools to v1.0.0-beta.1
2018-05-15 11:40:25 -07:00
Ricardo Aravena
f79e0171ca
Minor typo
...
Signed-off-by: Ricardo Aravena <raravena80@gmail.com>
2018-05-15 09:11:48 -07:00
Lantao Liu
9763489008
Upgrade cri-tools to v1.0.0-beta.1
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-05-14 19:29:52 -07:00
Michael Crosby
b511c397c3
Merge pull request #2317 from cmingxu/master
...
update server.go
2018-05-14 10:51:04 -04:00
Lantao Liu
66388aefd5
Merge pull request #766 from Random-Liu/fix-workingset-memory
...
Fix workingset memory calculation.
2018-05-11 15:48:13 -07:00
Lantao Liu
5d29598a6d
Fix workingset memory calculation.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-05-11 15:17:16 -07:00
Phil Estes
fcc66f5685
Merge pull request #2337 from AkihiroSuda/fix-vendorconf-runcmd-mismatch
...
fix RUNC.md vs vendor.conf mismatch
2018-05-11 12:25:12 -04:00
Akihiro Suda
b1e202c327
fix RUNC.md vs vendor.conf mismatch
...
Actually we have been testing containerd with the runc version that is defined
in vendor.conf rather than the one defined in RUNC.md. (`script/setup/install-runc`).
This commit makes sure that the revision defined in vendor.conf is always the desired one.
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2018-05-11 13:56:54 +09:00
Derek McGowan
7c80d0ae11
Rename remote content to proxy content
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-09 15:04:52 -07:00
Michael Crosby
b949697a9c
Add nvidia gpu support via libnvidia-container
...
This adds nvidia gpu support via the libnvidia-container project and
`nvidia-container-cli`.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-09 13:37:39 -04:00
kevin.xu
d791232cd3
Fix typo, should be register instead of regster
...
Signed-off-by: xuchunming <cming.xu@gmail.com>
2018-05-09 09:32:59 +08:00
Derek McGowan
6e64091322
Move client content store to proxy package
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-08 14:54:02 -07:00
Derek McGowan
48b0a022ef
Rename remote snapshotter to proxy
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-08 14:45:57 -07:00
Derek McGowan
0d1807a43d
Move client snapshotter to separate package
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-08 14:45:27 -07:00
Michael Crosby
544557289a
Add oci-hook command to containerd
...
This allows many different commands to be used as OCI hooks. It allows
these commands to template out different args and env vars so that
normal commands can accept the OCI spec State payload over stdin.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-08 15:58:20 -04:00
Michael Crosby
a15e7a0be0
Merge pull request #2332 from dmcgowan/fix-missing-return-in-client-pull
...
Add missing return statement on pull unpack
2018-05-08 09:24:43 -04:00
Lantao Liu
7a6369deb1
Merge pull request #763 from Random-Liu/fix-ro-sysfs
...
Explicitly set `rw` for privileged container.
2018-05-07 17:52:29 -07:00
Derek McGowan
f0b3d5a2c5
Move image creation after unpack
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-07 15:50:51 -07:00
Derek McGowan
2bc9f49ffd
Retry image creation after update not found
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-07 15:50:51 -07:00
Derek McGowan
28caf9027e
Add recursive apply layer function
...
Update apply layers to recursive from the top layer.
Update apply layer to check for exists and apply single layer.
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-07 15:50:04 -07:00
Lantao Liu
a5d1332e8f
Explicitly set rw
for privileged container.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-05-07 15:13:14 -07:00
Derek McGowan
70d629fc1d
Add missing return statement on pull unpack
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-07 14:18:22 -07:00
Derek McGowan
6eee2a0785
Merge pull request #2324 from kolyshkin/mountinfo
...
mount/mountinfo_linux: parser speed up
2018-05-07 13:46:39 -07:00
Kir Kolyshkin
8eec9259e6
mount/mountinfo_linux: parser speed up
...
The mountinfo parser implemented via `fmt.Sscanf()` is slower than the one
using `strings.Split()` and `strconv.Atoi()`. This rewrite helps to speed it
up to a factor of 8x, here is a result from `go bench`:
> BenchmarkParsingScanf-4 300 22294112 ns/op
> BenchmarkParsingSplit-4 3000 2780703 ns/op
I tried other approaches, such as using `fmt.Sscanf()` for the first
three (integer) fields and `strings.Split()` for the rest, but it slows
things down considerably:
> BenchmarkParsingMixed-4 1000 8827058 ns/op
Note the old code uses `fmt.Sscanf` first, then a linear search for the
'-' field, then a split for the last 3 fields. The new code relies
on a single split.
One other thing is, the new code is more future proof as it skips
extra optional fields before the separator (currently there are none).
I have also added more comments to aid in future development.
Finally, the test data is fixed to not have white space before
the first field.
Based on a similar change in Moby,
https://github.com/moby/moby/pull/36091
[v2: remove no-op break statement to silence staticcheck]
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-05-07 11:38:37 -07:00
Derek McGowan
f701b3b960
Fix race in ctr pull
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-05-07 10:29:24 -07:00
Derek McGowan
e017143dde
Merge pull request #2328 from crosbymichael/client-clean
...
Move import/export code to separate client file
2018-05-04 13:31:47 -07:00
Michael Crosby
8ee52bfca9
Move import/export code to separate client file
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-05-04 15:48:41 -04:00
Michael Crosby
e22c827cf5
Merge pull request #2323 from stevvooe/ping-snapshots-from-cli
...
cmd/snapshots: add gc.root to created snapshots
2018-05-04 13:27:44 -04:00