https://github.com/hostcc/cni-plugins-installer
Unofficial Docker images to install CNI plugins
https://github.com/hostcc/cni-plugins-installer
cni cni-plugins k3s kubernetes
Last synced: 5 months ago
JSON representation
Unofficial Docker images to install CNI plugins
- Host: GitHub
- URL: https://github.com/hostcc/cni-plugins-installer
- Owner: hostcc
- License: apache-2.0
- Created: 2024-01-08T23:13:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T12:59:36.000Z (about 2 years ago)
- Last Synced: 2024-05-12T13:52:42.792Z (about 2 years ago)
- Topics: cni, cni-plugins, k3s, kubernetes
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CNI plugins installer
## Overview
The repository contains Dockerfile plus Github Actions to produce container
images for [CNI plugins](https://github.com/containernetworking/plugins) (up to
three most recent releases) and scripting machinery (from
https://github.com/rancher/image-build-cni-plugins) to install selected subset
of on target systems.
Primarily designed for K3S since it provides only limited number of CNI
plugins.
## Usage
Please see [image-build-cni-plugins repository](https://github.com/rancher/image-build-cni-plugins/blob/main/README.md) for usage notes.