tag
dict
content
listlengths
1
171
{ "category": "Runtime", "file_name": "log-attach-design.md", "project_name": "rkt", "subcategory": "Container Runtime" }
[ { "data": "rkt can run multiple applications in a pod, under a supervising process and alongside with a sidecar service which takes care of multiplexing its I/O toward the outside world. Historically this has been done via systemd-journald only, meaning that all logging was handled via journald and interactive ...
{ "category": "Runtime", "file_name": "scaleworkload.md", "project_name": "Kanister", "subcategory": "Cloud Native Storage" }
[ { "data": "`ScaleWorkload` function can be used to scale a workload to specified replicas. It automatically sets the original replica count of the workload as output artifact, which makes using `ScaleWorkload` function in blueprints a lot easier. Below is an example of how this function can be used ``` yaml api...
{ "category": "Runtime", "file_name": "nebd_en.md", "project_name": "Curve", "subcategory": "Cloud Native Storage" }
[ { "data": "CURVE client serves as the entrance of the services provided by CURVE, providing dynamic link library for QEMU/CURVE-NBD. As a result, restarting QEMU/CURVE-NBD is necessary when CURVE Client needs to be updated. In order to relief the impact of updating on applications based on CURVE, we decoupled C...
{ "category": "Runtime", "file_name": "CHANGELOG.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "All notable changes to this project will be documented in this file. This project adheres to . Enhancements: : Add `WithLazy` method for `SugaredLogger`. : zaptest: Add `NewTestingWriter` for customizing TestingWriter with more flexibility than `NewLogger`. : Add `Log`, `Logw`, `Logln` methods for `S...
{ "category": "Runtime", "file_name": "README.md", "project_name": "FD.io", "subcategory": "Cloud Native Network" }
[ { "data": "This is a small experiment to have a wrapper CLI which can call both API functions as well as debug CLI. To facilitate tab completion and help, the API call names are broken up with spaces replacing the underscores." } ]
{ "category": "Runtime", "file_name": "ADOPTERS.md", "project_name": "Virtual Kubelet", "subcategory": "Container Runtime" }
[ { "data": "Microsoft Azure AWS Alibaba VMWare Netflix Hashi Corp Admiralty Elotl Tencent Games Since end-users are specific per provider within VK we have many end-user customers that we don't have permission to list publically. Please contact ribhatia@microsoft.com for more informtation. Are you currently usin...
{ "category": "Runtime", "file_name": "devctr-image.md", "project_name": "Firecracker", "subcategory": "Container Runtime" }
[ { "data": "Firecracker uses a to standardize the build process. This also fixes the build tools and dependencies to specific versions. Every once in a while, something needs to be updated. To do this, a new container image needs to be built locally, then published to the registry. The Firecracker CI suite must ...
{ "category": "Runtime", "file_name": "cilium-dbg_bpf_sha.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- This file was autogenerated via cilium cmdref, do not edit manually--> Manage compiled BPF template objects ``` -h, --help help for sha ``` ``` --config string Config file (default is $HOME/.cilium.yaml) -D, --debug Enable debug messages -H, --host string URI to server-side API ``` - Direct acce...
{ "category": "Runtime", "file_name": "velero-debug.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "To simplify the communication between velero users and developers, this document proposes the `velero debug` command to generate a tarball including the logs needed for debugging. Github issue: https://github.com/vmware-tanzu/velero/issues/675 Gathering information to troubleshoot a Velero deployment...
{ "category": "Runtime", "file_name": "README.md", "project_name": "OpenEBS", "subcategory": "Cloud Native Storage" }
[ { "data": "OpenEBS is the most widely deployed open source example of a category of storage solutions sometimes called . OpenEBS is itself deployed as a set of containers on Kubernetes worker nodes. This document describes the high level architecture of OpenEBS and the links to the Source Code and its Dependenc...
{ "category": "Runtime", "file_name": "interconnect_with_libvirt.md", "project_name": "StratoVirt", "subcategory": "Container Runtime" }
[ { "data": "Libvirt is one of manager for StratoVirt, it manages StratoVirt by creating cmdlines to launch StratoVirt and giving commands via QMP. Currently, five virsh commands are supported to manage StratoVirt: `virsh create`, `virsh destroy`, `virsh suspend`, `virsh resume` and `virsh console`. StratoVirt ca...
{ "category": "Runtime", "file_name": "prerequisites.md", "project_name": "Rook", "subcategory": "Cloud Native Storage" }
[ { "data": "title: Prerequisites Rook can be installed on any existing Kubernetes cluster as long as it meets the minimum version and Rook is granted the required privileges (see below for more information). Kubernetes versions v1.25 through v1.30 are supported. Architectures supported are `amd64 / x86_64` and `...
{ "category": "Runtime", "file_name": "README.md", "project_name": "kube-vip", "subcategory": "Cloud Native Network" }
[ { "data": "Prerequisites: Tests must be run on a Linux OS Docker installed with IPv6 enabled You will need to restart your Docker engine after updating the config Target kube-vip Docker image exists locally. Either build the image locally with `make dockerx86Local` or `docker pull` the image from a registry. Ru...
{ "category": "Runtime", "file_name": "ARCHITECTURE.md", "project_name": "Inclavare Containers", "subcategory": "Container Runtime" }
[ { "data": "Architecture of the library === ELF -> Specifications -> Objects -> Links ELF BPF is usually produced by using Clang to compile a subset of C. Clang outputs an ELF file which contains program byte code (aka BPF), but also metadata for maps used by the program. The metadata follows the conventions set...
{ "category": "Runtime", "file_name": "migration-case.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: \"Cluster migration\" layout: docs Velero's backup and restore capabilities make it a valuable tool for migrating your data between clusters. Cluster migration with Velero is based on Velero's functionality, which is responsible for syncing Velero resources from your designated object storage ...
{ "category": "Runtime", "file_name": "user-guide.md", "project_name": "Antrea", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- toc --> - - - - - - - - <!-- /toc --> Antrea Multi-cluster implements , which allows users to create multi-cluster Services that can be accessed cross clusters in a ClusterSet. Antrea Multi-cluster also extends Antrea-native NetworkPolicy to support Multi-cluster NetworkPolicy rules that apply t...
{ "category": "Runtime", "file_name": "release.md", "project_name": "Longhorn", "subcategory": "Cloud Native Storage" }
[ { "data": "name: Release task about: Create a release task title: \"[RELEASE]\" labels: release/task assignees: '' What's the task? Please describe. Action items for releasing v<x.y.z> Roles Release captain: <!--responsible for RD efforts of release development and coordinating with QA captain--> QA captain: <!...
{ "category": "Runtime", "file_name": "pull_request_template.md", "project_name": "HwameiStor", "subcategory": "Cloud Native Storage" }
[ { "data": "Describe the PR e.g. add cool parser. Relation issue e.g. https://github.com/swaggo/gin-swagger/pull/123/files Additional context Add any other context about the problem here." } ]
{ "category": "Runtime", "file_name": "ROADMAP.md", "project_name": "rkt", "subcategory": "Container Runtime" }
[ { "data": "This document defines a high level roadmap for rkt development. The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project. The represent the most up-to-date state of affairs. rkt's version 1.0 release marks the command line user interface a...
{ "category": "Runtime", "file_name": "VERSIONING.md", "project_name": "Stash by AppsCode", "subcategory": "Cloud Native Storage" }
[ { "data": "We follow the , and use the corresponding tooling. For the purposes of the aforementioned guidelines, controller-runtime counts as a \"library project\", but otherwise follows the guidelines exactly. For release branches, we generally tend to support backporting one (1) major release (`release-{X-1}`...
{ "category": "Runtime", "file_name": "roadmap.md", "project_name": "CRI-O", "subcategory": "Container Runtime" }
[ { "data": "The initial roadmap of CRI-O was lightweight and followed the main Kubernetes Container Runtime Interface (CRI) development lifecycle. This is partially because additional features on top of that are either integrated into a CRI-O release as soon as theyre ready, or are tracked through the Milestone ...
{ "category": "Runtime", "file_name": "pull_request_template.md", "project_name": "Curve", "subcategory": "Cloud Native Storage" }
[ { "data": "<!-- Thank you for contributing to curve! --> Issue Number: #xxx <!-- replace xxx with issue number --> Problem Summary: What's Changed: How it Works: Side effects(Breaking backward compatibility? Performance regression?): [ ] Relevant documentation/comments is changed or added [ ] I acknowledge that...
{ "category": "Runtime", "file_name": "fuzzy_mode_convert_table.md", "project_name": "Spiderpool", "subcategory": "Cloud Native Network" }
[ { "data": "| json type \\ dest type | bool | int | uint | float |string| | | | | |--|--| | number | positive => true <br/> negative => true <br/> zero => false| 23.2 => 23 <br/> -32.1 => -32| 12.1 => 12 <br/> -12.1 => 0|as normal|same as origin| | string | empty string => false <br/> string \"0\" => false <br/>...
{ "category": "Runtime", "file_name": "ovs-pipeline.md", "project_name": "Antrea", "subcategory": "Cloud Native Network" }
[ { "data": "This document outlines the Open vSwitch (OVS) pipeline Antrea uses to implement its networking functionalities. The following assumptions are currently in place: Antrea is deployed in encap mode, establishing an overlay network across all Nodes. All the Nodes are Linux Nodes. IPv6 is disabled. Option...
{ "category": "Runtime", "file_name": "20201002-allow-recurring-backup-detached-volumes.md", "project_name": "Longhorn", "subcategory": "Cloud Native Storage" }
[ { "data": "Allow Recurring Backup Detached Volumes In the current Longhorn implementation, users cannot do recurring backup when volumes are detached. This enhancement gives the users an option to do recurring backup even when volumes are detached. https://github.com/longhorn/longhorn/issues/1509 Give the users...
{ "category": "Runtime", "file_name": "trash.md", "project_name": "JuiceFS", "subcategory": "Cloud Native Storage" }
[ { "data": "sidebar_position: 2 :::note This feature requires at least JuiceFS v1.0.0, for previous versions, you need to upgrade all JuiceFS clients, and then enable trash using the `config` subcommand, introduced in below sections. ::: JuiceFS enables the trash feature by default, files deleted will be moved i...
{ "category": "Runtime", "file_name": "selinux.md", "project_name": "rkt", "subcategory": "Container Runtime" }
[ { "data": "rkt supports running containers using SELinux . At start-up, rkt will attempt to read `/etc/selinux/(policy)/contexts/lxc_contexts`. If this file doesn't exist, no SELinux transitions will be performed. If it does, rkt will generate a per-instance context. All mounts for the instance will be created ...
{ "category": "Runtime", "file_name": "opensds-installer.md", "project_name": "Soda Foundation", "subcategory": "Cloud Native Storage" }
[ { "data": "For detailed information about this project, please refer to the . This project is designed for locating the code for installing all required components to set up a cluster, including controller and nbp plugins. Currently we support several install tools for diversity. is a radically simple IT automa...
{ "category": "Runtime", "file_name": "CHANGELOG-1.5.0.md", "project_name": "Longhorn", "subcategory": "Cloud Native Storage" }
[ { "data": "Longhorn v1.5.0 is the latest version of Longhorn 1.5. It introduces many enhancements, improvements, and bug fixes as described below including performance, stability, maintenance, resilience, and so on. Please try it and feedback. Thanks for all the contributions! For the definition of stable or la...
{ "category": "Runtime", "file_name": "troubleshooting.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: \"Troubleshooting\" layout: docs These tips can help you troubleshoot known issues. If they don't help, you can , or talk to us on the on the Kubernetes Slack server. You can use the `velero bug` command to open a by launching a browser window with some prepopulated values. Values included are...
{ "category": "Runtime", "file_name": "cilium-dbg_cgroups.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- This file was autogenerated via cilium cmdref, do not edit manually--> Cgroup metadata ``` -h, --help help for cgroups ``` ``` --config string Config file (default is $HOME/.cilium.yaml) -D, --debug Enable debug messages -H, --host string URI to server-side API ``` - CLI - Display cgroup metadat...
{ "category": "Runtime", "file_name": "SECURITY.md", "project_name": "Stash by AppsCode", "subcategory": "Cloud Native Storage" }
[ { "data": "Join the [kubernetes-security-announce] group for security and vulnerability announcements. You can also subscribe to an RSS feed of the above using . Instructions for reporting a vulnerability can be found on the [Kubernetes Security and Disclosure Information] page. Information about supported Kube...
{ "category": "Runtime", "file_name": "prometheus.md", "project_name": "LINSTOR", "subcategory": "Cloud Native Storage" }
[ { "data": "The LINSTOR controller exposes metrics that can be scraped by Prometheus. The endpoint used for scraping metrics is exposed on `127.0.0.1:3370/metrics` on the LINSTOR controller. `linstor_info`: Versioning information for the LINSTOR controller. `linstornodestate`: Node type and state for each node i...
{ "category": "Runtime", "file_name": "Developer-Guide.md", "project_name": "Kata Containers", "subcategory": "Container Runtime" }
[ { "data": "This document is written specifically for developers: it is not intended for end users. If you want to contribute changes that you have made, please read the for information about our processes. You are working on a non-critical test or development system. The recommended way to create a development ...
{ "category": "Runtime", "file_name": "cilium-operator-alibabacloud_completion_fish.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- This file was autogenerated via cilium-operator --cmdref, do not edit manually--> Generate the autocompletion script for fish Generate the autocompletion script for the fish shell. To load completions in your current shell session: cilium-operator-alibabacloud completion fish | source To load co...
{ "category": "Runtime", "file_name": "ark_schedule_delete.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: \"ark schedule delete\" layout: docs Delete a schedule Delete a schedule ``` ark schedule delete NAME [flags] ``` ``` -h, --help help for delete ``` ``` --alsologtostderr log to standard error as well as files --kubeconfig string Path to the kubeconfig file to use to talk to the Kubernetes api...
{ "category": "Runtime", "file_name": "upgrade-to-1.4.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: \"Upgrading to Velero 1.4\" layout: docs Velero , or installed. Note: The v1.4.1 tag was created in code, but has no associated docker image due to misconfigured building infrastructure. v1.4.2 fixed this. If you're not yet running at least Velero v1.3, see the following: Before upgrading, che...
{ "category": "Runtime", "file_name": "VERSION_HISTORY.md", "project_name": "HwameiStor", "subcategory": "Cloud Native Storage" }
[ { "data": "Introduces support for Go modules. The `v4` version will be backwards compatible with `v3.x.y`. Starting from this release, we are adopting the policy to support the most 2 recent versions of Go currently available. By the time of this release, this is Go 1.15 and 1.16 (). Fixed a potential issue tha...
{ "category": "Runtime", "file_name": "OSS_DISCLOSURES.md", "project_name": "Sysbox", "subcategory": "Container Runtime" }
[ { "data": "The GNU Lesser General Public License (LGPL v2.1) is applicable to the following component(s): libc.so.6 libpthread.so.0 nestybox/libseccomp Conditions for section 6 of this license are met by disclosure of the Sysbox source code in this repo. ``` GNU Lesser General Public License Version 2.1, Februa...
{ "category": "Runtime", "file_name": "DEVELOPMENT.md", "project_name": "Piraeus Datastore", "subcategory": "Cloud Native Storage" }
[ { "data": "Before continuing, make sure you've read the This is a (probably incomplete) list of software used to develop the operator: ...the operator is written in it... Provides all the plumbing and project structure Used to ensure all files are formatted, generated code is up to date and more Used for code f...
{ "category": "Runtime", "file_name": "2017-03-10.md", "project_name": "containerd", "subcategory": "Container Runtime" }
[ { "data": "This week I (@crosbymichael) have been working on the OCI runtime specifications. Since containerd is to be fully compliant with the OCI specs we need to make sure we reach a 1.0 and have a solid base to build on. We are getting very close on the spec side and have a final rc out for review. If you h...
{ "category": "Runtime", "file_name": "README.md", "project_name": "Gluster", "subcategory": "Cloud Native Storage" }
[ { "data": "It provides feature of managing blocks used below a given namespace. (Expects the inodes to be linked to the proper namespace). It follows a simple logic for quota implementation: I manage only the local data, but if someone 'trusted' tells me, there is more usage in other places, I will consider it....
{ "category": "Runtime", "file_name": "configuration.md", "project_name": "gVisor", "subcategory": "Container Runtime" }
[ { "data": "This document describes how to configure runtime options for `containerd-shim-runsc-v1`. You can find the installation instructions and minimal requirements in . The shim can be provided with a configuration file containing options to the shim itself as well as a set of flags to runsc. Here is a quic...
{ "category": "Runtime", "file_name": "API.md", "project_name": "Kanister", "subcategory": "Cloud Native Storage" }
[ { "data": "<p>Packages:</p> <ul> <li> <a href=\"#cr%2fv1alpha1\">cr/v1alpha1</a> </li> </ul> <h2 id=\"cr/v1alpha1\">cr/v1alpha1</h2> <p> <p>Package v1alpha1 is the v1alpha1 version of the API.</p> </p> Resource Types: <ul><li> <a href=\"#cr/v1alpha1.ActionSet\">ActionSet</a> </li><li> <a href=\"#cr/v1alpha1.Blu...
{ "category": "Runtime", "file_name": "test.md", "project_name": "Sysbox", "subcategory": "Container Runtime" }
[ { "data": "The Sysbox test suite is made up of the following: Unit tests: written with Go's \"testing\" package. Integration tests: written using the framework. All tests run inside a privileged Docker container (i.e., Sysbox as well as the tests that exercise it execute inside that container). Host must have k...
{ "category": "Runtime", "file_name": "operator.md", "project_name": "HwameiStor", "subcategory": "Cloud Native Storage" }
[ { "data": "sidebar_position: 2 sidebar_label: \"Deploy with hwameistor-operator\" You can use hwameistor-operator to deploy and manage HwameiStor system. Perform Life Cycle Management (LCM) for HwameiStor components: LocalDiskManager LocalStorage Scheduler AdmissionController VolumeEvictor Exporter HA module Ap...
{ "category": "Runtime", "file_name": "10-container-storage-interface.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: Container Storage Interface (CSI) link: https://github.com/vmware-tanzu/velero-plugin-for-csi objectStorage: false volumesnapshotter: true localStorage: true beta: true supportedByVeleroTeam: true This repository contains Velero plugins for snapshotting CSI backed PVCs using the CSI beta snaps...
{ "category": "Runtime", "file_name": "linstorsatellite.md", "project_name": "Piraeus Datastore", "subcategory": "Cloud Native Storage" }
[ { "data": "This resource controls the state of a LINSTOR satellite. NOTE: This resource is not intended to be changed directly, instead it is created by the Piraeus Operator by merging all matching resources. Holds the desired state the satellite. Holds the default image registry to use for all Piraeus images. ...
{ "category": "Runtime", "file_name": "bug_report.md", "project_name": "FabEdge", "subcategory": "Cloud Native Network" }
[ { "data": "name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: Go to '...' Click on '....' Scroll down to '....' See error Expected behavior A clear and co...
{ "category": "Runtime", "file_name": "api-examples.md", "project_name": "Kanister", "subcategory": "Cloud Native Storage" }
[ { "data": "outline: deep This page demonstrates usage of some of the runtime APIs provided by VitePress. The main `useData()` API can be used to access site, theme, and page data for the current page. It works in both `.md` and `.vue` files: ```md <script setup> import { useData } from 'vitepress' const { theme...
{ "category": "Runtime", "file_name": "VmCoredumpData.md", "project_name": "Kata Containers", "subcategory": "Container Runtime" }
[ { "data": "Name | Type | Description | Notes | - | - | - DestinationUrl | Pointer to string | | [optional] `func NewVmCoredumpData() *VmCoredumpData` NewVmCoredumpData instantiates a new VmCoredumpData object This constructor will assign default values to properties that have it defined, and makes sure properti...
{ "category": "Runtime", "file_name": "SECURITY.md", "project_name": "WasmEdge Runtime", "subcategory": "Container Runtime" }
[ { "data": "For all WasmEdge security-related defects, please send an email to security@secondstate.io. You will receive an acknowledgement mail within 24 hours. After that, we will give a detailed response about the subsequent process within 48 hours. Please do not submit security vulnerabilities directly as Gi...
{ "category": "Runtime", "file_name": "20200727-add-replica-eviction-support-for-disks-and-nodes.md", "project_name": "Longhorn", "subcategory": "Cloud Native Storage" }
[ { "data": "This enhancement is to simplify and automatically evict the replicas on the selected disabled disks or nodes to other suitable disks and nodes per user's request. Meanwhile keep the same level of fault tolerance during this eviction period of time. https://github.com/longhorn/longhorn/issues/292 http...
{ "category": "Runtime", "file_name": "20200817-improve-node-failure-handling.md", "project_name": "Longhorn", "subcategory": "Cloud Native Storage" }
[ { "data": "Kubernetes never force deletes pods of StatefulSet or Deployment on a down node. Since the pod on the down node wasn't removed, the volume will be stuck on the down node with it as well. The replacement pods cannot be started because the Longhorn volume is RWO (see more about access modes ), which ca...
{ "category": "Runtime", "file_name": "cilium-dbg_bpf_egress.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- This file was autogenerated via cilium cmdref, do not edit manually--> Manage the egress routing rules ``` -h, --help help for egress ``` ``` --config string Config file (default is $HOME/.cilium.yaml) -D, --debug Enable debug messages -H, --host string URI to server-side API ``` - Direct access...
{ "category": "Runtime", "file_name": "SECURITY.md", "project_name": "MinIO", "subcategory": "Cloud Native Storage" }
[ { "data": "We always provide security updates for the . Whenever there is a security update you just need to upgrade to the latest version. All security bugs in (or other minio/* repositories) should be reported by email to security@min.io. Your email will be acknowledged within 48 hours, and you'll receive a m...
{ "category": "Runtime", "file_name": "serverless_saas.md", "project_name": "WasmEdge Runtime", "subcategory": "Container Runtime" }
[ { "data": "WasmEdge can support customized SaaS extensions or applications using serverless functions instead of traditional network APIs. That dramatically improves SaaS users' and developers' productivity. WasmEdge could be embedded into SaaS products to execute user-defined functions. In this scenario, the W...
{ "category": "Runtime", "file_name": "volume_snapshot.md", "project_name": "HwameiStor", "subcategory": "Cloud Native Storage" }
[ { "data": "sidebar_position: 1 sidebar_label: \"Volume Snapshot\" In HwameiStor, it allows users to create snapshots of data volumes and perform restore and rollback operations based on data volume snapshots. :::note Currently, only snapshots are supported for non highly available LVM type data volumes. To avoi...
{ "category": "Runtime", "file_name": "usage_tracking.md", "project_name": "JuiceFS", "subcategory": "Cloud Native Storage" }
[ { "data": "title: Usage Tracking sidebar_position: 4 JuiceFS by default collects and reports anonymous usage data. It only collects core metrics (e.g. version number, file system size), no user or any sensitive data will be collected. You could review related code . These data help us understand how the communi...
{ "category": "Runtime", "file_name": "HDFS.md", "project_name": "Alluxio", "subcategory": "Cloud Native Storage" }
[ { "data": "layout: global title: HDFS This guide describes the instructions to configure {:target=\"_blank\"} as Alluxio's under storage system. HDFS, or Hadoop Distributed File System, is the primary distributed storage used by Hadoop applications, providing reliable and scalable storage for big data processin...
{ "category": "Runtime", "file_name": "deprecating_process.md", "project_name": "CRI-O", "subcategory": "Container Runtime" }
[ { "data": "Configuration options encompass settings that provide control over various aspects of CRIO's behavior and functionality. These options allow for the customization of operational parameters, shaping how CRI-O operates within a Kubernetes cluster. In CRI-O, configuration options undergo deprecation exc...
{ "category": "Runtime", "file_name": "CHANGELOG-1.6.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "https://github.com/vmware-tanzu/velero/releases/tag/v1.6.0 `velero/velero:v1.6.0` https://velero.io/docs/v1.6/ https://velero.io/docs/v1.6/upgrade-to-1.6/ Support for per-BSL credentials Progress reporting for restores Restore API Groups by priority level Restic v0.12.0 upgrade End-to-end testing CLI...
{ "category": "Runtime", "file_name": "cilium-dbg_fqdn_cache.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- This file was autogenerated via cilium cmdref, do not edit manually--> Manage fqdn proxy cache ``` cilium-dbg fqdn cache [flags] ``` ``` -h, --help help for cache ``` ``` --config string Config file (default is $HOME/.cilium.yaml) -D, --debug Enable debug messages -H, --host string URI to server...
{ "category": "Runtime", "file_name": "rdma-roce.md", "project_name": "Spiderpool", "subcategory": "Cloud Native Network" }
[ { "data": "English This chapter introduces how POD access network with the RoCE interface of the host. RDMA devices' network namespaces have two modes: shared and exclusive. Containers can either share or exclusively access RDMA network cards. In Kubernetes, shared cards can be utilized with macvlan or ipvlan C...
{ "category": "Runtime", "file_name": "2017-03-24.md", "project_name": "containerd", "subcategory": "Container Runtime" }
[ { "data": "https://github.com/containerd/containerd/pull/646 We merged a PR to add our first pass of container level metrics to our prometheus output in containerd. We still have to review the metric names and structure before having something we are all comfortable supporting in the long run but we now have co...
{ "category": "Runtime", "file_name": "overview.md", "project_name": "Kanister", "subcategory": "Cloud Native Storage" }
[ { "data": "|](<https://goreportcard.com/report/github.com/kanisterio/kanister>)|](<https://github.com/kanisterio/kanister/actions>)| |-|--| The design of Kanister was driven by the following main goals: Application-Centric: Given the increasingly complex and distributed nature of cloud-native data services, the...
{ "category": "Runtime", "file_name": "casdoor.md", "project_name": "MinIO", "subcategory": "Cloud Native Storage" }
[ { "data": "Casdoor is a UI-first centralized authentication / Single-Sign-On (SSO) platform supporting OAuth 2.0, OIDC and SAML, integrated with Casbin RBAC and ABAC permission management. This document covers configuring Casdoor identity provider support with MinIO. Configure and install casdoor server by foll...
{ "category": "Runtime", "file_name": "Upgrading.md", "project_name": "Kata Containers", "subcategory": "Container Runtime" }
[ { "data": "This document outlines the options for upgrading from a to a . Kata Containers 2.x is the new focus for the Kata Containers development community. Although Kata Containers 1.x releases will continue to be published for a period of time, once a stable release for Kata Containers 2.x is published, Kata...
{ "category": "Runtime", "file_name": "containerd-config.8.md", "project_name": "containerd", "subcategory": "Container Runtime" }
[ { "data": "containerd-config - information on the containerd config containerd config [command] The containerd config command has one subcommand, named default, which will display on standard output the default containerd config for this version of the containerd daemon. This output can be piped to a containerd...
{ "category": "Runtime", "file_name": "2022-07-16_minio-test.md", "project_name": "HwameiStor", "subcategory": "Cloud Native Storage" }
[ { "data": "slug: minio title: HwameiStor Supports MinIO authors: [Simon, Michelle] tags: [Test] This blog introduces an MinIO storage solution built on HwameiStor, and clarifies the detailed test procedures about whether HwameiStor can properly support those basic features and tenant isolation function provided...
{ "category": "Runtime", "file_name": "snapshot-editor.md", "project_name": "Firecracker", "subcategory": "Container Runtime" }
[ { "data": "The `snapshot-editor` is a program for modification of Firecracker snapshots. Firecracker snapshot consists of 2 files: `vmstate` file: file with Firecracker internal data such as vcpu states, devices states etc. `memory` file: file with guest memory. This command is used to merge a `diff` snapshot m...
{ "category": "Runtime", "file_name": "certificate.md", "project_name": "Spiderpool", "subcategory": "Cloud Native Network" }
[ { "data": "Spiderpool-controller needs TLS certificates to run webhook server. You can configure it in several ways. Use Helm's template function to generate TLS certificates. This is the simplest and most common way to configure: ```bash helm install spiderpool spiderpool/spiderpool --namespace kube-system \\ ...
{ "category": "Runtime", "file_name": "extend.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: \"Extend Velero\" layout: docs Velero includes mechanisms for extending the core functionality to meet your individual backup/restore needs: allow you to specify commands to be executed within running pods during a backup. This is useful if you need to run a workload-specific command prior to ...
{ "category": "Runtime", "file_name": "kgctl.md", "project_name": "Kilo", "subcategory": "Cloud Native Network" }
[ { "data": "Kilo provides a command line tool for inspecting and interacting with clusters: `kgctl`. This tool can be used to understand a mesh's topology, get the WireGuard configuration for a peer, or graph a cluster. `kgctl` requires a Kubernetes configuration file to be provided, either by setting the `KUBEC...
{ "category": "Runtime", "file_name": "rpc.md", "project_name": "CubeFS", "subcategory": "Cloud Native Storage" }
[ { "data": "```json { \"clienttimeoutms\": \"Request timeout time\", \"bodybandwidthmbps\": \"Read body bandwidth, default is 1MBps\", \"bodybasetimeoutms\": \"Read body benchmark time, so the maximum time to read body is bodybasetimeoutms+size/bodybandwidthmbps(converted to ms)\", \"transport_config\": { \"...\...
{ "category": "Runtime", "file_name": "versioning.md", "project_name": "Firecracker", "subcategory": "Container Runtime" }
[ { "data": "This document describes how Firecracker persists microVM state into Firecracker snapshots. It describes the snapshot format, encoding, compatibility and limitations. Firecracker uses the serde crate [1] along with the bincode [2] format to serialize its state into Firecracker snapshots. Firecracker s...
{ "category": "Runtime", "file_name": "CONTRIBUTING.md", "project_name": "Soda Foundation", "subcategory": "Cloud Native Storage" }
[ { "data": "We definitely welcome your patches and contributions to gRPC! Please read the gRPC organization's and before proceeding. If you are new to github, please start by reading In order to protect both you and ourselves, you will need to sign the . How to get your contributions merged smoothly and quickly....
{ "category": "Runtime", "file_name": "CONTRIBUTING.md", "project_name": "lxd", "subcategory": "Container Runtime" }
[ { "data": "% Include content from ```{include} ../CONTRIBUTING.md :start-after: <!-- Include start contributing --> :end-before: <!-- Include end contributing --> ``` Follow the steps below to set up your development environment to get started working on new features for Incus. To build the dependencies, follow...
{ "category": "Runtime", "file_name": "fuzzy_mode_convert_table.md", "project_name": "Weave Net", "subcategory": "Cloud Native Network" }
[ { "data": "| json type \\ dest type | bool | int | uint | float |string| | | | | |--|--| | number | positive => true <br/> negative => true <br/> zero => false| 23.2 => 23 <br/> -32.1 => -32| 12.1 => 12 <br/> -12.1 => 0|as normal|same as origin| | string | empty string => false <br/> string \"0\" => false <br/>...
{ "category": "Runtime", "file_name": "build-kubemark.md", "project_name": "Antrea", "subcategory": "Cloud Native Network" }
[ { "data": "This documentation simply describes how to build the kubemark image used in ```bash cd $KUBERNETES_PATH git checkout v1.29.0 make WHAT=cmd/kubemark KUBEBUILDPLATFORMS=linux/amd64 cp ./_output/local/bin/linux/amd64/kubemark cluster/images/kubemark cd cluster/images/kubemark docker build -t antrea/kube...
{ "category": "Runtime", "file_name": "enhancement.md", "project_name": "Container Storage Interface (CSI)", "subcategory": "Cloud Native Storage" }
[ { "data": "name: Enhancement Request about: Suggest an idea for this project Is your feature request related to a problem?/Why is this needed <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Describe the solution you'd like in detail <!-- A clear and concise ...
{ "category": "Runtime", "file_name": "getting-started.md", "project_name": "containerd", "subcategory": "Container Runtime" }
[ { "data": "The official binary releases of containerd are available for the `amd64` (also known as `x86_64`) and `arm64` (also known as `aarch64`) architectures. Typically, you will have to install and from their official sites too. Download the `containerd-<VERSION>-<OS>-<ARCH>.tar.gz` archive from https://git...
{ "category": "Runtime", "file_name": "cilium-operator_metrics_list.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- This file was autogenerated via cilium-operator --cmdref, do not edit manually--> List all metrics for the operator ``` cilium-operator metrics list [flags] ``` ``` -h, --help help for list -p, --match-pattern string Show only metrics whose names match matchpattern -o, --output string json| yaml...
{ "category": "Runtime", "file_name": "CHANGELOG.md", "project_name": "Ligato", "subcategory": "Cloud Native Network" }
[ { "data": "](https://github.com/ligato/vpp-agent/compare/v3.3.0...master) - - - - - - - <! RELEASE CHANGELOG TEMPLATE: <a name=\"vX.Y.Z\"></a> --> <a name=\"v3.4.0\"></a> VPP 22.02 (default) VPP 21.06 VPP 21.01 VPP 20.09 VPP 20.05 fix: Fix generating jsonschema fix: Fix `agentctl report` command failing in Ston...
{ "category": "Runtime", "file_name": "REPORT_TEMPLATE.md", "project_name": "Project Calico", "subcategory": "Cloud Native Network" }
[ { "data": "Short summary of the problem. Make the impact and severity as clear as possible. For example: An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server. Provide the products or components that are affected by the vulnerability. Provide versions th...
{ "category": "Runtime", "file_name": "CHANGELOG-0.7.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "- https://github.com/heptio/ark/releases/tag/v0.7.1 Run the Ark server in its own namespace, separate from backups/schedules/restores/config (#322, @ncdc) https://github.com/heptio/ark/releases/tag/v0.7.0 Run the Ark server in any namespace (#272, @ncdc) Add ability to delete backups and their associ...
{ "category": "Runtime", "file_name": "ark_backup.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: \"ark backup\" layout: docs Work with backups Work with backups ``` -h, --help help for backup ``` ``` --alsologtostderr log to standard error as well as files --kubeconfig string Path to the kubeconfig file to use to talk to the Kubernetes apiserver. If unset, try the environment variable KUB...
{ "category": "Runtime", "file_name": "cilium-dbg.md", "project_name": "Cilium", "subcategory": "Cloud Native Network" }
[ { "data": "<!-- This file was autogenerated via cilium cmdref, do not edit manually--> CLI CLI for interacting with the local Cilium Agent ``` --config string Config file (default is $HOME/.cilium.yaml) -D, --debug Enable debug messages -h, --help help for cilium-dbg -H, --host string URI to server-side API ```...
{ "category": "Runtime", "file_name": "05-hpe-storage.md", "project_name": "Velero", "subcategory": "Cloud Native Storage" }
[ { "data": "title: HPE Storage link: https://github.com/hpe-storage/velero-plugin objectStorage: false volumesnapshotter: true HPE storage plugin for Velero. To take snapshots of HPE volumes through Velero you need to install and configure the HPE Snapshotter plugin." } ]
{ "category": "Runtime", "file_name": "PULL_REQUEST_TEMPLATE.md", "project_name": "Spiderpool", "subcategory": "Cloud Native Network" }
[ { "data": "<!--Before submitting a pull request, make sure you read about our Contribution notice here: <https://spidernet-io.github.io/spiderpool/latest/develop/contributing/>--> <!-- Add one of the following kinds: Required labels: release/none release/bug release/feature Optional labels: kind/bug kind/featur...
{ "category": "Runtime", "file_name": "security-cve.md", "project_name": "Sysbox", "subcategory": "Container Runtime" }
[ { "data": "This document describes security vulnerabilities / CVEs that may impact the security of Sysbox containers. These may be vulnerabilities in Sysbox itself (which are fixed quickly), in CRI-O (when Sysbox is installed in Kubernetes clusters), or in the Linux kernel. | CVE | Date | Severity | Affects Sys...
{ "category": "Runtime", "file_name": "app-container.md", "project_name": "rkt", "subcategory": "Container Runtime" }
[ { "data": "(appc) is an open specification that defines several aspects of how to run applications in containers: an image format, runtime environment, and discovery protocol. rkt's native and are those defined by the . Note that as of late 2016, appc is . However, appc is fully functional and stable and will c...
{ "category": "Runtime", "file_name": "VENDORED_CODE.md", "project_name": "Weave Net", "subcategory": "Cloud Native Network" }
[ { "data": "Weave Net is licensed under the . Some vendored code is under different licenses though, all of them ship the entire license text they are under. https://github.com/weaveworks/go-checkpoint can be found in the ./vendor/ directory, is under MPL-2.0. Pulled in by dependencies are https://github.com/has...
{ "category": "Runtime", "file_name": "images_manage.md", "project_name": "lxd", "subcategory": "Container Runtime" }
[ { "data": "(images-manage)= When working with images, you can inspect various information about the available images, view and edit their properties and configure aliases to refer to specific images. You can also export an image to a file, which can be useful to {ref}`copy or import it <images-copy>` on another...
{ "category": "Runtime", "file_name": "yomo.md", "project_name": "WasmEdge Runtime", "subcategory": "Container Runtime" }
[ { "data": "is a programming framework enabling developers to build a distributed cloud system (Geo-Distributed Cloud System). YoMo's communication layer is made on top of the QUIC protocol, which brings high-speed data transmission. In addition, it has a built-in Streaming Serverless \"streaming function\", whi...
{ "category": "Runtime", "file_name": "CpuTopology.md", "project_name": "Kata Containers", "subcategory": "Container Runtime" }
[ { "data": "Name | Type | Description | Notes | - | - | - ThreadsPerCore | Pointer to int32 | | [optional] CoresPerDie | Pointer to int32 | | [optional] DiesPerPackage | Pointer to int32 | | [optional] Packages | Pointer to int32 | | [optional] `func NewCpuTopology() *CpuTopology` NewCpuTopology instantiates a n...
{ "category": "Runtime", "file_name": "2017-01-20.md", "project_name": "containerd", "subcategory": "Container Runtime" }
[ { "data": "This week we worked on refactoring the storage and runtime aspects of containerd, much of this work won't be completed until next week. @stevvooe started work on a `dist` tool for fetching images and other distribution aspects. One of the problems we wanted to solve with containerd is the ability to ...
{ "category": "Runtime", "file_name": "git-cheatsheet.md", "project_name": "OpenEBS", "subcategory": "Cloud Native Storage" }
[ { "data": "Fork the repository into your account, referred in the below instructions as $user. ```bash working_dir=$GOPATH/src/github.com/openebs mkdir -p $working_dir cd $working_dir ``` Set `user` to match your Github profile name: for setting global configurations use - git config --global user.name \"your u...
{ "category": "Runtime", "file_name": "windows-design.md", "project_name": "Antrea", "subcategory": "Cloud Native Network" }
[ { "data": "Antrea supports running on Windows worker Nodes. On Windows Nodes, Antrea sets up an overlay network to forward packets between Nodes and implements NetworkPolicies. On Windows, the Host Networking Service (HNS) is a necessary component to support container networking. For Antrea on Windows, \"Transp...
{ "category": "Runtime", "file_name": "incus_alias.md", "project_name": "lxd", "subcategory": "Container Runtime" }
[ { "data": "(incus-alias)= The Incus command-line client supports adding aliases for commands that you use frequently. You can use aliases as shortcuts for longer commands, or to automatically add flags to existing commands. To manage command aliases, you use the command. For example, to always ask for confirmat...