mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
docs: Remove kata-proxy and binaries reference
Kata-proxy is not longer used in kata 2.x, this PR removes the reference as well to an script that is not longer existing. Fixes #2391 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
eac05ad6d6
commit
1d25d7d43f
@ -128,7 +128,7 @@ YAML can be found
|
|||||||
tag kata-containers
|
tag kata-containers
|
||||||
path /run/log/journal
|
path /run/log/journal
|
||||||
pos_file /run/log/journal/kata-journald.pos
|
pos_file /run/log/journal/kata-journald.pos
|
||||||
filters [{"SYSLOG_IDENTIFIER": "kata-runtime"}, {"SYSLOG_IDENTIFIER": "kata-proxy"}, {"SYSLOG_IDENTIFIER": "kata-shim"}]
|
filters [{"SYSLOG_IDENTIFIER": "kata-runtime"}, {"SYSLOG_IDENTIFIER": "kata-shim"}]
|
||||||
read_from_head true
|
read_from_head true
|
||||||
</source>
|
</source>
|
||||||
```
|
```
|
||||||
@ -258,8 +258,7 @@ go directly to a full Kata specific JSON format logfile test.
|
|||||||
Kata runtime has the ability to generate JSON logs directly, rather than its default `logfmt` format. Passing
|
Kata runtime has the ability to generate JSON logs directly, rather than its default `logfmt` format. Passing
|
||||||
the `--log-format=json` argument to the Kata runtime enables this. The easiest way to pass in this extra
|
the `--log-format=json` argument to the Kata runtime enables this. The easiest way to pass in this extra
|
||||||
parameter from a [Kata deploy](https://github.com/kata-containers/kata-containers/tree/main/tools/packaging/kata-deploy) installation
|
parameter from a [Kata deploy](https://github.com/kata-containers/kata-containers/tree/main/tools/packaging/kata-deploy) installation
|
||||||
is to edit the `/opt/kata/bin/kata-qemu` shell script (generated by the
|
is to edit the `/opt/kata/bin/kata-qemu` shell script.
|
||||||
[Kata packaging release scripts](https://github.com/kata-containers/kata-containers/blob/main/tools/packaging/release/kata-deploy-binaries.sh)).
|
|
||||||
|
|
||||||
At the same time, we will add the `--log=/var/log/kata-runtime.log` argument to store the Kata logs in their
|
At the same time, we will add the `--log=/var/log/kata-runtime.log` argument to store the Kata logs in their
|
||||||
own file (rather than into the system journal).
|
own file (rather than into the system journal).
|
||||||
|
Loading…
Reference in New Issue
Block a user