github.com/imran-kn/cilium-fork@v1.6.9/Documentation/gettingstarted/requirements_intro.rst (about) 1 Requirements 2 ============ 3 4 Make sure your Kubernetes environment is meeting the requirements: 5 6 * Kubernetes >= 1.9 7 * Linux kernel >= 4.9 8 * Kubernetes in CNI mode 9 * Mounted BPF filesystem mounted on all worker nodes 10 * Recommended: Enable PodCIDR allocation (``--allocate-node-cidrs``) in the ``kube-controller-manager`` (recommended) 11 12 Refer to the section :ref:`k8s_requirements` for detailed instruction on how to 13 prepare your Kubernetes environment.