Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 13 routine #78

Closed
14 tasks done
kiwixbot opened this issue Mar 27, 2023 · 1 comment
Closed
14 tasks done

Week 13 routine #78

kiwixbot opened this issue Mar 27, 2023 · 1 comment
Assignees
Labels
maint Maintenance tasks

Comments

@kiwixbot
Copy link

kiwixbot commented Mar 27, 2023

Infra

  • Check nodes free space
df -h / && df -h /data
  • Nodes and worker system upgrades
apt update && apt upgrade
k get pods -A -o wide|grep Error
  • Check Pod restarts
k get pods -A -o wide | pyp -i 'print("\n".join([line for line in l if re.split(r"\s+", line)[4] != "0"]))'
  • Check if k8s should/could be upgraded
curl -s -H "X-Auth-Token: $SCW_SECRET_KEY" https://api.scaleway.com/k8s/v1/regions/fr-par/clusters/$KIWIX_PROD_CLUSTER|jq ".version,.upgrade_available"
curl -s -H "X-Auth-Token: $SCW_SECRET_KEY" https://api.scaleway.com/k8s/v1/regions/fr-par/versions|jq ".versions[].name"

Stats

  • Ensure download.kiwix.org stats are being recorded
  • Check whether matomo should be upgraded

Projects

Security

Note: this is an automatic reminder intended for the assignee(s).

@kiwixbot kiwixbot added the maint Maintenance tasks label Mar 27, 2023
@rgaudin
Copy link
Member

rgaudin commented Mar 27, 2023

  • Couple errors: SSL related on downloading from github on Saturday (gen dev library) (self resolved)
  • Library-related (file gone) on gen library on Friday (self resolved)
  • Upgraded k8s to 1.23.16
  • Upgraded matomo to 4.14.1
  • youzim.it pipeline blocked by 2 similar tasks that didn't respect the limit. One of the reason we recently (after those two tasks) updated zimit to 0.9 crawler Parameter sizeLimit is not ending the crawl correctly webrecorder/browsertrix-crawler#256

@rgaudin rgaudin closed this as completed Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maint Maintenance tasks
Projects
None yet
Development

No branches or pull requests

2 participants