Home > other >  Cilium installation
Cilium installation

Time:07-10

I'm trying to install Cilium in Windows 10 with these configuration:

  • minikube version: v1.26.0
  • Kubectl version:
Client Version: version.Info { Major: "1", Minor: "24", 
                               GitVersion: "v1.24.1", 
                               GitCommit:"3ddd0f45aa91e2f30c70734b175631bec5b5825a",  
                               GitTreeState: "clean", 
                               BuildDate: "2022-05-24T12:26:19Z", 
                               GoVersion: "go1.18.2", 
                               Compiler: "gc", 
                               Platform: "windows/amd64" }
Kustomize Version: v4.5.4
  • Cilium version:
cilium-cli: v0.11.11 compiled with go1.18.3 on windows/amd64
cilium image (default): v1.11.6

When I do

minikube start --network-plugin=cni --cni=false

And then download the latest Cilium version:

Cilium -> download cilium-windows-amd64.tar.gz
Release v0.11.11 Latest

And then install Cilium:

cilium install

this error appears

           
  • Related