Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Daniel P . Berrangé
On Fri, May 19, 2023 at 03:06:41PM +0100, Camilla Conte wrote: > On Fri, May 19, 2023 at 1:51 PM Daniel P. Berrangé > wrote: > > > > On Fri, May 19, 2023 at 01:33:50PM +0100, Camilla Conte wrote: > > > On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé > > > wrote: > > > > > > > > On Fri, Apr

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Camilla Conte
On Fri, May 19, 2023 at 1:51 PM Daniel P. Berrangé wrote: > > On Fri, May 19, 2023 at 01:33:50PM +0100, Camilla Conte wrote: > > On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé > > wrote: > > > > > > On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > > > > Configure Gitlab CI t

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Daniel P . Berrangé
On Fri, May 19, 2023 at 01:33:50PM +0100, Camilla Conte wrote: > On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé > wrote: > > > > On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > > > Configure Gitlab CI to run on Kubernetes > > > according to the official documentation. > > >

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Camilla Conte
On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé wrote: > > On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > > Configure Gitlab CI to run on Kubernetes > > according to the official documentation. > > https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-in-docker-

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Daniel P . Berrangé
On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > Configure Gitlab CI to run on Kubernetes > according to the official documentation. > https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-in-docker-with-tls-enabled-in-kubernetes > > These changes are needed because o

[PATCH 1/2] Add CI configuration for Kubernetes

2023-04-07 Thread Camilla Conte
Configure Gitlab CI to run on Kubernetes according to the official documentation. https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-in-docker-with-tls-enabled-in-kubernetes These changes are needed because of the CI jobs using Docker-in-Docker (dind). As soon as Docker-in-Docker