kuryr-kubernetes/kuryr_cni
xujingsong 257b5a80ab Update 10-kuryr.conf to 10-kuryr.conflist, and generate the
10-kuryr.conflist file from the template file kuryr.conflist.template

1. Currently kubelet's cni config file uses 10-kuryr.conf in kuryr. The
kubernetes can support the config file with two suffixes, ".conf" and
".conflist", the latter can be a list containing multiple cni plugins.
So I want to update the 10-kuryr.conf to 10-kuryr.conflist to satisfy
the need to use multiple plug-in support.

2. If I install the kuryr-cni by pod, the 10-kuryr.conf will only be
copied and overwrited from the kuryr/cni image container. What I
expected is we can customize the config file more freely. So I think we
can add an other file kuryr.conflist.template as the template, then we
generate the 10-kuryr.conflist fron it.

Change-Id: Ie3669db4e60a57b24012124cd24b524eb03f55cf
2020-09-02 20:03:51 +02:00
..
vendor/github.com Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
Gopkg.lock Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
Gopkg.toml Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
README Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
main.go Update 10-kuryr.conf to 10-kuryr.conflist, and generate the 2020-09-02 20:03:51 +02:00
ovo.go Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00

README

This is golang part of Kuryr, that is the CNI plugin that gets injected into
the host.