Søren Pedersen

Results 12 comments of Søren Pedersen

> Just to let you know that I'm still working on this. Implementing a Docker baseimage that supports multiple architectures/distros and that can be automatically be built and tested on...

> > I'm not sure offset alone would work as well. What if a new photo is added in the meantime? > > Without sorting, an example workflow for the...

OK, getting a local build running was pretty easy: ``` docker build --build-arg ARCH=arm64v8/ --build-arg ANSIBLE_CORE_VERSION_ARG=2.13.3 --build-arg ANSIBLE_VERSION=6.2.0 --build-arg ANSIBLE_LINT=6.4.0 ansible-core/alpine316/ ``` but it would still be awesome if you...

> If we _were_ to do this I have a couple of questions. The _change_ would probably just mean more inside the `gitlab-ci.yml` file. > > 1. Should I run...

> What's your ansible and python version? > I guess we should use the right version https://github.com/kubernetes-sigs/kubespray/blob/master/requirements-2.12.txt . Ahh, yes - I should have mentioned that, sorry :) I am...

> Maybe the right commands is > > ``` > ansible-playbook -i /inventory/sample/hosts.yml --become --become-user=root --user=ubuntu --private-key /root/.ssh/id_rsa cluster.yml > ``` > > And the `/inventory/sample/hosts.yml` should be right. >...

OK, looking at the `kubespray/roles/download/defaults/main.yml` inside the quay.io docker image, I see it points to runc version 1.1.1 - which does have an arm64 version ... so I am back...

> This is now working. I have already updated inside both Docker Hub and GitLab Registry. Also, I am working on an `arm32` option which would mean that it would...

This would be perfect for us. For some specific queues, we leverage the visibility of messages in the queue, to postpone processing them. The current implementation means that KEDA will...