Ayoub Bousselmi
bb361623f6
Docs: ps is no longer a limitation
...
Remove the `ps` limitation from `Limitations.md` as the limitation has been removed.
Fixes #342 .
Signed-off-by: Ayoub Bousselmi <abousselmi@users.noreply.github.com>
2019-01-11 12:14:57 +01:00
Xu Wang
4977445cc5
Merge pull request #327 from teawater/vmware
...
vsock: Add introduction about VMWare guest
2019-01-09 10:45:57 +08:00
Hui Zhu
4eee734665
vsock: Add introduction about VMWare guest
...
Add introduction about use Kata Containers with vsocks
in a VMWare guest environment.
Fixes : #326
Signed-off-by: Hui Zhu <teawater@hyper.sh>
2019-01-08 11:09:19 +08:00
GabyCT
f0913e2d10
Merge pull request #319 from marcov/docker-config
...
dev-guide: detect & use existing docker unit file
2019-01-07 13:40:43 -06:00
GabyCT
d109febe8a
Merge pull request #340 from nitkon/patch-2
...
Developer Guide: Update how to include seccomp in image
2019-01-07 12:29:49 -06:00
Nitesh Konkar
dab26ebf8a
Developer-Guide: Update how to include seccomp in image
...
Update the developer guide to include documentation
for the inclusion of seccomp packages in initrd/rootfs
images.
Fixes : #339
Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
2019-01-07 20:35:46 +05:30
Graham Whaley
069987acd5
Merge pull request #342 from nitkon/patch-3
...
Limitations: Remove seccomp limitation.
2019-01-07 11:15:30 +00:00
Nitesh Konkar
4078d0aa14
Limitations: Remove seccomp limitation.
...
Document that seccomp support is now available.
FIxes : #341
Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
2019-01-07 14:29:52 +05:30
GabyCT
66ee0e480d
Merge pull request #338 from egernst/update-frequency
...
stable-branching: update frequency, reference schedule
2019-01-04 12:28:44 -06:00
Eric Ernst
a31c1b99d0
stable-branching: update frequency, reference schedule
...
Add a reference to the release rotation wiki, and clarify that
the current stable release schedule is every-other-week.
Fixes : #337
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-01-04 08:47:09 -08:00
Xu Wang
0d215b7439
Merge pull request #306 from zeigerpuppy/zeigerpuppy-patch-1
...
Patch for debian install instructions docs
2018-12-30 17:52:26 +08:00
zeigerpuppy
e9ca4d8d60
docs: Add Debian installation guides
...
Fixes #310 .
These install instructions are based on the katacontainers repository for Debian. For installation, a newer version of `librbd1` is required. This is available from the `unstable` repo.
Tested only on Debian 9 - Stretch (x86_64).
- tested with `docker-ce=17.12.0~ce-0~debian`
Signed-off-by: zeigerpuppy <zeigerpuppy@users.noreply.github.com>
2018-12-29 14:45:33 +11:00
Eric Ernst
fc90bdad22
Merge pull request #329 from kata-containers/fix-ubuntu-guide
...
install: use stable instead of master for docs
2018-12-27 10:22:31 -08:00
Eric Ernst
808d85b467
install: use stable instead of master for docs
...
1.5.0-rc2 packages for linux-container fail for Ubuntu. Let's use 1.4-stable instead of master for now.
Fixes #325
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2018-12-27 17:23:32 +00:00
James O. D. Hunt
4265ca9e12
Merge pull request #321 from Pennyzct/qemu-section
...
qemu: add 'Build a custom qemu-system-aarch64' section
2018-12-24 09:02:50 +00:00
Penny Zheng
cc530e7e77
qemu: add 'Build a custom qemu-system-aarch64' section
...
Since aarch64 need custom QEMU binary and doesn't support OBS
packaging for now, we add this section to lead developers to build
required qemu-system-aarch64 binary.
Fixes : #320
Signed-off-by: Penny Zheng <penny.zheng@arm.com>
2018-12-20 17:58:53 +08:00
Marco Vedovati
59ce0b3d4e
dev-guide: detect & use existing docker unit file
...
Only create a new docker unit file if no other existing unit files
are detected. Creating a new docker file when not necessary may mask out
existing docker daemon configurations.
Fixes : #300
Signed-off-by: Marco Vedovati <mvedovati@suse.com>
2018-12-14 18:34:29 +01:00
James O. D. Hunt
4cd5f2cbb8
Merge pull request #318 from devimc/topic/snap-installation
...
install: add snap installation guide
2018-12-11 12:04:22 +00:00
Julio Montes
d3bdfa306d
install: add snap installation to installing table
...
Add snap installation to "Installing on a Linux System" table
Signed-off-by: Julio Montes <julio.montes@intel.com>
2018-12-05 09:45:00 -06:00
Julio Montes
3440caeda5
install: add snap installation guide
...
Add snap installation guide
fixes #274
Signed-off-by: Julio Montes <julio.montes@intel.com>
2018-12-05 09:45:00 -06:00
James O. D. Hunt
7c44129614
Merge pull request #308 from jodh-intel/mention-warnings
...
docs: Add warnings to doc requirements doc
2018-11-28 08:48:12 +00:00
Graham Whaley
d7d5d0bdd2
Merge pull request #313 from egernst/azure-install-guide
...
Azure install guide
2018-11-27 19:30:38 +00:00
Eric Ernst
584bc5d232
docs: update azure install guide
...
Add link to distribution specific guides, and reference
azure document from install README.
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2018-11-27 11:31:36 -08:00
James O. D. Hunt
342a8a6cf6
Merge pull request #317 from grahamwhaley/20181127_vexx_docfix
...
cloud: vexx: fix wrong style type of vexx title
2018-11-27 10:47:04 +00:00
Graham Whaley
4bfed86116
cloud: vexx: fix wrong style type of vexx title
...
The vexx got added as a '#' top level item instead of a
'*' bullet entry. Fix it...
Fixes : #316
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2018-11-27 10:24:10 +00:00
Graham Whaley
d45863a2a4
Merge pull request #309 from hejianet/master_my
...
docs: Improve Developer-Guide and SRIOV doc on arm64
2018-11-27 09:58:54 +00:00
Jia He
fc6d46b7a3
docs: Improve Developer-Guide and SRIOV doc on arm64
...
This improves the guest kernel build section of Developer-Guide
on arm64.
This also improve the description of sriov use-case.
Fixes : #299
Signed-off-by: Jia He <justin.he@arm.com>
2018-11-27 16:11:00 +08:00
James O. D. Hunt
cf506408e2
Merge pull request #314 from mnaser/master
...
vexxhost: add quickstart docs
2018-11-27 07:28:36 +00:00
Mohammed Naser
03758b1ce1
vexxhost: add quickstart docs
...
Created a new installation guide for installing Kata on
https://vexxhost.com .
Fixes #315 .
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-11-26 15:28:55 -08:00
Sarah
2c6800eb3e
docs: Creating placeholder for Azure get started guide
...
Simple starter template to get URLs in shape. Content pending.
Fixes : #130
Signed-off-by: scooley@microsoft.com
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2018-11-26 08:47:55 -08:00
James O. D. Hunt
4eb2b1cf04
Merge pull request #296 from johscheuer/fix-nginx-example
...
Correct nginx example in developer docu
2018-11-21 13:11:44 +00:00
James O. D. Hunt
5a9bdc864d
Merge pull request #291 from yangy2000/fix_link
...
docs: fix a link in installing-with-kata-manager.md
2018-11-21 13:10:45 +00:00
James O. D. Hunt
ce85eb2ccd
docs: Add warnings to doc requirements doc
...
Document how other admonitions such as warnings and hints should be
handled.
Fixes #307 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-11-21 10:36:56 +00:00
James O. D. Hunt
e81421a5d1
docs: Remove bang from code block
...
Remove the `!` from the `echo` in the code example in the doc
requirements doc.
The current code is in fact invalid as the shell will try to interpret
the exclamation mark as it is a reserved word. Rather than escaping it
in the example, just remove it.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-11-21 10:36:56 +00:00
James O. D. Hunt
205c6eaba8
docs: Add missing article
...
Add an article to make the notes section read more naturally in the doc
requirements doc.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-11-21 10:36:48 +00:00
James O. D. Hunt
0143ef557c
Merge pull request #304 from jodh-intel/dont-fold-code-lines
...
docs: Don't use backslashes in command blocks
2018-11-21 09:06:34 +00:00
Johannes M. Scheuermann
b3061289e4
subsystem: docs
...
Correct nginx example in developer documentation
Fixes : #0
Signed-off-by: Johannes M. Scheuermann <joh.scheuer@gmail.com>
2018-11-21 07:03:48 +01:00
James O. D. Hunt
e83d658ed3
docs: Don't use backslashes in command blocks
...
Advise authors not to use continuation characters in code blocks.
Fixes #303 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-11-19 08:16:53 +00:00
James O. D. Hunt
8077078ceb
Merge pull request #293 from liucimin/update_architecture_docs
...
docs: update the architecture doc
2018-11-16 15:53:05 +00:00
GabyCT
d75434ac61
Merge pull request #297 from GabyCT/topic/removeramdisk
...
docs: Remove Ramdisk Limitations
2018-11-14 15:52:04 -06:00
Gabriela Cervantes
5e9819fb24
docs: Remove Ramdisk Limitations
...
Now that https://github.com/kata-containers/runtime/pull/412 has been merged and
we have running a docker integration test for ramdisk in our CI
https://github.com/kata-containers/tests/pull/446 , we can remove the limitation
of ramdisk.
Fixes #170
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2018-11-08 02:16:04 -06:00
Alex Yang
b78fe831ec
docs: fix a link in installing-with-kata-manager.md
...
Fix the link from #install-kata-packages-only to #install-the-kata-packages-only
Fixes #295
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-11-07 10:13:37 +08:00
liucimin
81226f6943
docs: update the architecture doc
...
Update the k8s create sandbox and container code in runtime.
Fixes #292
Signed-off-by: Liu Cimin lcmjkson@gmail.com
2018-11-06 09:39:34 +08:00
James O. D. Hunt
dc411015ca
Merge pull request #288 from liucimin/add_cni_diagram
...
docs: Delete the wrong cni flow in README
2018-11-05 14:12:29 +00:00
Eric Ernst
8f0efa5336
Merge pull request #290 from sboeuf/update_kata_nemu
...
nemu: Retrieve directly the latest OVMF binary
2018-11-02 13:57:27 -07:00
Sebastien Boeuf
23782b2c13
nemu: Retrieve directly the latest OVMF binary
...
Instead of specifying a version for OVMF binary, this patch uses
a tiny script to retrieve the proper URL to download from.
Fixes #289
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2018-11-01 09:19:24 -07:00
liucimin
4571e11f58
docs: Delete the wrong cni flow in README
...
Fix the wrong Network CNI section.
Fixes : #287
Signed-off-by: Liu Cimin lcmjkson@gmail.com
2018-11-01 09:55:36 +08:00
Eric Ernst
a184f98cc9
Merge pull request #272 from raravena80/master
...
install: Add AWS installation guide
2018-10-26 04:51:14 +01:00
Jose Carlos Venegas Munoz
1d6c296649
Merge pull request #280 from jodh-intel/ci-add-tests-for-other-install-doc-methods
...
CI: Test remaining install methods
2018-10-25 16:46:15 -05:00
Ricardo Aravena
942d5344e0
install: Add AWS installation guide
...
Fixes #273
Installation guide for AWS.
Signed-off-by: Ricardo Aravena <raravena@branch.io>
2018-10-25 08:49:59 -07:00