Search Criteria
Package Details: cni-plugins-bin 1.8.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cni-plugins-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | cni-plugins-bin |
| Description: | Container Networking Interface (CNI) Plugins |
| Upstream URL: | https://www.cni.dev/ |
| Keywords: | cni |
| Licenses: | Apache |
| Conflicts: | cni-plugins |
| Provides: | cni-plugins |
| Submitter: | GeorgeRaven |
| Maintainer: | GeorgeRaven |
| Last Packager: | GeorgeRaven |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-02-01 08:31 (UTC) |
| Last Updated: | 2025-09-17 21:38 (UTC) |
Dependencies (0)
Required by (21)
- cni-plugins-nftables (requires cni-plugins) (optional)
- cni-plugins-nftables-forcenft (requires cni-plugins)
- cni-plugins-nftables-git (requires cni-plugins) (optional)
- concourse (requires cni-plugins) (optional)
- concourse-git (requires cni-plugins) (optional)
- cri-o-git (requires cni-plugins)
- ignite (requires cni-plugins)
- ignite-git (requires cni-plugins)
- kube-apiserver1.26 (requires cni-plugins) (make)
- kube-controller-manager1.26 (requires cni-plugins) (make)
- kube-proxy1.26 (requires cni-plugins) (make)
- kube-scheduler1.26 (requires cni-plugins) (make)
- kube-spawn (requires cni-plugins)
- kubeadm1.26 (requires cni-plugins) (make)
- kubectl1.26 (requires cni-plugins) (make)
- kubedee (requires cni-plugins) (optional)
- kubedee-git (requires cni-plugins) (optional)
- kubelet1.26 (requires cni-plugins)
- kubelet1.26 (requires cni-plugins) (make)
- kubernetes-control-plane-common1.26 (requires cni-plugins) (make)
- Show 1 more...
Latest Comments
GeorgeRaven commented on 2022-02-01 12:45 (UTC) (edited on 2022-02-01 12:46 (UTC) by GeorgeRaven)
Note for Kubernetes users
Please note, while this package installs the container networking plugin binaries in the most recent location
/opt/cni/binand for compatibility the old location/usr/lib/cniyou will need to check that kubelet is being pointed to the correct location preferably the newer/opt/cni/binlocation. The most typical way to provide this argument to kubelet is through thekubelet.envfile usually located in/etc/kubernetes/kubelet.env(if using kubeadm) if it does not exist you can create it assuming this is your correct Kubernetes directory (kubeadm uses/etc/kubernetesby default).example
kubelet.envfilesThe bog standard file:
However you may want to modify this to suit your specific docker installation, and update the args to be in the newer directory:
KUBELET_ARGS=--cni-bin-dir=/opt/cni/bin,--cgroup-driver="systemd"