a fresh install of k3s with istio-enabled (CNI) an...
# k3s
t
a fresh install of k3s with istio-enabled (CNI) and I am getting this error. container install-cni not ready. following is the log for install-cni container
Copy code
2021-04-21T06:59:43.621658Z	info	Copied istio-cni to /host/opt/cni/bin.

2021-04-21T06:59:43.659996Z	info	Copied istio-cni-repair to /host/opt/cni/bin.

2021-04-21T06:59:43.697399Z	info	Copied istio-cni-taint to /host/opt/cni/bin.

2021-04-21T06:59:43.704551Z	info	Copied istio-iptables to /host/opt/cni/bin.

2021-04-21T06:59:43.704585Z	info	Directory /host/secondary-bin-dir is not writable, skipping.

2021-04-21T06:59:43.705227Z	info	Using CNI config template from CNI_NETWORK_CONFIG environment variable.

2021-04-21T06:59:43.705250Z	info	CNI config: {

  "cniVersion": "0.3.1",

  "name": "istio-cni",

  "type": "istio-cni",

  "log_level": "info",

  "kubernetes": {

      "kubeconfig": "/etc/cni/net.d/ZZZ-istio-cni-kubeconfig",

      "cni_bin_dir": "/opt/cni/bin",

      "exclude_namespaces": [ "istio-system", "kube-system" ]

  }

}