Created
January 9, 2019 23:51
-
-
Save egernst/62c729060640b76a4db75ec8bb79dfc4 to your computer and use it in GitHub Desktop.
kata + firecracker reference configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright (c) 2017-2018 Intel Corporation | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| [hypervisor.firecracker] | |
| path = "/opt/kata/bin/firecracker" | |
| kernel = "/opt/kata/share/kata-containers/vmlinux.container" | |
| image = "/opt/kata/share/kata-containers/kata-containers.img" | |
| kernel_params = "" | |
| default_vcpus = 1 | |
| default_memory = 2048 | |
| default_maxvcpus = 0 | |
| default_bridges = 1 | |
| block_device_driver = "virtio-mmio" | |
| disable_block_device_use = false | |
| #enable_debug = true | |
| use_vsock = true | |
| [factory] | |
| [proxy.kata] | |
| [shim.kata] | |
| path = "/opt/kata/libexec/kata-containers/kata-shim" | |
| #enable_debug = true | |
| [agent.kata] | |
| [runtime] | |
| #enable_debug = true | |
| # If enabled, the runtime will create opentracing.io traces and spans. | |
| # (See https://www.jaegertracing.io/docs/getting-started). | |
| # (default: disabled) | |
| #enable_tracing = true | |
| internetworking_model="tcfilter" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment