kiwix / operations

Kiwix Kubernetes Cluster
http://charts.k8s.kiwix.org/
5 stars 0 forks source link

Some pods of `nginx-ingress` and `node-problem-detector` daemonsets are not up to date #119

Closed benoit74 closed 9 months ago

benoit74 commented 10 months ago

See the UP-TO-DATE columns below: image

Code in https://gist.github.com/benoit74/68d3fdb2bdc77e641cdb218575b417e8 is able to print info to find them:

Daemonset kube-system/nginx-ingress:
- node scw-kiwix-prod-foreign-20abab10b97b430bbe7b571 (generation 1 instead of generation 2)
- node scw-kiwix-prod-foreign-8dd780078597459d8d396a8 (generation 1 instead of generation 2)

Daemonset kube-system/node-problem-detector:
- node scw-kiwix-prod-foreign-8dd780078597459d8d396a8 (generation 1 instead of generation 2)

Should we plan some downtime (especially for nginx ingress), or just do this asap?

benoit74 commented 10 months ago

Btw:

rgaudin commented 10 months ago

Please use the node labels next time (storage and services in this case).

FYI, nginx-ingress is the one thing we need to remove to update k8s and reinstall after (differently)

benoit74 commented 10 months ago
rgaudin commented 10 months ago

OK, thank you

benoit74 commented 9 months ago

I restarted the node-problem-detector since it has no impact. I silenced the nginx alert in Grafana since it might have an impact, won't change anything to the running image and will be renewed sooner or later when upgrading the cluster in any case.