diff --git a/services/cilium/deploy/README.md b/services/cilium/deploy/README.md index f3fa9e4..18d15c9 100644 --- a/services/cilium/deploy/README.md +++ b/services/cilium/deploy/README.md @@ -8,13 +8,6 @@ Using flux for reconciliation. -**Restart:** - -Occasionally, Cilium's eBPF maps for L2 announcements can get "stale" after a configuration change (like switching from Local to Cluster). Perform a rolling restart of the Cilium pods to clear the state: - -```bash -``` - ``` bash POD_NAME=$(kubectl get pod -l 'app.kubernetes.io/name'=cilium-agent -n cilium -o jsonpath='{.items[0].metadata.name}') kubectl exec -n cilium ${POD_NAME} -c cilium-agent -- cilium-dbg status @@ -26,13 +19,3 @@ kubectl exec -n cilium ${POD_NAME} -c cilium-agent -- cilium-dbg status ```bash kubectl get CiliumLoadBalancerIPPool -A ``` - -**Force helm:** - -```bash -helm repo add cilium https://helm.cilium.io/ -helm upgrade cilium cilium/cilium \ ---version 1.19.5 \ --f ./deploy/app/helm-values.yaml \ ---namespace cilium -``` diff --git a/services/cilium/deploy/policies/traefik-l2.yaml b/services/cilium/deploy/policies/traefik-l2.yaml index c950922..bb7e7b6 100644 --- a/services/cilium/deploy/policies/traefik-l2.yaml +++ b/services/cilium/deploy/policies/traefik-l2.yaml @@ -3,9 +3,6 @@ kind: CiliumL2AnnouncementPolicy metadata: name: casa-l2 spec: - # nodeSelector: - # matchLabels: - # casa-lan: "true" serviceSelector: matchLabels: casa-lan-l2-expose: "true"