Oleg Pykhalov 366a703156 infrastructure: base: cilium: values: Do not rolloutPods. | 7 months ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
cert.sh | 8 months ago | |
kustomization.yaml | 1 year ago | |
kustomizeconfig.yaml | 1 year ago | |
release.yaml | 8 months ago | |
values.yaml | 7 months ago |
For the new cluster you should install Cilium by hands:
helm install --version 1.12.4 --namespace kube-system --values values.yaml --repo https://helm.cilium.io/ cilium cilium
In case broken cilium the configuration could be modified with:
kubectl edit -n kube-system configmaps cilium-config
after you should rollout all cilium resources, e.g.:
kubectl -n kube-system rollout restart deployment cilium-operator
kubectl -n kube-system rollout status deployment cilium-operator
kubectl -n kube-system rollout restart daemonset cilium
kubectl -n kube-system rollout status daemonset cilium
$ flux -n kube-system suspend helmrelease cilium
► suspending helmrelease cilium in kube-system namespace
✔ helmrelease suspended
$ flux -n kube-system resume helmrelease cilium
► resuming helmrelease cilium in kube-system namespace
✔ helmrelease resumed
◎ waiting for HelmRelease reconciliation
✔ HelmRelease reconciliation completed
✔ applied revision 1.12.4