Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

modify the error url of logfmt #746

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to/how-to-use-kata-containers-with-acrn.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This document requires the presence of the ACRN hypervisor and Kata Containers o

- ACRN supported [Hardware](https://projectacrn.github.io/latest/hardware.html#supported-hardware).
> **Note:** Please make sure to have a minimum of 4 logical processors (HT) or cores.
- ACRN [software](https://projectacrn.github.io/latest/tutorials/kbl-nuc-sdc.html#use-the-script-to-set-up-acrn-automatically) setup.
- ACRN [software](https://projectacrn.github.io/1.6/tutorials/kbl-nuc-sdc.html#use-the-script-to-set-up-acrn-automatically) setup.
- For networking, ACRN supports either MACVTAP or TAP. If MACVTAP is not enabled in the Service OS, please follow the below steps to update the kernel:

```sh
Expand Down
2 changes: 1 addition & 1 deletion how-to/how-to-use-virtio-mem-with-kata.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please use following unofficial version of the Linux kernel and QEMU that suppor
The Linux kernel is at https://github.com/davidhildenbrand/linux/tree/virtio-mem-rfc-v4.
The Linux kernel config that can work with Kata Containers is at https://gist.github.com/teawater/016194ee84748c768745a163d08b0fb9.

The QEMU is at https://github.com/teawater/qemu/tree/kata-virtio-mem. (The original source is at https://github.com/davidhildenbrand/qemu/tree/virtio-mem. Its base version of QEMU cannot work with Kata Containers. So merge the commit of `virtio-mem` to upstream QEMU.)
The QEMU is at https://github.com/teawater/qemu/tree/kata-virtio-mem. (The original source is at https://github.com/davidhildenbrand/qemu/tree/virtio-mem-vfio. Its base version of QEMU cannot work with Kata Containers. So merge the commit of `virtio-mem` to upstream QEMU.)

Set Linux and the QEMU that support `virtio-mem` with following line in the Kata Containers QEMU configuration `configuration-qemu.toml`:
```toml
Expand Down
2 changes: 1 addition & 1 deletion how-to/service-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ is not able to perform a proper setup of the rules.

### Service Mesh Istio

As a reference, you can follow Istio [instructions](https://istio.io/docs/setup/kubernetes/quick-start/#download-and-prepare-for-the-installation).
As a reference, you can follow Istio [instructions](https://istio.io/latest/docs/setup/getting-started/#download-and-prepare-for-the-installation).

The following is a summary of what you need to install Istio on your system:
```
Expand Down
2 changes: 1 addition & 1 deletion install/docker/opensuse-leap-docker-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can ignore the content of this comment.

```bash
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
https://raw.githubusercontent.com/kata-containers/documentation/master/install/docker/opensuse-docker-install.md
https://github.com/kata-containers/documentation/tree/master/install/docker/opensuse-docker-install.md

Please download this file and run kata-doc-to-script.sh again."
```
Expand Down
2 changes: 1 addition & 1 deletion install/docker/opensuse-tumbleweed-docker-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can ignore the content of this comment.

```bash
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
https://raw.githubusercontent.com/kata-containers/documentation/master/install/docker/opensuse-docker-install.md
https://github.com/kata-containers/documentation/tree/master/install/docker/opensuse-docker-install.md

Please download this file and run kata-doc-to-script.sh again."
```
Expand Down
4 changes: 2 additions & 2 deletions install/installing-with-kata-doc-to-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to generate installation bash scripts.

```bash
$ source /etc/os-release
$ curl -fsSL -O https://raw.githubusercontent.com/kata-containers/documentation/master/install/${ID}-installation-guide.md
$ curl -fsSL -O https://github.com/kata-containers/documentation/tree/master/install/${ID}-installation-guide.md
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/kata-containers/tests/master/.ci/kata-doc-to-script.sh) ${ID}-installation-guide.md ${ID}-install.sh"
```

Expand All @@ -33,7 +33,7 @@ $ bash "./${ID}-install.sh"

```bash
$ source /etc/os-release
$ curl -fsSL -O https://raw.githubusercontent.com/kata-containers/documentation/master/install/docker/${ID}-docker-install.md
$ curl -fsSL -O https://github.com/kata-containers/documentation/tree/master/install/docker${ID}-docker-install.md
$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/kata-containers/tests/master/.ci/kata-doc-to-script.sh) ${ID}-docker-install.md ${ID}-docker-install.sh"
```

Expand Down
2 changes: 1 addition & 1 deletion install/opensuse-leap-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can ignore the content of this comment.

```bash
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
https://raw.githubusercontent.com/kata-containers/documentation/master/install/opensuse-installation-guide.md
https://github.com/kata-containers/documentation/tree/master/install/opensuse-installation-guide.md

Please download this file and run kata-doc-to-script.sh again."
```
Expand Down
2 changes: 1 addition & 1 deletion install/opensuse-tumbleweed-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can ignore the content of this comment.

```bash
$ echo "NOTE: this document is just a link to the generic openSUSE install guide located at:
https://raw.githubusercontent.com/kata-containers/documentation/master/install/opensuse-installation-guide.md
https://github.com/kata-containers/documentation/tree/master/install/opensuse-installation-guide.md

Please download this file and run kata-doc-to-script.sh again."
```
Expand Down