Benjamin MALYNOVYTCH
Benjamin MALYNOVYTCH
I should be working on a complete rewrite in a couple of weeks / months. If somebody wants to give a first try, it's also possible to use https://kompose.io/ to...
A first work is in progress, where should I drop it ? (different repo ? specific path here ?)
Usually, Helm charts are hosted on separate repositories, as they also require some CI to test, package and publish. Actually, the chart is still in early beta. I needed to...
Absolutely, you may have 1 master with 2 slaves and switch one of the slaves to master and attach the second one as new slave of the new master.
> I'm thinking of tackling that major MySQL/MariaDB refactor next. It makes sense to me to handle that before introducing more bug fixes in the codebase, though I'd appreciate a...
While I completely agree the need of this PR, I think it should be done after we handled MySQL / MariaDB differences (https://github.com/ansible-collections/community.mysql/pull/103) , as this only introduces changes related...
https://github.com/ansible/ansible/pull/45355 is way older than 2.9. I checked git blame and it seems to be related to https://github.com/ansible-collections/community.mysql/pull/9.
Ok, fair, I didn't dig deep enough. The issue is many years old (seem to be present since many years) and seem to concern updates which all provide hashed passwords...
Same erreur using Kaniko with Gitlab CI and the following command: ```bash /kaniko/executor \ --cache=true \ --cache-ttl=168h \ --context $CI_PROJECT_DIR \ --build-arg GIT_COMMIT_SHORT_SHA=$CI_COMMIT_SHORT_SHA \ --build-arg REPO_AUTH_JSON=$repo_auth_json \ --dockerfile $CI_PROJECT_DIR/docker-k8s/Dockerfile \...
It seems that removing `--cache` and `--cache-ttl` somehow did the trick 🤨