1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-08-24 18:52:08 +00:00

runtime: Update comments for virtcontainers to use kata 2.0

This PR updates the comments in the configuration.toml to point to
the current kata containers repository instead of the kata 1.x.

Fixes 

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2021-12-01 16:16:46 +00:00
parent 87f350db53
commit 591d4af1ea
4 changed files with 4 additions and 4 deletions

View File

@ -214,7 +214,7 @@ disable_guest_seccomp=@DEFDISABLEGUESTSECCOMP@
# The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox. # The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox.
# The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation. # The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation.
# The sandbox cgroup is constrained if there is no container type annotation. # The sandbox cgroup is constrained if there is no container type annotation.
# See: https://godoc.org/github.com/kata-containers/runtime/virtcontainers#ContainerType # See: https://pkg.go.dev/github.com/kata-containers/kata-containers/src/runtime/virtcontainers#ContainerType
sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@ sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@
# Enabled experimental feature list, format: ["a", "b"]. # Enabled experimental feature list, format: ["a", "b"].

View File

@ -236,7 +236,7 @@ disable_guest_seccomp=@DEFDISABLEGUESTSECCOMP@
# The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox. # The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox.
# The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation. # The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation.
# The sandbox cgroup is constrained if there is no container type annotation. # The sandbox cgroup is constrained if there is no container type annotation.
# See: https://godoc.org/github.com/kata-containers/runtime/virtcontainers#ContainerType # See: https://pkg.go.dev/github.com/kata-containers/kata-containers/src/runtime/virtcontainers#ContainerType
sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@ sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@
# If specified, sandbox_bind_mounts identifieds host paths to be mounted (ro) into the sandboxes shared path. # If specified, sandbox_bind_mounts identifieds host paths to be mounted (ro) into the sandboxes shared path.

View File

@ -342,7 +342,7 @@ disable_guest_seccomp=@DEFDISABLEGUESTSECCOMP@
# The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox. # The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox.
# The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation. # The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation.
# The sandbox cgroup is constrained if there is no container type annotation. # The sandbox cgroup is constrained if there is no container type annotation.
# See: https://godoc.org/github.com/kata-containers/runtime/virtcontainers#ContainerType # See: https://pkg.go.dev/github.com/kata-containers/kata-containers/src/runtime/virtcontainers#ContainerType
sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@ sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@
# Enabled experimental feature list, format: ["a", "b"]. # Enabled experimental feature list, format: ["a", "b"].

View File

@ -518,7 +518,7 @@ disable_guest_seccomp=@DEFDISABLEGUESTSECCOMP@
# The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox. # The runtime caller is free to restrict or collect cgroup stats of the overall Kata sandbox.
# The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation. # The sandbox cgroup path is the parent cgroup of a container with the PodSandbox annotation.
# The sandbox cgroup is constrained if there is no container type annotation. # The sandbox cgroup is constrained if there is no container type annotation.
# See: https://godoc.org/github.com/kata-containers/runtime/virtcontainers#ContainerType # See: https://pkg.go.dev/github.com/kata-containers/kata-containers/src/runtime/virtcontainers#ContainerType
sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@ sandbox_cgroup_only=@DEFSANDBOXCGROUPONLY@
# If specified, sandbox_bind_mounts identifieds host paths to be mounted (ro) into the sandboxes shared path. # If specified, sandbox_bind_mounts identifieds host paths to be mounted (ro) into the sandboxes shared path.