Julio Montes
16c50aeb6b
Merge pull request #229 from nitkon/patch-2
...
documentation:install: Fix a broken link
2018-08-22 09:30:27 -05:00
Julio Montes
9948b1892a
usecases: add vsock documentation
...
Add vsock documentation
fixes #226
Signed-off-by: Julio Montes <julio.montes@intel.com>
2018-08-22 09:27:19 -05:00
Archana Shinde
b594fd3af9
Merge pull request #25 from egernst/vpp-use-case-doc
...
use-cases: add VPP directions
2018-08-21 14:22:46 -07:00
Eric Ernst
1f80ea8429
use-cases: add VPP directions
...
create a use-cases subdirectory and add an initial use case,
booting a kata container which makes use of vpp vhost-user interface.
Fixes : #209
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2018-08-21 12:04:31 -07:00
Archana Shinde
b33e91e28b
Merge pull request #219 from GabyCT/topic/updatefedora
...
docs: Update install guide for fedora
2018-08-21 10:14:04 -07:00
nitkon
393af108b1
documentation:install: Fix a broken link
...
The "OpenSuse" link under "Installing Kata Containers"
is broken. Fix it.
Fixes : #228
Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
2018-08-21 18:56:34 +05:30
Julio Montes
42e95dbb69
Merge pull request #217 from GabyCT/topic/removeworkaround
...
docs: Remove workaround on SLES install documentation
2018-08-21 07:55:11 -05:00
Graham Whaley
ad75d955f2
Merge pull request #224 from GabyCT/topic/removeubuntu
...
docs: Remove support of ubuntu 17.10 on installation guide
2018-08-17 14:39:15 +01:00
Gabriela Cervantes
84be074f23
docs: Remove support of ubuntu 17.10 on installation guide
...
Remove the support of ubuntu 17.10 as it is now end of life.
Fixes #223
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2018-08-17 00:13:56 -05:00
Gabriela Cervantes
e415d03214
docs: Update install guide for fedora
...
Update install documentation guide for fedora to include the
support for fedora 28.
Fixes #218
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2018-08-16 23:45:38 -05:00
Archana Shinde
d4d5a28924
Merge pull request #215 from GabyCT/topic/addubuntu
...
docs: Update installation guide for Ubuntu.
2018-08-16 10:29:30 -07:00
Gabriela Cervantes
10f235a603
docs: Remove workaround on SLES install documentation
...
Now that this issue has solved kata-containers/packaging#39,
we can remove the workaround for the proxy and the shim.
Fixes #216
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2018-08-16 05:38:33 -05:00
Archana Shinde
61bc5dfda8
Merge pull request #161 from GabyCT/topic/addopensuse
...
docs: Add OBS package installation guide for openSUSE
2018-08-15 10:15:24 -07:00
Salvador Fuentes
aa90d948aa
Merge pull request #114 from GabyCT/topic/addsles
...
docs: Add installation guide for SLES
2018-08-15 08:22:17 -05:00
Gabriela Cervantes
e094f6cce0
docs: Update installation guide for Ubuntu.
...
Include in the document the support for ubuntu 18.04.
Fixes #214
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2018-08-15 07:47:47 -05:00
Gabriela Cervantes
a2d83701a0
docs: Add OBS package installation guide for openSUSE
...
This is the installation guide for OBS packages for
openSUSE.
Fixes #160
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2018-08-15 03:54:15 -05:00
Archana Shinde
2b7cba2253
Merge pull request #211 from nitkon/patch-1
...
architecture.md: Bump Kata Version to 1.2.0, add pseries info.
2018-08-13 10:27:03 -07:00
Nitesh Konkar
25dfe4ad69
architecture.md: Bump Kata Version to 1.2.0, add pseries info.
...
Since there have not been any major architecture changes
in Kata Containers since 1.0 release, bump version to latest
1.2.0 release. Also, add another supported machine type
"pseries" for IBM Power Systems. A typo is also fixed in this
commit.
Fixes #210
Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
2018-08-13 15:07:36 +05:30
Gabriela Cervantes
2341d753e2
docs: Add installation guide for SLES
...
This will add the installation guide for SLES.
Fixes #85
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2018-08-13 02:14:52 -05:00
James O. D. Hunt
6c81e212db
Merge pull request #208 from nitkon/master
...
Dev-guide: Kernel build fails on ppc64le
2018-08-08 15:43:29 +01:00
Nitesh Konkar
fb6ed6961a
Dev-guide: Kernel build fails on ppc64le
...
The kernel config file name prefix changed from
ppc64le to powerpc. This change broke the kernel
build on ppc64le. Fix the kernel build steps
accordingly.
Fixes : #207
Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
2018-08-07 17:55:41 +05:30
James O. D. Hunt
b1c3c58def
Merge pull request #203 from grahamwhaley/20180728_debug_console
...
Fix debug console socket docs
2018-08-02 13:59:07 +01:00
James O. D. Hunt
47a0d6affc
Merge pull request #205 from jodh-intel/add-initcall-debug-to-debug-info
...
docs: Add initcall_debug to dev guide debug section
2018-08-02 10:05:02 +01:00
James O. D. Hunt
c270496937
docs: Add initcall_debug to dev guide debug section
...
https://github.com/kata-containers/runtime/pull/527 Removed the
hard-coded `initcall_debug` kernel option (as it generates a lot of
kernel output at boot).
Add the `initcall_debug` option to the "Enable full debug" section to
allow users to enable these potentially useful messages when debugging.
Fixes #204 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-07-30 15:34:52 +01:00
James O. D. Hunt
7897760a1c
Merge pull request #200 from jodh-intel/dev-guide-add-standalone-details
...
docs: Add standalone details to dev guide
2018-07-30 14:24:58 +01:00
James O. D. Hunt
b9c2598a63
docs: Add standalone details to dev guide
...
Explain how to create an OCI bundle and launch the runtime directly.
Fixes #199 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-07-30 10:17:11 +01:00
Graham Whaley
0b63ec0b1e
Dev: debug console: minor grammatical cleanups
...
Minor rewords, that read better to my eyes.
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2018-07-28 10:27:29 +01:00
Graham Whaley
e90eabd454
Dev: console socket: Update the path to the socket
...
The debug console socket path looks to have moved from
the `sbs` dir to the `vm` dir. Update the docs to reflect
this.
Fixes : #202
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2018-07-28 10:20:13 +01:00
Eric Ernst
596bf31bdf
Merge pull request #195 from morph027/docker-daemon-json
...
docs: add kata-runtime to Docker daemon.json
2018-07-27 19:19:02 -07:00
morph027
6ef28deb96
docs: add kata-runtime to Docker daemon.json
...
Fixes : #484
Signed-off-by: Stefan Heitmüller <morphsen@gmx.com>
2018-07-27 12:20:20 +02:00
Archana Shinde
4793a80c0a
Merge pull request #198 from egernst/gcp
...
install: gce: show should be describe for image inspection
2018-07-25 11:12:44 -07:00
Eric Ernst
443d7d9160
install: gce: show should be describe for image inspection
...
s/show/describe
Fixes : #197
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2018-07-25 10:59:07 -07:00
Eric Ernst
12d2049579
Merge pull request #188 from jodh-intel/doc-reqs-filenames
...
docs: Requirements for filenames and commands
2018-07-23 14:59:11 -07:00
Eric Ernst
21b4e09ccc
Merge pull request #182 from grahamwhaley/20180629_journald_setup
...
Dev: Document journald limitations and workarounds
2018-07-23 14:58:33 -07:00
Eric Ernst
473c450c5e
Merge pull request #190 from jodh-intel/doc-reqs-images
...
docs: Document image requirements
2018-07-23 14:55:49 -07:00
Eric Ernst
c2024c9f87
Merge pull request #192 from scooley/kube-anchor
...
docs: update kube anchor in distro install guides
2018-07-11 13:59:22 -07:00
Sarah
748acc6683
docs: update kube anchor in distro install guides.
...
Fixes : #184
Signed-off-by: Sarah <scooley@microsoft.com>
2018-07-11 12:57:00 -07:00
Graham Whaley
2540bb9569
Dev: Document journald limitations and workarounds
...
Journald, by default on some systems, will rate limit log messages,
and in the case of our 'enable full debug', will likely drop some
of our debug.
Document how to identify if this is happening, and how to configure
`systemd-journald` appropriately.
Fixes : #181
Signed-off-by: Graham Whaley <graham.whaley@intel.com>
2018-07-09 10:52:53 +01:00
James O. D. Hunt
86cde89809
docs: Requirements for filenames and commands
...
Explain how to handle filenames and command names in documentation.
Fixes #187 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-07-06 09:35:55 +01:00
James O. D. Hunt
1344bc5f84
docs: Document image requirements
...
Update the documentation requirements on the topic of images.
Fixes #189 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-07-06 07:48:08 +01:00
James O. D. Hunt
0e966255d1
Merge pull request #174 from jodh-intel/gce-tweaks
...
GCE tweaks
2018-07-04 17:38:06 +01:00
James O. D. Hunt
c556f1853f
Merge pull request #186 from nitkon/master
...
dev-guide: Mention distro support for ppc64le for rootfs creation
2018-07-04 13:45:22 +01:00
Nitesh Konkar
26d747fba9
dev-guide: Add note for rootfs platform-distro matrix
...
Fixes : #185
Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
2018-07-04 17:45:15 +05:30
Sebastien Boeuf
e0c6702790
Merge pull request #172 from sboeuf/update_docs
...
docs: svc-mesh: Create some documentation about service mesh
2018-06-22 16:06:05 -07:00
Sebastien Boeuf
daac13b1d5
docs: svc-mesh: Create some documentation about service mesh
...
This commit introduces the instructions to be able to run trendy
service mesh Istio and Conduit with Kata Containers. It provides
a bit of feedback on how they actually work to give the reader a
quick overview. After this introduction, it provides restrictions
and instructions to enable them with Kata Containers.
Fixes #171
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2018-06-22 15:41:01 -07:00
GabyCT
2f2be68d1e
Merge pull request #180 from chavafg/topic/static-checks
...
CI: update static-checks.sh call
2018-06-22 15:47:20 -05:00
Salvador Fuentes
7adbfa935e
CI: update static-checks.sh call
...
Now static-checks.sh needs to have the
repository name as arguments.
Fixes #179 .
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
2018-06-22 15:20:27 -05:00
James O. D. Hunt
bc6d9970f6
Merge pull request #164 from nitkon/patch-2
...
docs: Add relevant URLs and fix grammar
2018-06-22 10:31:41 +01:00
James O. D. Hunt
baf66c743d
docs: Remove double "the" in README
...
Excised an extraneous definite article in the install README.
How did we miss this in the review phase I wonder?
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-06-21 15:22:24 +01:00
James O. D. Hunt
84e2622f94
docs: Add TOC to GCE guide
...
Add a table of contents to the Google Compute Engine install guide.
Fixes #173 .
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-06-21 15:22:24 +01:00