-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(geoipupdater): remove the mount for the pvc as we use azcopy #1454
Conversation
Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
e6df0e2
to
a88ab32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pair review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pair review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updatecli manifest is incorrect, but I'll let you fix it on a subsequent PR (not blocking the main chart change)
as per jenkins-infra/helpdesk#4278
⚠️ BREAKING CHANGE
providing a new chart version to avoid the mount for the pvc but provide the informations for the fileshare target for azcopy.
it remove the pvc mounting and rely only on the azcopy.
it change the definition of the image used to match the ones we are using
add the dry-run option to avoid geoip ratelimit
depends on jenkins-infra/docker-geoipupdate#11 and jenkins-infra/docker-geoipupdate#13
split the kubernetes objects within 2 files (one for rbac, and one for the cronjob) with corresponding unit test.
Change the docker image to use to our own image see https://github.com/jenkins-infra/docker-geoipupdate and update the corresponding updatecli manifest to track it.
Change the DEFAULT dry-run value to true.
The resources are not set but correct minimum values are provided within a comment.