github.com/fafucoder/cilium@v1.6.11/install/kubernetes/cilium/charts/nodeinit/values.yaml (about) 1 # Restart existing pods when initializing the node to force all pods being 2 # managed by Cilium (GKE) 3 restartPods: false 4 5 # Reconfigure Kubelet to run in CNI mode (GKE) 6 reconfigureKubelet: false 7 8 # Delete the cbr0 bridge if it exists (GKE) 9 removeCbrBridge: false 10 11 # Wait for the /var/run/azure-vnet.json file to be created before continuing the 12 # script 13 azure: false