fa03953aff
This patch provides an experimental CNI driver. It's primary purpose is to enable development of other components (e.g. functional tests, service/LBaaSv2 support). It is expected to be replaced with daemon to configure VIF and connect it to the pods and a small lightweight client to serve as CNI driver called by Kubernetes. NOTE: unit tests are not provided as part of this patch as it is yet unclear what parts of it will be reused in daemon-based implementation. Change-Id: Iacc8439dd3aee910d542e48ed013d6d3f354786e Partially-Implements: blueprint kuryr-k8s-integration
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
{
|
|
"cniVersion": "0.3.0",
|
|
"name": "kuryr",
|
|
"type": "kuryr-cni",
|
|
"kuryr_conf": "/etc/kuryr/kuryr.conf",
|
|
"debug": true
|
|
}
|