Antoine Legrand
Antoine Legrand
That usecase should already be covered. The gitlab-sync is looking branch and "canceling" every other pipelines / jobs before starting the new one. You can see in the logs that...
For shared cache we would need something like S3. The alternative is to use a local storage. It can work fine because we're using a limited number of fixed nodes....
minio is deployed and ci uses cache in: #11671 The boxes are not fetched from internet anymore if the cache exists. Cache can be used on all jobs (e.g pip...
In my clusters I'm creating a specific pod-resolv.conf that is independent from system. ```yaml $ cat /etc/kubernetes/kubelet-config.yaml | grep resolvConf resolvConf: "/etc/kubernetes/pod-resolv.conf" ``` And pod-resolv.conf is generated by the kubespray(fork)...
> On our clusters, we're currently evaluating having not passing at all the host resolv.conf to the kubelet, Yes, this what I'm doing too. Configuring coredns(nodelocaldns) + genarating a resolvconf...
So ? why not create always a pod-resolv.conf that is used by kubelet and forget about host resolv? This what I'm suggesting (and using in production): ``` resolvConf: "/etc/kubernetes/pod-resolv.conf" ```...
Let's drop them and remove from CI. Eventually we do as kops, have a flag to turn off preflight check with big warning -> close all future issues raised about...
let's go for it (removing support). RHEL 8 and fam., can request to RH and other about bumping kernel in LTS or move on with newer version.
>I believe many users are still using RHEL 8 Many user of Kubespray? we don't know. The Kubespray maintainers are already short, with tones of distro supported, we just can't...