Search Criteria
Package Details: cni-plugins-bin 1.6.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: | 2024-11-07 06:41 (UTC) |
Dependencies (0)
Required by (22)
- 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 2 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/bin
and for compatibility the old location/usr/lib/cni
you will need to check that kubelet is being pointed to the correct location preferably the newer/opt/cni/bin
location. The most typical way to provide this argument to kubelet is through thekubelet.env
file 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/kubernetes
by default).example
kubelet.env
filesThe 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"