curved-spoon-68138
05/10/2023, 2:55 PMcurl -sfL <https://get.k3s.io> | sh -s - server --server --cluster-init <https://k8s01:6443> --flannel-backend=none --cluster-cidr=10.80.0.0/16 --service-cidr=10.77.0.0/16
I would expect that the pods will stuck in pending - until I install the CNI with cilium. but the cluster comes up and have running pods. any ideas?
are env-variables are better than --parameter's?