garutilorenzo / k3s-oci-cluster

Deploy a Kubernetes cluster for free, using k3s and Oracle always free resources
https://garutilorenzo.github.io/deploy-kubernetes-for-free-oracle-cloud
GNU General Public License v3.0
225 stars 79 forks source link

Modifications needed to install Cilium #45

Closed jorgnyg closed 1 year ago

jorgnyg commented 1 year ago

What kind of modifications are needed to successfully install Cilium on this setup?

Per documentation we need to set INSTALL_K3S_EXEC='--flannel-backend=none --disable-network-policy'. But this seems to break the node connectivity, so I'm looking for some pointers on how communication should be configured/re-established.

garutilorenzo commented 1 year ago

Hi @jorgnyg, have you tried to ask @Cilium or @k3s-io support? This repo is only a terraform module that automates the installation of k3s in OCI. The installation and configuration of Cilium is out of the scope of this repo.